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

Deletes the complete mailing list including all the members if any.

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

Syntax

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

Parameters

mailingListId
Type: System..::.Int32
Id of the mailing list which needs to be deleted.

Return Value

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

See Also