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

Return Value

Instance of the MailingListInfo object containing all the information related to the mailing list. OfficeClip.BusinessLayer.Desktop.Email..::.MailingListInfo

See Also