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

Shows whether the mailing list is already present.

Namespace:  OfficeClip.BusinessLayer.Desktop.Email
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public bool IsAlreadyPresent(
	string emailAddress
)
Visual Basic (Declaration)
Public Function IsAlreadyPresent ( _
	emailAddress As String _
) As Boolean
Visual C++
public:
bool IsAlreadyPresent(
	String^ emailAddress
)

Parameters

emailAddress
Type: System..::.String

Return Value

true if the email address is already present, false otherwise

See Also