MailBee.NET Objects 4.0

Envelope.GetAllRecipients Method 

Returns the list of all recipients of the mail message.

public EmailAddressCollection GetAllRecipients();

Return Value

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

Envelope Class | MailBee.ImapMail Namespace