SmtpMessageDirectSendDoneEventArgsFailedRecipients Property |
Gets the list of recipients the message was not delivered to.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic EmailAddressCollection FailedRecipients { get; }
Public ReadOnly Property FailedRecipients As EmailAddressCollection
Get
Property Value
Type:
EmailAddressCollectionA reference to the
EmailAddressCollection object
which contains the list of all recipients which did not receive the message.
See Also