DsnReturnPortion Enumeration |
Specifies how much of the original message is returned with the delivery status notification
when the message delivery fails.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public enum DsnReturnPortion
Public Enumeration DsnReturnPortion
Members
| Member name | Value | Description |
---|
| Default | 0 |
Let the server decide. By default, most servers return only the message header.
|
| Header | 1 |
Return only the message header.
|
| FullMessage | 2 |
Return the entire message.
|
Remarks If the message delivery succeeds and delivery status notification on succesful
delivery is enabled (i.e.
Success bit is set in
DsnNotifyCondition), this value is not used, and only the message header
is returned.
See Also