FollowUpManager.GetCategories

FollowUpManager.GetCategories method

Get the available message categories.

public static IList<string> GetCategories(MapiMessageItemBase message)
ParameterTypeDescription
messageMapiMessageItemBaseThe MapiMessageItemBase in which the categories are added.

Return Value

The list of added categories.

Exceptions

exceptioncondition
ArgumentNullExceptionIf message is null.

See Also