Gets a MailingList object in the collection by mailing list ID.
| C# | Visual Basic | Managed C++ |
public MailingList Item [ string mailingListID ] { get; }
Public ReadOnly Property Item ( _ mailingListID As String _ ) As MailingList
public: MailingList^ Item { MailingList^ get (String^ mailingListID); }
- mailingListID (String)
- A String value that specifies the mailing list ID of the Group object in the MailingListCollection collection.
A MailingList object value that represents the mailing list in virtual server.
Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)