SmtpMessageSubmittedToServerEventArgsAcceptedRecipients Property |
Gets the list of all recipients which were accepted by the SMTP server.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public 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