Click or drag to resize

SmtpMailIsMDN Property

Gets or sets the additional information if enclosed message is a MDN. Setting this property changes how validation works as the envelope sender address (SMTP MAIL FROM) of the MDN MUST be null (RFC 3798).

Namespace:  Limilabs.Client.SMTP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public bool IsMDN { get; set; }

Property Value

Type: Boolean
See Also