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

Namespace: MailBee.ImapMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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