SmtpMessageRecipientSubmittedEventArgsResult Property |
Gets the status of submission of the recipient e-mail address to the SMTP server.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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