SmtpMessageRecipientSubmittedEventArgsResult Property
Gets the status of submission of the recipient e-mail address to the SMTP server.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public bool Result { get; }

Property Value

Type: Boolean
true if the recipient e-mail address was accepted by the SMTP server; false is the SMTP server rejected this address.
See Also