EnvelopeGetAllRecipients Method
Returns the list of all recipients of the mail message.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public EmailAddressCollection GetAllRecipients()

Return Value

Type: EmailAddressCollection
A reference to EmailAddressCollection object containing all of the recipients of the mail message.
Remarks
This method never returns a null reference (Nothing in Visual Basic), even if SafeMode is false and To, Cc, and Bcc return a null reference.
See Also