Click or drag to resize

ISendMessageResult Interface

Represents result of the message sending process, returned by SendMessage(IMail), SendMessage(SmtpMail).

Namespace:  Limilabs.Client.SMTP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public interface ISendMessageResult

The ISendMessageResult type exposes the following members.

Properties
  NameDescription
Public propertyAllResponses
Gets all responses received from the server while sending message.
Public propertyApprovedRecipients
Gets the list of the recipients (From) approved by the SMTP server.
Public propertyFromRejected
Gets a boolean value indicating if From (Sender, From) was rejected.
Public propertyGeneralErrors
Gets all error responses received from the server while sending message.
Public propertyRejectedRecipients
Gets the list of the recipients (From) rejected by the SMTP server.
Public propertyRejectedRecipientsErrors
Gets error responses received from the server in response to 'add recipient' (RCPT TO command) requests. You can iterate over this dictionary using RejectedRecipients list.
Public propertyStatus
Gets the status of the sending process.
Top
See Also