[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.Desktop
Assembly:  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.

Return Value

ArrayList of MailingListMemberInfo list member info objects containing all the details of each member in the list. OfficeClip.BusinessLayer.Desktop.Email..::.MailingListMemberInfo

See Also