DeliveryNotificationOptionsReturnPortion Property
Gets or sets 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 DsnReturnPortion ReturnPortion { get; set; }

Property Value

Type: DsnReturnPortion
A DsnReturnPortion value which specifies how much of the original message is returned with the delivery status notification when the message delivery fails (the server must support DSN extension). The default value is Default.
See Also