 | ISmtpClientDeliveryStatusNotificationType Property |
Get or set how much of the message to include in any failed delivery status notifications.
Namespace:
MailKit.Net.Smtp
Assembly:
MailKit (in MailKit.dll) Version: 3.0.0
SyntaxDeliveryStatusNotificationType DeliveryStatusNotificationType { get; set; }
Property Value
Type:
DeliveryStatusNotificationTypeA value indicating how much of the message to include in a failure delivery status notification.
Remarks
Gets or sets how much of the message to include in any failed delivery status notifications.
See Also