MailBeeSmtpNoAcceptedRecipientsExceptionActualRecipients Property
Gets the list of recipients the message is addressed to.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public EmailAddressCollection ActualRecipients { get; }

Property Value

Type: EmailAddressCollection
A reference to the EmailAddressCollection object which contains the list of all recipients to the message.

Implements

IMailBeeSendExceptionActualRecipients
See Also