Aspose::Email::Storage::Olm::OlmItemCategory Class Reference

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
 

Detailed Description

Represents an Outlook item category.

Member Function Documentation

◆ get_Color()

System::String Aspose::Email::Storage::Olm::OlmItemCategory::get_Color ( ) const

Gets the color associated with the category.

◆ get_Name()

System::String Aspose::Email::Storage::Olm::OlmItemCategory::get_Name ( ) const

Gets the name of the category.

◆ set_Color()

void Aspose::Email::Storage::Olm::OlmItemCategory::set_Color ( System::String  value)

Sets the color associated with the category.

◆ set_Name()

void Aspose::Email::Storage::Olm::OlmItemCategory::set_Name ( System::String  value)

Sets the name of the category.

◆ ToString()

System::String Aspose::Email::Storage::Olm::OlmItemCategory::ToString ( ) const
override

Returns