// Add another category
FollowUpManager.addCategory(msg, "Red Category");
// Retrieve the list of available categories
IList categories = FollowUpManager.getCategories(msg);
// Remove the specified category
FollowUpManager.removeCategory(msg, "Red Category");
// Clear all categories