OutlookCategory.OutlookCategory
Contents
[
Hide
]OutlookCategory()
Initializes a new instance of the OutlookCategory
class.
public OutlookCategory()
See Also
- class OutlookCategory
- namespace Aspose.Email.Clients.Graph
- assembly Aspose.Email
OutlookCategory(string, CategoryPreset)
Initializes a new instance of the OutlookCategory
class.
public OutlookCategory(string displayName, CategoryPreset preset)
Parameter | Type | Description |
---|---|---|
displayName | String | A unique name that identifies a category in the user’s mailbox. |
preset | CategoryPreset | pre-set color constant that characterizes a category, and that is mapped to one of 25 predefined colors |
See Also
- enum CategoryPreset
- class OutlookCategory
- namespace Aspose.Email.Clients.Graph
- assembly Aspose.Email
OutlookCategory(string, string, CategoryPreset)
Initializes a new instance of the OutlookCategory
class.
public OutlookCategory(string itemId, string displayName, CategoryPreset preset)
Parameter | Type | Description |
---|---|---|
itemId | String | Item id |
displayName | String | A unique name that identifies a category in the user’s mailbox. |
preset | CategoryPreset | pre-set color constant that characterizes a category, and that is mapped to one of 25 predefined colors |
See Also
- enum CategoryPreset
- class OutlookCategory
- namespace Aspose.Email.Clients.Graph
- assembly Aspose.Email