MimeKit.MessageDispositionNotification.MessageDispositionNotification C# (CSharp) Method

MessageDispositionNotification() public method

Initializes a new instance of the MimeKit.MessageDispositionNotification class.
Creates a new MessageDispositionNotification.
public MessageDispositionNotification ( ) : System
return System
		public MessageDispositionNotification () : base ("message", "disposition-notification")
		{
		}

Same methods

MessageDispositionNotification::MessageDispositionNotification ( MimeKit.MimeEntityConstructorArgs args ) : System