IGraphClientFetchCategory Method |
Get the properties and relationships of the specified outlookCategory object.
Namespace:
Aspose.Email.Clients.Graph
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
SyntaxOutlookCategory FetchCategory(
string itemId
)
Function FetchCategory (
itemId As String
) As OutlookCategory
OutlookCategory^ FetchCategory(
String^ itemId
)
abstract FetchCategory :
itemId : string -> OutlookCategory
Parameters
- itemId
- Type: SystemString
Item id to be fetched
Return Value
Type:
OutlookCategoryCategory specified by id
See Also