MailBee.NET Objects 4.0

DsnReturnPortion Enumeration

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

public enum DsnReturnPortion

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.

Members

Member Name Description
Default Let the server decide. By default, most servers return only the message header.
Header Return only the message header.
FullMessage Return the entire message.

Requirements

Namespace: MailBee.SmtpMail

Assembly: MailBee.NET (in MailBee.NET.dll)

See Also

MailBee.SmtpMail Namespace