UnstructuredField Properties

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

Public Instance Properties

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

See Also

UnstructuredField Class | NI.Email.Mime.Field Namespace