RecipientDeliveryStatusNotification Class |
Namespace: Limilabs.Mail.MIME
The RecipientDeliveryStatusNotification type exposes the following members.
Name | Description | |
---|---|---|
RecipientDeliveryStatusNotification |
Creates new RecipientDeliveryStatusNotification object.
|
Name | Description | |
---|---|---|
Action |
Indicates the action performed by the ReportingMTA as a result of its attempt to deliver the message.
| |
Body |
Gets or sets the body for this recipient.
| |
DiagnosticCode |
For a "failed" or "delayed" recipient, contains the actual diagnostic code issued by the mail transport.
| |
FinalRecipient |
Indicates the recipient for which this set of per-recipient fields applies.
| |
Item |
Gets any field defined in Delivery Status Notification (DSN) for this recipient.
| |
OriginalRecipient |
Indicates the original recipient address as specified by the sender of the message for which the DSN is being issued.
| |
Status |
Contains a transport-independent status code which indicates the delivery status of the message to that recipient.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |