Represents an Outlook item category. More...
Inherits Object.
Public Member Functions | |
| System::String | get_Name () const |
| Gets the name of the category. More... | |
| void | set_Name (System::String value) |
| Sets the name of the category. More... | |
| System::String | get_Color () const |
| Gets the color associated with the category. More... | |
| void | set_Color (System::String value) |
| Sets the color associated with the category. More... | |
| System::String | ToString () const override |
Represents an Outlook item category.
| System::String Aspose::Email::Storage::Olm::OlmItemCategory::get_Color | ( | ) | const |
Gets the color associated with the category.
| System::String Aspose::Email::Storage::Olm::OlmItemCategory::get_Name | ( | ) | const |
Gets the name of the category.
| void Aspose::Email::Storage::Olm::OlmItemCategory::set_Color | ( | System::String | value | ) |
Sets the color associated with the category.
| void Aspose::Email::Storage::Olm::OlmItemCategory::set_Name | ( | System::String | value | ) |
Sets the name of the category.
|
override |