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.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public DsnReturnPortion ReturnPortion { get; set; }
Public Property ReturnPortion As DsnReturnPortion
Get
Set
Property Value
Type:
DsnReturnPortionA
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