IMailBeeSendExceptionActualRecipients Property |
Gets the list of recipients the message is addressed to.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax EmailAddressCollection ActualRecipients { get; }
ReadOnly Property ActualRecipients As EmailAddressCollection
Get
Property Value
Type:
EmailAddressCollectionA reference to the
EmailAddressCollection object
which contains the list of all recipients to the message.
See Also