The MimeField type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | 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