Content type, may be nullNothingnullptra null reference (Nothing in Visual Basic) if not present.

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public ContentType ContentType { get; private set; }
Visual Basic
Public Property ContentType As ContentType
	Get
	Private Set
Visual C++
public:
property ContentType^ ContentType {
	ContentType^ get ();
	private: void set (ContentType^ value);
}

See Also