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

Gets a list of email addresses, emails from which need to be discarded.

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

Syntax

C#
public ArrayList GetBlockSenderList(
	int userId
)
Visual Basic (Declaration)
Public Function GetBlockSenderList ( _
	userId As Integer _
) As ArrayList
Visual C++
public:
ArrayList^ GetBlockSenderList(
	int userId
)

Parameters

userId
Type: System..::.Int32

Return Value

List of email addresses which if found in the from property of an email message, that email message needs to be discarded.

See Also