DsnReturnPortion Enumeration
Specifies how much of the original message is returned with the delivery status notification when the message delivery fails.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public enum DsnReturnPortion
Members
  Member nameValueDescription
Default0 Let the server decide. By default, most servers return only the message header.
Header1 Return only the message header.
FullMessage2 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