[This is preliminary documentation and is subject to change.]
Inserts a new email Address into the blocked sender list for the currently logged in user.
Namespace:
OfficeClip.DBLayer.DesktopAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public int InsertBlockedEmailAddress( string blockedEmailAddress, int userId ) |
| Visual Basic (Declaration) |
|---|
Public Function InsertBlockedEmailAddress ( _ blockedEmailAddress As String, _ userId As Integer _ ) As Integer |
| Visual C++ |
|---|
public: int InsertBlockedEmailAddress( String^ blockedEmailAddress, int userId ) |
Parameters
- blockedEmailAddress
- Type: System..::.String
Email Address which need to be added to the blocked list.
- userId
- Type: System..::.Int32
Unique id for the user
