Click or drag to resize

MimeBaseStructureContentType Property

Gets the content type of this part.

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

Property Value

Type: ContentType
Remarks
TextPlain is assumed when HasContentType is false.
See Also