RDOCategory object represents a
user-defined category by which Outlook items can be grouped. .
The example below lists the master
category list in the current profile.
|
Derived from:
IDispatch
|
|
Properties |
|
CategoryID |
String, read-only. Returns a
string representing teh category id.
|
|
Color |
rdoCategoryColor enum, reda/write.
The color for the new category.
olCategoryColorNone =
0xFFFFFFFF
olCategoryColorRed = 0x00000001
olCategoryColorOrange = 0x00000002
olCategoryColorPeach = 0x00000003
olCategoryColorYellow = 0x00000004
olCategoryColorGreen = 0x00000005
olCategoryColorTeal = 0x00000006
olCategoryColorOlive = 0x00000007
olCategoryColorBlue = 0x00000008
olCategoryColorPurple = 0x00000009
olCategoryColorMaroon = 0x0000000A
olCategoryColorLightSteel = 0x0000000B
olCategoryColorSteel = 0x0000000C
olCategoryColorLightGray = 0x0000000D
olCategoryColorGray = 0x0000000E
olCategoryColorBlack = 0x0000000F
olCategoryColorLightRed = 0x00000010
olCategoryColorLightOrange = 0x00000011
olCategoryColorLightPeach = 0x00000012
olCategoryColorLightYellow = 0x00000013
olCategoryColorLightGreen = 0x00000014
olCategoryColorLightTeal = 0x00000015
olCategoryColorLightOlive = 0x00000016
olCategoryColorLightBlue = 0x00000017
olCategoryColorLightPurple = 0x00000018
olCategoryColorLightMaroon = 0x00000019
|
|
Name |
Returns or sets a string
representing the category name.
|
|
ShortcutKey |
Returns or sets
rdoCategoryShortcutKey enum. The shortcut key for the new category.
olCategoryShortcutKeyNone =
0x00000000
olCategoryShortcutKeyCtrlF2 = 0x00000001
olCategoryShortcutKeyCtrlF3 = 0x00000002
olCategoryShortcutKeyCtrlF4 = 0x00000003
olCategoryShortcutKeyCtrlF5 = 0x00000004
olCategoryShortcutKeyCtrlF6 = 0x00000005
olCategoryShortcutKeyCtrlF7 = 0x00000006
olCategoryShortcutKeyCtrlF8 = 0x00000007
olCategoryShortcutKeyCtrlF9 = 0x00000008
olCategoryShortcutKeyCtrlF10 = 0x00000009
olCategoryShortcutKeyCtrlF11 = 0x0000000A
olCategoryShortcutKeyCtrlF12 = 0x0000000B
|
|
LastTimeUsed |
Returns a sets a datetime
value repressing the date and time when the category was last
used.
|
|
LastTimeUsedMail |
Returns a sets a datetime
value repressing the date and time when the category was last used
on messages.
|
|
LastTimeUsedCalendar |
Returns a sets a datetime
value repressing the date and time when the category was last used
on appointments.
|
|
LastTimeUsedContacts |
Returns a sets a datetime
value repressing the date and time when the category was last used
on contacts
. |
|
LastTimeUsedTasks |
Returns a sets a datetime
value repressing the date and time when the category was last used
on tasks.
|
|
LastTimeUsedNotes |
Returns a sets a datetime
value repressing the date and time when the category was last used
on notes.
|
|
LastTimeUsedJournal |
Returns a sets a datetime
value repressing the date and time when the category was last used
on journal items.
|
|
|
Methods |
|
Delete |
Deletes the category.
|
|
|