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

Deletes all mailing list members from the mailing list.

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

Syntax

C#
public int DeleteMailingListMembers(
	int mailingListId
)
Visual Basic (Declaration)
Public Function DeleteMailingListMembers ( _
	mailingListId As Integer _
) As Integer
Visual C++
public:
int DeleteMailingListMembers(
	int mailingListId
)

Parameters

mailingListId
Type: System..::.Int32
Id of the mailing list from which the all the members need to be deleted.

Return Value

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

See Also