MimeKit.MessagePartial.MessagePartial C# (CSharp) Method

MessagePartial() public method

Initializes a new instance of the MimeKit.MessagePartial class.
This constructor is used by MimeKit.MimeParser.
/// is null. ///
public MessagePartial ( MimeKit.MimeEntityConstructorArgs args ) : System
args MimeKit.MimeEntityConstructorArgs Information used by the constructor.
return System
		public MessagePartial (MimeEntityConstructorArgs args) : base (args)
		{
		}

Same methods

MessagePartial::MessagePartial ( string id, int number, int total ) : System