SmtpMessageSubmittedToServerEventArgsAcceptedRecipients Property |
Gets the list of all recipients which were accepted by the SMTP server.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic EmailAddressCollection AcceptedRecipients { get; }
Public ReadOnly Property AcceptedRecipients As EmailAddressCollection
Get
Property Value
Type:
EmailAddressCollectionA reference to the
EmailAddressCollection object
which contains the list of all recipients which were accepted by the SMTP server.
See Also