Click or drag to resize

MailGroupGetMailboxes Method

Gets all mailboxes represented by this mail group.

Namespace:  Limilabs.Mail.Headers
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public override List<MailBox> GetMailboxes()

Return Value

Type: ListMailBox
List of mailboxes represented by this group and all child groups.
See Also