PstDistListGetMembers Method |
Gets the DistList members.
Namespace: MailBee.OutlookAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public EmailAddressCollection GetMembers()
Public Function GetMembers As EmailAddressCollection
Return Value
Type:
EmailAddressCollectionThe collection of all members of this distribution list.
Remarks Each member includes its display name and e-mail address.
See Also