PersonalStorage.GetCategories

PersonalStorage.GetCategories method

Retrieves a list of PST item categories, each containing a name and associated color.

public List<PstItemCategory> GetCategories()

Return Value

A List containing all the available categories. The list will be non-empty if there is at least one item in the store that has the category assigned to it. If no categories are found or an error occurs, the list may be empty.

See Also