[This is preliminary documentation and is subject to change.]
Gets all the information related to a particular mailing list identified by the mailingListId.
Namespace:
OfficeClip.DBLayer.DesktopAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public MailingListInfo GetMailingListInfo( int mailingListId ) |
Visual Basic (Declaration) |
---|
Public Function GetMailingListInfo ( _ mailingListId As Integer _ ) As MailingListInfo |
Visual C++ |
---|
public: MailingListInfo^ GetMailingListInfo( int mailingListId ) |
Parameters
- mailingListId
- Type: System..::.Int32
Id of the mailing list for which the information needs to be retrieved.