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