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