[This is preliminary documentation and is subject to change.]
Deletes all mailing list members from the mailing list.
Namespace:
OfficeClip.DBLayer.DesktopAssembly: 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.
