Class PstItemCategory

PstItemCategory class

Represents a category for PST items with a name and associated color.

public class PstItemCategory

Constructors

NameDescription
PstItemCategory(string, OutlookCategoryColor)Initializes a new instance of the PstItemCategory class.

Properties

NameDescription
Color { get; }Gets the color associated with the category.
Name { get; }Gets the name of the category.

Methods

NameDescription
override ToString()

See Also