Represents the mime header defined in RFC 2822. More...
Inherits Object.
Public Member Functions | |
| System::String | get_Name () const |
| Gets the name. More... | |
| System::String | get_RawContent () const |
| Gets the content of the raw. More... | |
| MimeHeader (System::String name, System::String value) | |
| Initializes a new instance of the MimeHeader class. More... | |
| System::SharedPtr< MimeHeader > | Clone () |
| Clones this instance. More... | |
| System::String | ToString () const override |
| Returns a T:System::String that represents the current T:System::Object. More... | |
Represents the mime header defined in RFC 2822.
| Aspose::Email::Mime::MimeHeader::MimeHeader | ( | System::String | name, |
| System::String | value | ||
| ) |
Initializes a new instance of the MimeHeader class.
| name | The MimeHeader name. |
| value | The MimeHeader value. |
| System::SharedPtr<MimeHeader> Aspose::Email::Mime::MimeHeader::Clone | ( | ) |
Clones this instance.
| System::String Aspose::Email::Mime::MimeHeader::get_Name | ( | ) | const |
Gets the name.
The name.
| System::String Aspose::Email::Mime::MimeHeader::get_RawContent | ( | ) | const |
Gets the content of the raw.
The content of the raw.
|
override |
Returns a T:System::String that represents the current T:System::Object.