[This is preliminary documentation and is subject to change.]
Gets all the mailing list members corresponding 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 ArrayList GetMailingListMembers( int mailingListId ) |
Visual Basic (Declaration) |
---|
Public Function GetMailingListMembers ( _ mailingListId As Integer _ ) As ArrayList |
Visual C++ |
---|
public: ArrayList^ GetMailingListMembers( int mailingListId ) |
Parameters
- mailingListId
- Type: System..::.Int32
Id of the mailing list whose members are to be retrieved.