hello all,
Is there any way through which we can GET the category of an outlook email?
Please suggest. TIA.
You can get the categories of an email by using the following function:
currentItem.GetCategories
Note: If the mail doesn’t belong to any category, you’ll get the output as
EmptyPartition<string>(Count = 0)
Hope this helps,
Best Regards.