[This is preliminary documentation and is subject to change.]

Removes a particular email Address from the blocked sender list.

Namespace:  OfficeClip.DBLayer.Desktop
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public int DeleteBlockedEmailAddress(
	string blockedEmailAddress,
	int userId
)
Visual Basic (Declaration)
Public Function DeleteBlockedEmailAddress ( _
	blockedEmailAddress As String, _
	userId As Integer _
) As Integer
Visual C++
public:
int DeleteBlockedEmailAddress(
	String^ blockedEmailAddress, 
	int userId
)

Parameters

blockedEmailAddress
Type: System..::.String
Email Address which needs to be removed from the blocked sender list.
userId
Type: System..::.Int32
Unique id for the user

Return Value

0 if successful, -1 in case of an error.

See Also