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

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
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