Mime4.net Home | Community Edition | Order | Usage examples | Feedback
Entity MimeType Property MIME4NET Class Library Documentation
Determines the MIME type of this Entity. The MIME type is derived by looking at the parent's Content-Type field if no Content-Type field is set for this Entity.

Namespace: NI.Email.Mime.Message
Assembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
Syntax

public string MimeType { get; }

Property Value

Type: String
See Also