EnvelopeGetAllRecipients Method |
Returns the list of all recipients of the mail message.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public EmailAddressCollection GetAllRecipients()
Public Function GetAllRecipients As EmailAddressCollection
Return Value
Type:
EmailAddressCollectionA 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