ISend |
The ISendMessageResult type exposes the following members.
| Name | Description | |
|---|---|---|
| AllResponses | Gets all responses received from the server while sending message. | |
| ApprovedRecipients | Gets the list of the recipients (From) approved by the SMTP server. | |
| FromRejected | Gets a boolean value indicating if From (Sender, From) was rejected. | |
| GeneralErrors | Gets all error responses received from the server while sending message. | |
| RejectedRecipients | Gets the list of the recipients (From) rejected by the SMTP server. | |
| RejectedRecipientsErrors | 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. | |
| Status | Gets the status of the sending process. |