MimeField Properties

The properties of the MimeField class are listed below. For a complete list of MimeField class members, see the MimeField Members topic.

Public Instance Properties

Body Gets the unfolded, unparsed and possibly encoded (see RFC 2047) field body string.
IsContentType Determines if this is a Content-Type field.
IsFrom Determines if this is a From field.
IsSubject Determines if this is a Subject field.
IsTo Determines if this is a To field.
Name Gets the name of the field (Subject, From, etc).
Raw Gets the original raw field string.

See Also

MimeField Class | NI.Email.Mime.Field Namespace