Mime4.net Home | Community Edition | Order | Usage examples | Feedback
MimeField PropertiesMIME4NET Class Library Documentation

The MimeField type exposes the following members.

Properties

  NameDescription
Public propertyBody
Gets the unfolded, unparsed and possibly encoded (see RFC 2047) field body string.
Public propertyIsContentType
Determines if this is a Content-Type field.
Public propertyIsFrom
Determines if this is a From field.
Public propertyIsSubject
Determines if this is a Subject field.
Public propertyIsTo
Determines if this is a To field.
Public propertyName
Gets the name of the field (Subject, From, etc).
Public propertyRaw
Gets the original raw field string.
Top
See Also