SmtpMessageRecipientSubmittedEventArgsResult Property |
Gets the status of submission of the recipient e-mail address to the SMTP server.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public bool Result { get; }
Public ReadOnly Property Result As Boolean
Get
Property Value
Type:
Booleantrue if the recipient e-mail address was accepted by the SMTP
server;
false is the SMTP server rejected this address.
See Also