Click or drag to resize
MimeKit

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: 4.0.0
Syntax
C#
DeliveryStatusNotificationType DeliveryStatusNotificationType { get; set; }
Request Example

Property Value

DeliveryStatusNotificationType
A 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