 | ISmtpClientDeliveryStatusNotificationType Property |
Get or set how much of the message to include in any failed delivery status notifications.
Namespace: MailKit.Net.SmtpAssembly: MailKit (in MailKit.dll) Version: 4.0.0
SyntaxDeliveryStatusNotificationType DeliveryStatusNotificationType { get; set; }
Request Example
Property Value
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