Inherits Object.
Public Member Functions | |
ASPOSE_EMAIL_SHARED_API bool | get_IsChanged () const |
Gets or set a value indicating whether the dictionary was changes More... | |
ASPOSE_EMAIL_SHARED_API void | set_IsChanged (bool value) |
Gets or set a value indicating whether the dictionary was changes More... | |
ASPOSE_EMAIL_SHARED_API System::SharedPtr< System::Collections::Generic::List< System::String > > | get_Keys () const |
ASPOSE_EMAIL_SHARED_API | TrackingStringDictionary () |
Initializes a new instance of TrackingStringDictionary class More... | |
ASPOSE_EMAIL_SHARED_API | TrackingStringDictionary (bool isReadOnly) |
Initializes a new instance of TrackingStringDictionary class More... | |
ASPOSE_EMAIL_SHARED_API bool | ContainsKey (System::String key) |
ASPOSE_EMAIL_SHARED_API System::String | idx_get (System::String key) |
ASPOSE_EMAIL_SHARED_API void | idx_set (System::String key, System::String value) |
ASPOSE_EMAIL_SHARED_API void | Add (System::String key, System::String value) |
ASPOSE_EMAIL_SHARED_API void | Clear () |
ASPOSE_EMAIL_SHARED_API void | Remove (System::String key) |
ASPOSE_EMAIL_SHARED_API void | ParseParameters (System::String headerValue, int32_t offset) |
Parses parameters from the given header value and adds them into dictionary More... | |
Protected Member Functions | |
virtual ASPOSE_EMAIL_SHARED_API | ~TrackingStringDictionary () |
Friends | |
class | Aspose::Email::Mime::ContentDisposition |
class | Aspose::Email::Mime::ContentType |
ASPOSE_EMAIL_SHARED_API Aspose::Email::Mime::TrackingStringDictionary::TrackingStringDictionary | ( | ) |
Initializes a new instance of TrackingStringDictionary class
ASPOSE_EMAIL_SHARED_API Aspose::Email::Mime::TrackingStringDictionary::TrackingStringDictionary | ( | bool | isReadOnly | ) |
Initializes a new instance of TrackingStringDictionary class
isReadOnly | Specifies whether the dictionary is read-only |
|
protectedvirtual |
ASPOSE_EMAIL_SHARED_API void Aspose::Email::Mime::TrackingStringDictionary::Add | ( | System::String | key, |
System::String | value | ||
) |
ASPOSE_EMAIL_SHARED_API void Aspose::Email::Mime::TrackingStringDictionary::Clear | ( | ) |
ASPOSE_EMAIL_SHARED_API bool Aspose::Email::Mime::TrackingStringDictionary::ContainsKey | ( | System::String | key | ) |
ASPOSE_EMAIL_SHARED_API bool Aspose::Email::Mime::TrackingStringDictionary::get_IsChanged | ( | ) | const |
Gets or set a value indicating whether the dictionary was changes
ASPOSE_EMAIL_SHARED_API System::SharedPtr<System::Collections::Generic::List<System::String> > Aspose::Email::Mime::TrackingStringDictionary::get_Keys | ( | ) | const |
ASPOSE_EMAIL_SHARED_API System::String Aspose::Email::Mime::TrackingStringDictionary::idx_get | ( | System::String | key | ) |
ASPOSE_EMAIL_SHARED_API void Aspose::Email::Mime::TrackingStringDictionary::idx_set | ( | System::String | key, |
System::String | value | ||
) |
ASPOSE_EMAIL_SHARED_API void Aspose::Email::Mime::TrackingStringDictionary::ParseParameters | ( | System::String | headerValue, |
int32_t | offset | ||
) |
Parses parameters from the given header value and adds them into dictionary
headerValue | A header value to be parsed |
offset | A position to start parsing at |
ASPOSE_EMAIL_SHARED_API void Aspose::Email::Mime::TrackingStringDictionary::Remove | ( | System::String | key | ) |
ASPOSE_EMAIL_SHARED_API void Aspose::Email::Mime::TrackingStringDictionary::set_IsChanged | ( | bool | value | ) |
Gets or set a value indicating whether the dictionary was changes
|
friend |
|
friend |