Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.07 KB

Outlook.JournalItem.Categories.md

File metadata and controls

36 lines (21 loc) · 1.07 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
JournalItem.Categories property (Outlook)
vbaol11.chm1235
vbaol11.chm1235
Outlook.JournalItem.Categories
640caa61-a29f-e6d4-8833-a3d263b2d00e
06/08/2017
medium

JournalItem.Categories property (Outlook)

Returns or sets a String representing the categories assigned to the Outlook item. Read/write.

Syntax

expression. Categories

expression A variable that represents a JournalItem object.

Remarks

Categories is a delimited string of category names that have been assigned to an Outlook item. This property uses the character specified in the value name, sList, under HKEY_CURRENT_USER\Control Panel\International in the Windows registry, as the delimiter for multiple categories. To convert the string of category names to an array of category names, use the Microsoft Visual Basic function Split.

See also

JournalItem Object

[!includeSupport and feedback]