This value implements SMTP Notify value. Defined in RFC 3461.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
[FlagsAttribute] public enum SMTP_DSN_Notify
<FlagsAttribute> Public Enumeration SMTP_DSN_Notify
[FlagsAttribute] public enum class SMTP_DSN_Notify
[<FlagsAttribute>] type SMTP_DSN_Notify
Members
Member | Description |
---|---|
NotSpecified |
Notify value not specified.
|
Never |
DSN should not be returned to the sender under any conditions.
|
Success |
DSN should be sent on successful delivery.
|
Failure |
DSN should be sent on delivery failure.
|
Delay |
DSN should be sent on delayed delivery.
|
Remarks
Values Success,Failure,Delay may be mixed if NotSpecified or Never flag is not set.
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119