ContentTransferEncodingField Properties

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

Public Instance Properties

Body (inherited from MimeField) Gets the unfolded, unparsed and possibly encoded (see RFC 2047) field body string.
Encoding Gets the encoding defined in this field.
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.

See Also

ContentTransferEncodingField Class | NI.Email.Mime.Field Namespace