Represents a category for PST items with a name and associated color. More...
Inherits Object.
Public Member Functions | |
| System::String | get_Name () const |
| Gets the name of the category. More... | |
| OutlookCategoryColor | get_Color () const |
| Gets the color associated with the category. More... | |
| PstItemCategory (System::String name, OutlookCategoryColor color) | |
| Initializes a new instance of the PstItemCategory class. More... | |
| System::String | ToString () const override |
Represents a category for PST items with a name and associated color.
| Aspose::Email::Storage::Pst::PstItemCategory::PstItemCategory | ( | System::String | name, |
| OutlookCategoryColor | color | ||
| ) |
Initializes a new instance of the PstItemCategory class.
| name | The name of the category. |
| color | The color associated with the category. |
| OutlookCategoryColor Aspose::Email::Storage::Pst::PstItemCategory::get_Color | ( | ) | const |
Gets the color associated with the category.
| System::String Aspose::Email::Storage::Pst::PstItemCategory::get_Name | ( | ) | const |
Gets the name of the category.
|
override |