CAWT 2.9.1 Reference Manual

::Outlook::EnumTop, Main, Index

CommandsTop, Main, Index

OlAccountType [::Outlook::Enum]Top, Main, Index

OlAccountType
olEas4
olExchange0
olGoogle6
olHttp3
olImap1
olOtherAccount5
olPop32
proc ::Outlook::Enum::OlAccountType {} {

    # olEas - 4
    # olExchange - 0
    # olGoogle - 6
    # olHttp - 3
    # olImap - 1
    # olOtherAccount - 5
    # olPop3 - 2
    return { olEas 4 olExchange 0 olGoogle 6 olHttp 3 olImap 1 olOtherAccount 5 olPop3 2 }
}

OlActionCopyLike [::Outlook::Enum]Top, Main, Index

OlActionCopyLike
olForward2
olReply0
olReplyAll1
olReplyFolder3
olRespond4
proc ::Outlook::Enum::OlActionCopyLike {} {

    # olForward - 2
    # olReply - 0
    # olReplyAll - 1
    # olReplyFolder - 3
    # olRespond - 4
    return { olForward 2 olReply 0 olReplyAll 1 olReplyFolder 3 olRespond 4 }
}

OlActionReplyStyle [::Outlook::Enum]Top, Main, Index

OlActionReplyStyle
olEmbedOriginalItem1
olIncludeOriginalText2
olIndentOriginalText3
olLinkOriginalItem4
olOmitOriginalText0
olReplyTickOriginalText1000
olUserPreference5
proc ::Outlook::Enum::OlActionReplyStyle {} {

    # olEmbedOriginalItem - 1
    # olIncludeOriginalText - 2
    # olIndentOriginalText - 3
    # olLinkOriginalItem - 4
    # olOmitOriginalText - 0
    # olReplyTickOriginalText - 1000
    # olUserPreference - 5
    return { olEmbedOriginalItem 1 olIncludeOriginalText 2 olIndentOriginalText 3 olLinkOriginalItem 4 olOmitOriginalText 0 olReplyTickOriginalText 1000 olUserPreference 5 }
}

OlActionResponseStyle [::Outlook::Enum]Top, Main, Index

OlActionResponseStyle
olOpen0
olPrompt2
olSend1
proc ::Outlook::Enum::OlActionResponseStyle {} {

    # olOpen - 0
    # olPrompt - 2
    # olSend - 1
    return { olOpen 0 olPrompt 2 olSend 1 }
}

OlActionShowOn [::Outlook::Enum]Top, Main, Index

OlActionShowOn
olDontShow0
olMenu1
olMenuAndToolbar2
proc ::Outlook::Enum::OlActionShowOn {} {

    # olDontShow - 0
    # olMenu - 1
    # olMenuAndToolbar - 2
    return { olDontShow 0 olMenu 1 olMenuAndToolbar 2 }
}

OlAddressEntryUserType [::Outlook::Enum]Top, Main, Index

OlAddressEntryUserType
olExchangeAgentAddressEntry3
olExchangeDistributionListAddressEntry1
olExchangeOrganizationAddressEntry4
olExchangePublicFolderAddressEntry2
olExchangeRemoteUserAddressEntry5
olExchangeUserAddressEntry0
olLdapAddressEntry20
olOtherAddressEntry40
olOutlookContactAddressEntry10
olOutlookDistributionListAddressEntry11
olSmtpAddressEntry30
proc ::Outlook::Enum::OlAddressEntryUserType {} {

    # olExchangeAgentAddressEntry - 3
    # olExchangeDistributionListAddressEntry - 1
    # olExchangeOrganizationAddressEntry - 4
    # olExchangePublicFolderAddressEntry - 2
    # olExchangeRemoteUserAddressEntry - 5
    # olExchangeUserAddressEntry - 0
    # olLdapAddressEntry - 20
    # olOtherAddressEntry - 40
    # olOutlookContactAddressEntry - 10
    # olOutlookDistributionListAddressEntry - 11
    # olSmtpAddressEntry - 30
    return { olExchangeAgentAddressEntry 3 olExchangeDistributionListAddressEntry 1 olExchangeOrganizationAddressEntry 4 olExchangePublicFolderAddressEntry 2 olExchangeRemoteUserAddressEntry 5 olExchangeUserAddressEntry 0 olLdapAddressEntry 20 olOtherAddressEntry 40 olOutlookContactAddressEntry 10 olOutlookDistributionListAddressEntry 11 olSmtpAddressEntry 30 }
}

OlAddressListType [::Outlook::Enum]Top, Main, Index

OlAddressListType
olCustomAddressList4
olExchangeContainer1
olExchangeGlobalAddressList0
olOutlookAddressList2
olOutlookLdapAddressList3
proc ::Outlook::Enum::OlAddressListType {} {

    # olCustomAddressList - 4
    # olExchangeContainer - 1
    # olExchangeGlobalAddressList - 0
    # olOutlookAddressList - 2
    # olOutlookLdapAddressList - 3
    return { olCustomAddressList 4 olExchangeContainer 1 olExchangeGlobalAddressList 0 olOutlookAddressList 2 olOutlookLdapAddressList 3 }
}

OlAlign [::Outlook::Enum]Top, Main, Index

OlAlign
olAlignCenter1
olAlignLeft0
olAlignRight2
proc ::Outlook::Enum::OlAlign {} {

    # olAlignCenter - 1
    # olAlignLeft - 0
    # olAlignRight - 2
    return { olAlignCenter 1 olAlignLeft 0 olAlignRight 2 }
}

OlAlignment [::Outlook::Enum]Top, Main, Index

OlAlignment
olAlignmentLeft0
olAlignmentRight1
proc ::Outlook::Enum::OlAlignment {} {

    # olAlignmentLeft - 0
    # olAlignmentRight - 1
    return { olAlignmentLeft 0 olAlignmentRight 1 }
}

OlAlwaysDeleteConversation [::Outlook::Enum]Top, Main, Index

OlAlwaysDeleteConversation
olAlwaysDelete1
olAlwaysDeleteUnsupported2
olDoNotDelete0
proc ::Outlook::Enum::OlAlwaysDeleteConversation {} {

    # olAlwaysDelete - 1
    # olAlwaysDeleteUnsupported - 2
    # olDoNotDelete - 0
    return { olAlwaysDelete 1 olAlwaysDeleteUnsupported 2 olDoNotDelete 0 }
}

OlAppointmentCopyOptions [::Outlook::Enum]Top, Main, Index

OlAppointmentCopyOptions
olCopyAsAccept2
olCreateAppointment1
olPromptUser0
proc ::Outlook::Enum::OlAppointmentCopyOptions {} {

    # olCopyAsAccept - 2
    # olCreateAppointment - 1
    # olPromptUser - 0
    return { olCopyAsAccept 2 olCreateAppointment 1 olPromptUser 0 }
}

OlAppointmentTimeField [::Outlook::Enum]Top, Main, Index

OlAppointmentTimeField
olAppointmentTimeFieldEnd3
olAppointmentTimeFieldNone1
olAppointmentTimeFieldStart2
proc ::Outlook::Enum::OlAppointmentTimeField {} {

    # olAppointmentTimeFieldEnd - 3
    # olAppointmentTimeFieldNone - 1
    # olAppointmentTimeFieldStart - 2
    return { olAppointmentTimeFieldEnd 3 olAppointmentTimeFieldNone 1 olAppointmentTimeFieldStart 2 }
}

OlAttachmentBlockLevel [::Outlook::Enum]Top, Main, Index

OlAttachmentBlockLevel
olAttachmentBlockLevelNone0
olAttachmentBlockLevelOpen1
proc ::Outlook::Enum::OlAttachmentBlockLevel {} {

    # olAttachmentBlockLevelNone - 0
    # olAttachmentBlockLevelOpen - 1
    return { olAttachmentBlockLevelNone 0 olAttachmentBlockLevelOpen 1 }
}

OlAttachmentType [::Outlook::Enum]Top, Main, Index

OlAttachmentType
olByReference4
olByValue1
olEmbeddeditem5
olOLE6
proc ::Outlook::Enum::OlAttachmentType {} {

    # olByReference - 4
    # olByValue - 1
    # olEmbeddeditem - 5
    # olOLE - 6
    return { olByReference 4 olByValue 1 olEmbeddeditem 5 olOLE 6 }
}

OlAutoDiscoverConnectionMode [::Outlook::Enum]Top, Main, Index

OlAutoDiscoverConnectionMode
olAutoDiscoverConnectionExternal1
olAutoDiscoverConnectionInternal2
olAutoDiscoverConnectionInternalDomain3
olAutoDiscoverConnectionUnknown0
proc ::Outlook::Enum::OlAutoDiscoverConnectionMode {} {

    # olAutoDiscoverConnectionExternal - 1
    # olAutoDiscoverConnectionInternal - 2
    # olAutoDiscoverConnectionInternalDomain - 3
    # olAutoDiscoverConnectionUnknown - 0
    return { olAutoDiscoverConnectionExternal 1 olAutoDiscoverConnectionInternal 2 olAutoDiscoverConnectionInternalDomain 3 olAutoDiscoverConnectionUnknown 0 }
}

OlAutoPreview [::Outlook::Enum]Top, Main, Index

OlAutoPreview
olAutoPreviewAll0
olAutoPreviewNone2
olAutoPreviewUnread1
proc ::Outlook::Enum::OlAutoPreview {} {

    # olAutoPreviewAll - 0
    # olAutoPreviewNone - 2
    # olAutoPreviewUnread - 1
    return { olAutoPreviewAll 0 olAutoPreviewNone 2 olAutoPreviewUnread 1 }
}

OlBackStyle [::Outlook::Enum]Top, Main, Index

OlBackStyle
olBackStyleOpaque1
olBackStyleTransparent0
proc ::Outlook::Enum::OlBackStyle {} {

    # olBackStyleOpaque - 1
    # olBackStyleTransparent - 0
    return { olBackStyleOpaque 1 olBackStyleTransparent 0 }
}

OlBodyFormat [::Outlook::Enum]Top, Main, Index

OlBodyFormat
olFormatHTML2
olFormatPlain1
olFormatRichText3
olFormatUnspecified0
proc ::Outlook::Enum::OlBodyFormat {} {

    # olFormatHTML - 2
    # olFormatPlain - 1
    # olFormatRichText - 3
    # olFormatUnspecified - 0
    return { olFormatHTML 2 olFormatPlain 1 olFormatRichText 3 olFormatUnspecified 0 }
}

OlBorderStyle [::Outlook::Enum]Top, Main, Index

OlBorderStyle
olBorderStyleNone0
olBorderStyleSingle1
proc ::Outlook::Enum::OlBorderStyle {} {

    # olBorderStyleNone - 0
    # olBorderStyleSingle - 1
    return { olBorderStyleNone 0 olBorderStyleSingle 1 }
}

OlBusinessCardType [::Outlook::Enum]Top, Main, Index

OlBusinessCardType
olBusinessCardTypeInterConnect1
olBusinessCardTypeOutlook0
proc ::Outlook::Enum::OlBusinessCardType {} {

    # olBusinessCardTypeInterConnect - 1
    # olBusinessCardTypeOutlook - 0
    return { olBusinessCardTypeInterConnect 1 olBusinessCardTypeOutlook 0 }
}

OlBusyStatus [::Outlook::Enum]Top, Main, Index

OlBusyStatus
olBusy2
olFree0
olOutOfOffice3
olTentative1
olWorkingElsewhere4
proc ::Outlook::Enum::OlBusyStatus {} {

    # olBusy - 2
    # olFree - 0
    # olOutOfOffice - 3
    # olTentative - 1
    # olWorkingElsewhere - 4
    return { olBusy 2 olFree 0 olOutOfOffice 3 olTentative 1 olWorkingElsewhere 4 }
}

OlCalendarDetail [::Outlook::Enum]Top, Main, Index

OlCalendarDetail
olFreeBusyAndSubject1
olFreeBusyOnly0
olFullDetails2
proc ::Outlook::Enum::OlCalendarDetail {} {

    # olFreeBusyAndSubject - 1
    # olFreeBusyOnly - 0
    # olFullDetails - 2
    return { olFreeBusyAndSubject 1 olFreeBusyOnly 0 olFullDetails 2 }
}

OlCalendarMailFormat [::Outlook::Enum]Top, Main, Index

OlCalendarMailFormat
olCalendarMailFormatDailySchedule0
olCalendarMailFormatEventList1
proc ::Outlook::Enum::OlCalendarMailFormat {} {

    # olCalendarMailFormatDailySchedule - 0
    # olCalendarMailFormatEventList - 1
    return { olCalendarMailFormatDailySchedule 0 olCalendarMailFormatEventList 1 }
}

OlCalendarViewMode [::Outlook::Enum]Top, Main, Index

OlCalendarViewMode
olCalendarView5DayWeek4
olCalendarViewDay0
olCalendarViewMonth2
olCalendarViewMultiDay3
olCalendarViewWeek1
proc ::Outlook::Enum::OlCalendarViewMode {} {

    # olCalendarView5DayWeek - 4
    # olCalendarViewDay - 0
    # olCalendarViewMonth - 2
    # olCalendarViewMultiDay - 3
    # olCalendarViewWeek - 1
    return { olCalendarView5DayWeek 4 olCalendarViewDay 0 olCalendarViewMonth 2 olCalendarViewMultiDay 3 olCalendarViewWeek 1 }
}

OlCategoryColor [::Outlook::Enum]Top, Main, Index

OlCategoryColor
olCategoryColorBlack15
olCategoryColorBlue8
olCategoryColorDarkBlue23
olCategoryColorDarkGray14
olCategoryColorDarkGreen20
olCategoryColorDarkMaroon25
olCategoryColorDarkOlive22
olCategoryColorDarkOrange17
olCategoryColorDarkPeach18
olCategoryColorDarkPurple24
olCategoryColorDarkRed16
olCategoryColorDarkSteel12
olCategoryColorDarkTeal21
olCategoryColorDarkYellow19
olCategoryColorGray13
olCategoryColorGreen5
olCategoryColorMaroon10
olCategoryColorNone0
olCategoryColorOlive7
olCategoryColorOrange2
olCategoryColorPeach3
olCategoryColorPurple9
olCategoryColorRed1
olCategoryColorSteel11
olCategoryColorTeal6
olCategoryColorYellow4
proc ::Outlook::Enum::OlCategoryColor {} {

    # olCategoryColorBlack - 15
    # olCategoryColorBlue - 8
    # olCategoryColorDarkBlue - 23
    # olCategoryColorDarkGray - 14
    # olCategoryColorDarkGreen - 20
    # olCategoryColorDarkMaroon - 25
    # olCategoryColorDarkOlive - 22
    # olCategoryColorDarkOrange - 17
    # olCategoryColorDarkPeach - 18
    # olCategoryColorDarkPurple - 24
    # olCategoryColorDarkRed - 16
    # olCategoryColorDarkSteel - 12
    # olCategoryColorDarkTeal - 21
    # olCategoryColorDarkYellow - 19
    # olCategoryColorGray - 13
    # olCategoryColorGreen - 5
    # olCategoryColorMaroon - 10
    # olCategoryColorNone - 0
    # olCategoryColorOlive - 7
    # olCategoryColorOrange - 2
    # olCategoryColorPeach - 3
    # olCategoryColorPurple - 9
    # olCategoryColorRed - 1
    # olCategoryColorSteel - 11
    # olCategoryColorTeal - 6
    # olCategoryColorYellow - 4
    return { olCategoryColorBlack 15 olCategoryColorBlue 8 olCategoryColorDarkBlue 23 olCategoryColorDarkGray 14 olCategoryColorDarkGreen 20 olCategoryColorDarkMaroon 25 olCategoryColorDarkOlive 22 olCategoryColorDarkOrange 17 olCategoryColorDarkPeach 18 olCategoryColorDarkPurple 24 olCategoryColorDarkRed 16 olCategoryColorDarkSteel 12 olCategoryColorDarkTeal 21 olCategoryColorDarkYellow 19 olCategoryColorGray 13 olCategoryColorGreen 5 olCategoryColorMaroon 10 olCategoryColorNone 0 olCategoryColorOlive 7 olCategoryColorOrange 2 olCategoryColorPeach 3 olCategoryColorPurple 9 olCategoryColorRed 1 olCategoryColorSteel 11 olCategoryColorTeal 6 olCategoryColorYellow 4 }
}

OlCategoryShortcutKey [::Outlook::Enum]Top, Main, Index

OlCategoryShortcutKey
olCategoryShortcutKeyCtrlF21
olCategoryShortcutKeyCtrlF32
olCategoryShortcutKeyCtrlF43
olCategoryShortcutKeyCtrlF54
olCategoryShortcutKeyCtrlF65
olCategoryShortcutKeyCtrlF76
olCategoryShortcutKeyCtrlF87
olCategoryShortcutKeyCtrlF98
olCategoryShortcutKeyCtrlF109
olCategoryShortcutKeyCtrlF1110
olCategoryShortcutKeyCtrlF1211
olCategoryShortcutKeyNone0
proc ::Outlook::Enum::OlCategoryShortcutKey {} {

    # olCategoryShortcutKeyCtrlF2 - 1
    # olCategoryShortcutKeyCtrlF3 - 2
    # olCategoryShortcutKeyCtrlF4 - 3
    # olCategoryShortcutKeyCtrlF5 - 4
    # olCategoryShortcutKeyCtrlF6 - 5
    # olCategoryShortcutKeyCtrlF7 - 6
    # olCategoryShortcutKeyCtrlF8 - 7
    # olCategoryShortcutKeyCtrlF9 - 8
    # olCategoryShortcutKeyCtrlF10 - 9
    # olCategoryShortcutKeyCtrlF11 - 10
    # olCategoryShortcutKeyCtrlF12 - 11
    # olCategoryShortcutKeyNone - 0
    return { olCategoryShortcutKeyCtrlF2 1 olCategoryShortcutKeyCtrlF3 2 olCategoryShortcutKeyCtrlF4 3 olCategoryShortcutKeyCtrlF5 4 olCategoryShortcutKeyCtrlF6 5 olCategoryShortcutKeyCtrlF7 6 olCategoryShortcutKeyCtrlF8 7 olCategoryShortcutKeyCtrlF9 8 olCategoryShortcutKeyCtrlF10 9 olCategoryShortcutKeyCtrlF11 10 olCategoryShortcutKeyCtrlF12 11 olCategoryShortcutKeyNone 0 }
}

OlColor [::Outlook::Enum]Top, Main, Index

OlColor
olAutoColor0
olColorAqua15
olColorBlack1
olColorBlue13
olColorFuchsia14
olColorGray8
olColorGreen3
olColorLime11
olColorMaroon2
olColorNavy5
olColorOlive4
olColorPurple6
olColorRed10
olColorSilver9
olColorTeal7
olColorWhite16
olColorYellow12
proc ::Outlook::Enum::OlColor {} {

    # olAutoColor - 0
    # olColorAqua - 15
    # olColorBlack - 1
    # olColorBlue - 13
    # olColorFuchsia - 14
    # olColorGray - 8
    # olColorGreen - 3
    # olColorLime - 11
    # olColorMaroon - 2
    # olColorNavy - 5
    # olColorOlive - 4
    # olColorPurple - 6
    # olColorRed - 10
    # olColorSilver - 9
    # olColorTeal - 7
    # olColorWhite - 16
    # olColorYellow - 12
    return { olAutoColor 0 olColorAqua 15 olColorBlack 1 olColorBlue 13 olColorFuchsia 14 olColorGray 8 olColorGreen 3 olColorLime 11 olColorMaroon 2 olColorNavy 5 olColorOlive 4 olColorPurple 6 olColorRed 10 olColorSilver 9 olColorTeal 7 olColorWhite 16 olColorYellow 12 }
}

OlComboBoxStyle [::Outlook::Enum]Top, Main, Index

OlComboBoxStyle
olComboBoxStyleCombo0
olComboBoxStyleList2
proc ::Outlook::Enum::OlComboBoxStyle {} {

    # olComboBoxStyleCombo - 0
    # olComboBoxStyleList - 2
    return { olComboBoxStyleCombo 0 olComboBoxStyleList 2 }
}

OlContactPhoneNumber [::Outlook::Enum]Top, Main, Index

OlContactPhoneNumber
olContactPhoneAssistant0
olContactPhoneBusiness1
olContactPhoneBusiness22
olContactPhoneBusinessFax3
olContactPhoneCallback4
olContactPhoneCar5
olContactPhoneCompany6
olContactPhoneHome7
olContactPhoneHome28
olContactPhoneHomeFax9
olContactPhoneISDN10
olContactPhoneMobile11
olContactPhoneOther12
olContactPhoneOtherFax13
olContactPhonePager14
olContactPhonePrimary15
olContactPhoneRadio16
olContactPhoneTelex17
olContactPhoneTTYTTD18
proc ::Outlook::Enum::OlContactPhoneNumber {} {

    # olContactPhoneAssistant - 0
    # olContactPhoneBusiness - 1
    # olContactPhoneBusiness2 - 2
    # olContactPhoneBusinessFax - 3
    # olContactPhoneCallback - 4
    # olContactPhoneCar - 5
    # olContactPhoneCompany - 6
    # olContactPhoneHome - 7
    # olContactPhoneHome2 - 8
    # olContactPhoneHomeFax - 9
    # olContactPhoneISDN - 10
    # olContactPhoneMobile - 11
    # olContactPhoneOther - 12
    # olContactPhoneOtherFax - 13
    # olContactPhonePager - 14
    # olContactPhonePrimary - 15
    # olContactPhoneRadio - 16
    # olContactPhoneTelex - 17
    # olContactPhoneTTYTTD - 18
    return { olContactPhoneAssistant 0 olContactPhoneBusiness 1 olContactPhoneBusiness2 2 olContactPhoneBusinessFax 3 olContactPhoneCallback 4 olContactPhoneCar 5 olContactPhoneCompany 6 olContactPhoneHome 7 olContactPhoneHome2 8 olContactPhoneHomeFax 9 olContactPhoneISDN 10 olContactPhoneMobile 11 olContactPhoneOther 12 olContactPhoneOtherFax 13 olContactPhonePager 14 olContactPhonePrimary 15 olContactPhoneRadio 16 olContactPhoneTelex 17 olContactPhoneTTYTTD 18 }
}

OlContextMenu [::Outlook::Enum]Top, Main, Index

OlContextMenu
olAttachmentContextMenu3
olFolderContextMenu2
olItemContextMenu0
olShortcutContextMenu5
olStoreContextMenu4
olViewContextMenu1
proc ::Outlook::Enum::OlContextMenu {} {

    # olAttachmentContextMenu - 3
    # olFolderContextMenu - 2
    # olItemContextMenu - 0
    # olShortcutContextMenu - 5
    # olStoreContextMenu - 4
    # olViewContextMenu - 1
    return { olAttachmentContextMenu 3 olFolderContextMenu 2 olItemContextMenu 0 olShortcutContextMenu 5 olStoreContextMenu 4 olViewContextMenu 1 }
}

OlDaysOfWeek [::Outlook::Enum]Top, Main, Index

OlDaysOfWeek
olFriday32
olMonday2
olSaturday64
olSunday1
olThursday16
olTuesday4
olWednesday8
proc ::Outlook::Enum::OlDaysOfWeek {} {

    # olFriday - 32
    # olMonday - 2
    # olSaturday - 64
    # olSunday - 1
    # olThursday - 16
    # olTuesday - 4
    # olWednesday - 8
    return { olFriday 32 olMonday 2 olSaturday 64 olSunday 1 olThursday 16 olTuesday 4 olWednesday 8 }
}

OlDayWeekTimeScale [::Outlook::Enum]Top, Main, Index

OlDayWeekTimeScale
olTimeScale5Minutes0
olTimeScale6Minutes1
olTimeScale10Minutes2
olTimeScale15Minutes3
olTimeScale30Minutes4
olTimeScale60Minutes5
proc ::Outlook::Enum::OlDayWeekTimeScale {} {

    # olTimeScale5Minutes - 0
    # olTimeScale6Minutes - 1
    # olTimeScale10Minutes - 2
    # olTimeScale15Minutes - 3
    # olTimeScale30Minutes - 4
    # olTimeScale60Minutes - 5
    return { olTimeScale5Minutes 0 olTimeScale6Minutes 1 olTimeScale10Minutes 2 olTimeScale15Minutes 3 olTimeScale30Minutes 4 olTimeScale60Minutes 5 }
}

OlDefaultExpandCollapseSetting [::Outlook::Enum]Top, Main, Index

OlDefaultExpandCollapseSetting
olAllCollapsed1
olAllExpanded0
olLastViewed2
proc ::Outlook::Enum::OlDefaultExpandCollapseSetting {} {

    # olAllCollapsed - 1
    # olAllExpanded - 0
    # olLastViewed - 2
    return { olAllCollapsed 1 olAllExpanded 0 olLastViewed 2 }
}

OlDefaultFolders [::Outlook::Enum]Top, Main, Index

OlDefaultFolders
olFolderCalendar9
olFolderConflicts19
olFolderContacts10
olFolderDeletedItems3
olFolderDrafts16
olFolderInbox6
olFolderJournal11
olFolderJunk23
olFolderLocalFailures21
olFolderManagedEmail29
olFolderNotes12
olFolderOutbox4
olFolderRssFeeds25
olFolderSentMail5
olFolderServerFailures22
olFolderSuggestedContacts30
olFolderSyncIssues20
olFolderTasks13
olFolderToDo28
olPublicFoldersAllPublicFolders18
proc ::Outlook::Enum::OlDefaultFolders {} {

    # olFolderCalendar - 9
    # olFolderConflicts - 19
    # olFolderContacts - 10
    # olFolderDeletedItems - 3
    # olFolderDrafts - 16
    # olFolderInbox - 6
    # olFolderJournal - 11
    # olFolderJunk - 23
    # olFolderLocalFailures - 21
    # olFolderManagedEmail - 29
    # olFolderNotes - 12
    # olFolderOutbox - 4
    # olFolderRssFeeds - 25
    # olFolderSentMail - 5
    # olFolderServerFailures - 22
    # olFolderSuggestedContacts - 30
    # olFolderSyncIssues - 20
    # olFolderTasks - 13
    # olFolderToDo - 28
    # olPublicFoldersAllPublicFolders - 18
    return { olFolderCalendar 9 olFolderConflicts 19 olFolderContacts 10 olFolderDeletedItems 3 olFolderDrafts 16 olFolderInbox 6 olFolderJournal 11 olFolderJunk 23 olFolderLocalFailures 21 olFolderManagedEmail 29 olFolderNotes 12 olFolderOutbox 4 olFolderRssFeeds 25 olFolderSentMail 5 olFolderServerFailures 22 olFolderSuggestedContacts 30 olFolderSyncIssues 20 olFolderTasks 13 olFolderToDo 28 olPublicFoldersAllPublicFolders 18 }
}

OlDefaultSelectNamesDisplayMode [::Outlook::Enum]Top, Main, Index

OlDefaultSelectNamesDisplayMode
olDefaultDelegates6
olDefaultMail1
olDefaultMeeting2
olDefaultMembers5
olDefaultPickRooms8
olDefaultSharingRequest4
olDefaultSingleName7
olDefaultTask3
proc ::Outlook::Enum::OlDefaultSelectNamesDisplayMode {} {

    # olDefaultDelegates - 6
    # olDefaultMail - 1
    # olDefaultMeeting - 2
    # olDefaultMembers - 5
    # olDefaultPickRooms - 8
    # olDefaultSharingRequest - 4
    # olDefaultSingleName - 7
    # olDefaultTask - 3
    return { olDefaultDelegates 6 olDefaultMail 1 olDefaultMeeting 2 olDefaultMembers 5 olDefaultPickRooms 8 olDefaultSharingRequest 4 olDefaultSingleName 7 olDefaultTask 3 }
}

OlDisplayMode [::Outlook::Enum]Top, Main, Index

OlDisplayMode
olDisplayModeNormal0
olDisplayModePortraitReadingPane2
olDisplayModePortraitView1
proc ::Outlook::Enum::OlDisplayMode {} {

    # olDisplayModeNormal - 0
    # olDisplayModePortraitReadingPane - 2
    # olDisplayModePortraitView - 1
    return { olDisplayModeNormal 0 olDisplayModePortraitReadingPane 2 olDisplayModePortraitView 1 }
}

OlDisplayType [::Outlook::Enum]Top, Main, Index

OlDisplayType
olAgent3
olDistList1
olForum2
olOrganization4
olPrivateDistList5
olRemoteUser6
olUser0
proc ::Outlook::Enum::OlDisplayType {} {

    # olAgent - 3
    # olDistList - 1
    # olForum - 2
    # olOrganization - 4
    # olPrivateDistList - 5
    # olRemoteUser - 6
    # olUser - 0
    return { olAgent 3 olDistList 1 olForum 2 olOrganization 4 olPrivateDistList 5 olRemoteUser 6 olUser 0 }
}

OlDownloadState [::Outlook::Enum]Top, Main, Index

OlDownloadState
olFullItem1
olHeaderOnly0
proc ::Outlook::Enum::OlDownloadState {} {

    # olFullItem - 1
    # olHeaderOnly - 0
    return { olFullItem 1 olHeaderOnly 0 }
}

OlDragBehavior [::Outlook::Enum]Top, Main, Index

OlDragBehavior
olDragBehaviorDisabled0
olDragBehaviorEnabled1
proc ::Outlook::Enum::OlDragBehavior {} {

    # olDragBehaviorDisabled - 0
    # olDragBehaviorEnabled - 1
    return { olDragBehaviorDisabled 0 olDragBehaviorEnabled 1 }
}

OlEditorType [::Outlook::Enum]Top, Main, Index

OlEditorType
olEditorHTML2
olEditorRTF3
olEditorText1
olEditorWord4
proc ::Outlook::Enum::OlEditorType {} {

    # olEditorHTML - 2
    # olEditorRTF - 3
    # olEditorText - 1
    # olEditorWord - 4
    return { olEditorHTML 2 olEditorRTF 3 olEditorText 1 olEditorWord 4 }
}

OlEnterFieldBehavior [::Outlook::Enum]Top, Main, Index

OlEnterFieldBehavior
olEnterFieldBehaviorRecallSelection1
olEnterFieldBehaviorSelectAll0
proc ::Outlook::Enum::OlEnterFieldBehavior {} {

    # olEnterFieldBehaviorRecallSelection - 1
    # olEnterFieldBehaviorSelectAll - 0
    return { olEnterFieldBehaviorRecallSelection 1 olEnterFieldBehaviorSelectAll 0 }
}

OlExchangeConnectionMode [::Outlook::Enum]Top, Main, Index

OlExchangeConnectionMode
olCachedConnectedDrizzle600
olCachedConnectedFull700
olCachedConnectedHeaders500
olCachedDisconnected400
olCachedOffline200
olDisconnected300
olNoExchange0
olOffline100
olOnline800
proc ::Outlook::Enum::OlExchangeConnectionMode {} {

    # olCachedConnectedDrizzle - 600
    # olCachedConnectedFull - 700
    # olCachedConnectedHeaders - 500
    # olCachedDisconnected - 400
    # olCachedOffline - 200
    # olDisconnected - 300
    # olNoExchange - 0
    # olOffline - 100
    # olOnline - 800
    return { olCachedConnectedDrizzle 600 olCachedConnectedFull 700 olCachedConnectedHeaders 500 olCachedDisconnected 400 olCachedOffline 200 olDisconnected 300 olNoExchange 0 olOffline 100 olOnline 800 }
}

OlExchangeStoreType [::Outlook::Enum]Top, Main, Index

OlExchangeStoreType
olAdditionalExchangeMailbox4
olExchangeMailbox1
olExchangePublicFolder2
olNotExchange3
olPrimaryExchangeMailbox0
proc ::Outlook::Enum::OlExchangeStoreType {} {

    # olAdditionalExchangeMailbox - 4
    # olExchangeMailbox - 1
    # olExchangePublicFolder - 2
    # olNotExchange - 3
    # olPrimaryExchangeMailbox - 0
    return { olAdditionalExchangeMailbox 4 olExchangeMailbox 1 olExchangePublicFolder 2 olNotExchange 3 olPrimaryExchangeMailbox 0 }
}

OlFlagIcon [::Outlook::Enum]Top, Main, Index

OlFlagIcon
olBlueFlagIcon5
olGreenFlagIcon3
olNoFlagIcon0
olOrangeFlagIcon2
olPurpleFlagIcon1
olRedFlagIcon6
olYellowFlagIcon4
proc ::Outlook::Enum::OlFlagIcon {} {

    # olBlueFlagIcon - 5
    # olGreenFlagIcon - 3
    # olNoFlagIcon - 0
    # olOrangeFlagIcon - 2
    # olPurpleFlagIcon - 1
    # olRedFlagIcon - 6
    # olYellowFlagIcon - 4
    return { olBlueFlagIcon 5 olGreenFlagIcon 3 olNoFlagIcon 0 olOrangeFlagIcon 2 olPurpleFlagIcon 1 olRedFlagIcon 6 olYellowFlagIcon 4 }
}

OlFlagStatus [::Outlook::Enum]Top, Main, Index

OlFlagStatus
olFlagComplete1
olFlagMarked2
olNoFlag0
proc ::Outlook::Enum::OlFlagStatus {} {

    # olFlagComplete - 1
    # olFlagMarked - 2
    # olNoFlag - 0
    return { olFlagComplete 1 olFlagMarked 2 olNoFlag 0 }
}

OlFolderDisplayMode [::Outlook::Enum]Top, Main, Index

OlFolderDisplayMode
olFolderDisplayFolderOnly1
olFolderDisplayNoNavigation2
olFolderDisplayNormal0
proc ::Outlook::Enum::OlFolderDisplayMode {} {

    # olFolderDisplayFolderOnly - 1
    # olFolderDisplayNoNavigation - 2
    # olFolderDisplayNormal - 0
    return { olFolderDisplayFolderOnly 1 olFolderDisplayNoNavigation 2 olFolderDisplayNormal 0 }
}

OlFormatCurrency [::Outlook::Enum]Top, Main, Index

OlFormatCurrency
olFormatCurrencyDecimal1
olFormatCurrencyNonDecimal2
proc ::Outlook::Enum::OlFormatCurrency {} {

    # olFormatCurrencyDecimal - 1
    # olFormatCurrencyNonDecimal - 2
    return { olFormatCurrencyDecimal 1 olFormatCurrencyNonDecimal 2 }
}

OlFormatDateTime [::Outlook::Enum]Top, Main, Index

OlFormatDateTime
olFormatDateTimeBestFit17
olFormatDateTimeLongDate6
olFormatDateTimeLongDateReversed7
OlFormatDateTimeLongDayDate5
olFormatDateTimeLongDayDateTime1
olFormatDateTimeLongTime15
olFormatDateTimeShortDate8
olFormatDateTimeShortDateNumOnly9
olFormatDateTimeShortDateTime2
olFormatDateTimeShortDayDate13
olFormatDateTimeShortDayDateTime3
olFormatDateTimeShortDayMonth10
olFormatDateTimeShortDayMonthDateTime4
olFormatDateTimeShortMonthYear11
olFormatDateTimeShortMonthYearNumOnly12
olFormatDateTimeShortTime16
proc ::Outlook::Enum::OlFormatDateTime {} {

    # olFormatDateTimeBestFit - 17
    # olFormatDateTimeLongDate - 6
    # olFormatDateTimeLongDateReversed - 7
    # OlFormatDateTimeLongDayDate - 5
    # olFormatDateTimeLongDayDateTime - 1
    # olFormatDateTimeLongTime - 15
    # olFormatDateTimeShortDate - 8
    # olFormatDateTimeShortDateNumOnly - 9
    # olFormatDateTimeShortDateTime - 2
    # olFormatDateTimeShortDayDate - 13
    # olFormatDateTimeShortDayDateTime - 3
    # olFormatDateTimeShortDayMonth - 10
    # olFormatDateTimeShortDayMonthDateTime - 4
    # olFormatDateTimeShortMonthYear - 11
    # olFormatDateTimeShortMonthYearNumOnly - 12
    # olFormatDateTimeShortTime - 16
    return { olFormatDateTimeBestFit 17 olFormatDateTimeLongDate 6 olFormatDateTimeLongDateReversed 7 OlFormatDateTimeLongDayDate 5 olFormatDateTimeLongDayDateTime 1 olFormatDateTimeLongTime 15 olFormatDateTimeShortDate 8 olFormatDateTimeShortDateNumOnly 9 olFormatDateTimeShortDateTime 2 olFormatDateTimeShortDayDate 13 olFormatDateTimeShortDayDateTime 3 olFormatDateTimeShortDayMonth 10 olFormatDateTimeShortDayMonthDateTime 4 olFormatDateTimeShortMonthYear 11 olFormatDateTimeShortMonthYearNumOnly 12 olFormatDateTimeShortTime 16 }
}

OlFormatDuration [::Outlook::Enum]Top, Main, Index

OlFormatDuration
olFormatDurationLong2
olFormatDurationLongBusiness4
olFormatDurationShort1
olFormatDurationShortBusiness3
proc ::Outlook::Enum::OlFormatDuration {} {

    # olFormatDurationLong - 2
    # olFormatDurationLongBusiness - 4
    # olFormatDurationShort - 1
    # olFormatDurationShortBusiness - 3
    return { olFormatDurationLong 2 olFormatDurationLongBusiness 4 olFormatDurationShort 1 olFormatDurationShortBusiness 3 }
}

OlFormatEnumeration [::Outlook::Enum]Top, Main, Index

OlFormatEnumeration
olFormatEnumBitmap1
olFormatEnumText2
proc ::Outlook::Enum::OlFormatEnumeration {} {

    # olFormatEnumBitmap - 1
    # olFormatEnumText - 2
    return { olFormatEnumBitmap 1 olFormatEnumText 2 }
}

OlFormatInteger [::Outlook::Enum]Top, Main, Index

OlFormatInteger
olFormatIntegerComputer12
olFormatIntegerComputer23
olFormatIntegerComputer34
olFormatIntegerPlain1
proc ::Outlook::Enum::OlFormatInteger {} {

    # olFormatIntegerComputer1 - 2
    # olFormatIntegerComputer2 - 3
    # olFormatIntegerComputer3 - 4
    # olFormatIntegerPlain - 1
    return { olFormatIntegerComputer1 2 olFormatIntegerComputer2 3 olFormatIntegerComputer3 4 olFormatIntegerPlain 1 }
}

OlFormatKeywords [::Outlook::Enum]Top, Main, Index

OlFormatKeywords
olFormatKeywordsText1
proc ::Outlook::Enum::OlFormatKeywords {} {

    # olFormatKeywordsText - 1
    return { olFormatKeywordsText 1 }
}

OlFormatNumber [::Outlook::Enum]Top, Main, Index

OlFormatNumber
olFormatNumber1Decimal3
olFormatNumber2Decimal4
olFormatNumberAllDigits1
olFormatNumberComputer16
olFormatNumberComputer27
olFormatNumberComputer38
olFormatNumberRaw9
olFormatNumberScientific5
olFormatNumberTruncated2
proc ::Outlook::Enum::OlFormatNumber {} {

    # olFormatNumber1Decimal - 3
    # olFormatNumber2Decimal - 4
    # olFormatNumberAllDigits - 1
    # olFormatNumberComputer1 - 6
    # olFormatNumberComputer2 - 7
    # olFormatNumberComputer3 - 8
    # olFormatNumberRaw - 9
    # olFormatNumberScientific - 5
    # olFormatNumberTruncated - 2
    return { olFormatNumber1Decimal 3 olFormatNumber2Decimal 4 olFormatNumberAllDigits 1 olFormatNumberComputer1 6 olFormatNumberComputer2 7 olFormatNumberComputer3 8 olFormatNumberRaw 9 olFormatNumberScientific 5 olFormatNumberTruncated 2 }
}

OlFormatPercent [::Outlook::Enum]Top, Main, Index

OlFormatPercent
olFormatPercent1Decimal2
olFormatPercent2Decimal3
olFormatPercentAllDigits4
olFormatPercentRounded1
proc ::Outlook::Enum::OlFormatPercent {} {

    # olFormatPercent1Decimal - 2
    # olFormatPercent2Decimal - 3
    # olFormatPercentAllDigits - 4
    # olFormatPercentRounded - 1
    return { olFormatPercent1Decimal 2 olFormatPercent2Decimal 3 olFormatPercentAllDigits 4 olFormatPercentRounded 1 }
}

OlFormatSmartFrom [::Outlook::Enum]Top, Main, Index

OlFormatSmartFrom
olFormatSmartFromFromOnly2
olFormatSmartFromFromTo1
proc ::Outlook::Enum::OlFormatSmartFrom {} {

    # olFormatSmartFromFromOnly - 2
    # olFormatSmartFromFromTo - 1
    return { olFormatSmartFromFromOnly 2 olFormatSmartFromFromTo 1 }
}

OlFormatText [::Outlook::Enum]Top, Main, Index

OlFormatText
olFormatTextText1
proc ::Outlook::Enum::OlFormatText {} {

    # olFormatTextText - 1
    return { olFormatTextText 1 }
}

OlFormatYesNo [::Outlook::Enum]Top, Main, Index

OlFormatYesNo
olFormatYesNoIcon4
olFormatYesNoOnOff2
olFormatYesNoTrueFalse3
olFormatYesNoYesNo1
proc ::Outlook::Enum::OlFormatYesNo {} {

    # olFormatYesNoIcon - 4
    # olFormatYesNoOnOff - 2
    # olFormatYesNoTrueFalse - 3
    # olFormatYesNoYesNo - 1
    return { olFormatYesNoIcon 4 olFormatYesNoOnOff 2 olFormatYesNoTrueFalse 3 olFormatYesNoYesNo 1 }
}

OlFormRegionIcon [::Outlook::Enum]Top, Main, Index

OlFormRegionIcon
olFormRegionIconDefault1
olFormRegionIconEncrypted9
olFormRegionIconForwarded5
olFormRegionIconPage11
olFormRegionIconRead3
olFormRegionIconRecurring12
olFormRegionIconReplied4
olFormRegionIconSigned8
olFormRegionIconSubmitted7
olFormRegionIconUnread2
olFormRegionIconUnsent6
olFormRegionIconWindow10
proc ::Outlook::Enum::OlFormRegionIcon {} {

    # olFormRegionIconDefault - 1
    # olFormRegionIconEncrypted - 9
    # olFormRegionIconForwarded - 5
    # olFormRegionIconPage - 11
    # olFormRegionIconRead - 3
    # olFormRegionIconRecurring - 12
    # olFormRegionIconReplied - 4
    # olFormRegionIconSigned - 8
    # olFormRegionIconSubmitted - 7
    # olFormRegionIconUnread - 2
    # olFormRegionIconUnsent - 6
    # olFormRegionIconWindow - 10
    return { olFormRegionIconDefault 1 olFormRegionIconEncrypted 9 olFormRegionIconForwarded 5 olFormRegionIconPage 11 olFormRegionIconRead 3 olFormRegionIconRecurring 12 olFormRegionIconReplied 4 olFormRegionIconSigned 8 olFormRegionIconSubmitted 7 olFormRegionIconUnread 2 olFormRegionIconUnsent 6 olFormRegionIconWindow 10 }
}

OlFormRegionMode [::Outlook::Enum]Top, Main, Index

OlFormRegionMode
olFormRegionCompose1
olFormRegionPreview2
olFormRegionRead0
proc ::Outlook::Enum::OlFormRegionMode {} {

    # olFormRegionCompose - 1
    # olFormRegionPreview - 2
    # olFormRegionRead - 0
    return { olFormRegionCompose 1 olFormRegionPreview 2 olFormRegionRead 0 }
}

OlFormRegionSize [::Outlook::Enum]Top, Main, Index

OlFormRegionSize
olFormRegionTypeAdjoining1
olFormRegionTypeSeparate0
proc ::Outlook::Enum::OlFormRegionSize {} {

    # olFormRegionTypeAdjoining - 1
    # olFormRegionTypeSeparate - 0
    return { olFormRegionTypeAdjoining 1 olFormRegionTypeSeparate 0 }
}

OlFormRegistry [::Outlook::Enum]Top, Main, Index

OlFormRegistry
olDefaultRegistry0
olFolderRegistry3
olOrganizationRegistry4
olPersonalRegistry2
proc ::Outlook::Enum::OlFormRegistry {} {

    # olDefaultRegistry - 0
    # olFolderRegistry - 3
    # olOrganizationRegistry - 4
    # olPersonalRegistry - 2
    return { olDefaultRegistry 0 olFolderRegistry 3 olOrganizationRegistry 4 olPersonalRegistry 2 }
}

OlGender [::Outlook::Enum]Top, Main, Index

OlGender
olFemale1
olMale2
olUnspecified0
proc ::Outlook::Enum::OlGender {} {

    # olFemale - 1
    # olMale - 2
    # olUnspecified - 0
    return { olFemale 1 olMale 2 olUnspecified 0 }
}

OlGridLineStyle [::Outlook::Enum]Top, Main, Index

OlGridLineStyle
olGridLineDashes3
olGridLineLargeDots2
olGridLineNone0
olGridLineSmallDots1
olGridLineSolid4
proc ::Outlook::Enum::OlGridLineStyle {} {

    # olGridLineDashes - 3
    # olGridLineLargeDots - 2
    # olGridLineNone - 0
    # olGridLineSmallDots - 1
    # olGridLineSolid - 4
    return { olGridLineDashes 3 olGridLineLargeDots 2 olGridLineNone 0 olGridLineSmallDots 1 olGridLineSolid 4 }
}

OlGroupType [::Outlook::Enum]Top, Main, Index

OlGroupType
olCustomFoldersGroup0
olFavoriteFoldersGroup4
olMyFoldersGroup1
olOtherFoldersGroup3
olPeopleFoldersGroup2
olReadOnlyGroup6
olRoomsGroup5
proc ::Outlook::Enum::OlGroupType {} {

    # olCustomFoldersGroup - 0
    # olFavoriteFoldersGroup - 4
    # olMyFoldersGroup - 1
    # olOtherFoldersGroup - 3
    # olPeopleFoldersGroup - 2
    # olReadOnlyGroup - 6
    # olRoomsGroup - 5
    return { olCustomFoldersGroup 0 olFavoriteFoldersGroup 4 olMyFoldersGroup 1 olOtherFoldersGroup 3 olPeopleFoldersGroup 2 olReadOnlyGroup 6 olRoomsGroup 5 }
}

OlHorizontalLayout [::Outlook::Enum]Top, Main, Index

OlHorizontalLayout
olHorizontalLayoutAlignCenter1
olHorizontalLayoutAlignLeft0
olHorizontalLayoutAlignRight2
olHorizontalLayoutGrow3
proc ::Outlook::Enum::OlHorizontalLayout {} {

    # olHorizontalLayoutAlignCenter - 1
    # olHorizontalLayoutAlignLeft - 0
    # olHorizontalLayoutAlignRight - 2
    # olHorizontalLayoutGrow - 3
    return { olHorizontalLayoutAlignCenter 1 olHorizontalLayoutAlignLeft 0 olHorizontalLayoutAlignRight 2 olHorizontalLayoutGrow 3 }
}

OlIconViewPlacement [::Outlook::Enum]Top, Main, Index

OlIconViewPlacement
olIconAutoArrange2
olIconDoNotArrange0
olIconLineUp1
olIconSortAndAutoArrange3
proc ::Outlook::Enum::OlIconViewPlacement {} {

    # olIconAutoArrange - 2
    # olIconDoNotArrange - 0
    # olIconLineUp - 1
    # olIconSortAndAutoArrange - 3
    return { olIconAutoArrange 2 olIconDoNotArrange 0 olIconLineUp 1 olIconSortAndAutoArrange 3 }
}

OlIconViewType [::Outlook::Enum]Top, Main, Index

OlIconViewType
olIconViewLarge0
olIconViewList2
olIconViewSmall1
proc ::Outlook::Enum::OlIconViewType {} {

    # olIconViewLarge - 0
    # olIconViewList - 2
    # olIconViewSmall - 1
    return { olIconViewLarge 0 olIconViewList 2 olIconViewSmall 1 }
}

OlImportance [::Outlook::Enum]Top, Main, Index

OlImportance
olImportanceHigh2
olImportanceLow0
olImportanceNormal1
proc ::Outlook::Enum::OlImportance {} {

    # olImportanceHigh - 2
    # olImportanceLow - 0
    # olImportanceNormal - 1
    return { olImportanceHigh 2 olImportanceLow 0 olImportanceNormal 1 }
}

OlInspectorClose [::Outlook::Enum]Top, Main, Index

OlInspectorClose
olDiscard1
olPromptForSave2
olSave0
proc ::Outlook::Enum::OlInspectorClose {} {

    # olDiscard - 1
    # olPromptForSave - 2
    # olSave - 0
    return { olDiscard 1 olPromptForSave 2 olSave 0 }
}

OlItemType [::Outlook::Enum]Top, Main, Index

OlItemType
olAppointmentItem1
olContactItem2
olDistributionListItem7
olJournalItem4
olMailItem0
olMobileItemMMS12
olMobileItemSMS11
olNoteItem5
olPostItem6
olTaskItem3
proc ::Outlook::Enum::OlItemType {} {

    # olAppointmentItem - 1
    # olContactItem - 2
    # olDistributionListItem - 7
    # olJournalItem - 4
    # olMailItem - 0
    # olMobileItemMMS - 12
    # olMobileItemSMS - 11
    # olNoteItem - 5
    # olPostItem - 6
    # olTaskItem - 3
    return { olAppointmentItem 1 olContactItem 2 olDistributionListItem 7 olJournalItem 4 olMailItem 0 olMobileItemMMS 12 olMobileItemSMS 11 olNoteItem 5 olPostItem 6 olTaskItem 3 }
}

OlJournalRecipientType [::Outlook::Enum]Top, Main, Index

OlJournalRecipientType
olAssociatedContact1
proc ::Outlook::Enum::OlJournalRecipientType {} {

    # olAssociatedContact - 1
    return { olAssociatedContact 1 }
}

OlMailingAddress [::Outlook::Enum]Top, Main, Index

OlMailingAddress
olBusiness2
olHome1
olNone0
olOther3
proc ::Outlook::Enum::OlMailingAddress {} {

    # olBusiness - 2
    # olHome - 1
    # olNone - 0
    # olOther - 3
    return { olBusiness 2 olHome 1 olNone 0 olOther 3 }
}

OlMailRecipientType [::Outlook::Enum]Top, Main, Index

OlMailRecipientType
olBCC3
olCC2
olOriginator0
olTo1
proc ::Outlook::Enum::OlMailRecipientType {} {

    # olBCC - 3
    # olCC - 2
    # olOriginator - 0
    # olTo - 1
    return { olBCC 3 olCC 2 olOriginator 0 olTo 1 }
}

OlMarkInterval [::Outlook::Enum]Top, Main, Index

OlMarkInterval
olMarkComplete5
olMarkNextWeek3
olMarkNoDate4
olMarkThisWeek2
olMarkToday0
olMarkTomorrow1
proc ::Outlook::Enum::OlMarkInterval {} {

    # olMarkComplete - 5
    # olMarkNextWeek - 3
    # olMarkNoDate - 4
    # olMarkThisWeek - 2
    # olMarkToday - 0
    # olMarkTomorrow - 1
    return { olMarkComplete 5 olMarkNextWeek 3 olMarkNoDate 4 olMarkThisWeek 2 olMarkToday 0 olMarkTomorrow 1 }
}

OlMatchEntry [::Outlook::Enum]Top, Main, Index

OlMatchEntry
olMatchEntryComplete1
olMatchEntryFirstLetter0
olMatchEntryNone2
proc ::Outlook::Enum::OlMatchEntry {} {

    # olMatchEntryComplete - 1
    # olMatchEntryFirstLetter - 0
    # olMatchEntryNone - 2
    return { olMatchEntryComplete 1 olMatchEntryFirstLetter 0 olMatchEntryNone 2 }
}

OlMeetingRecipientType [::Outlook::Enum]Top, Main, Index

OlMeetingRecipientType
olOptional2
olOrganizer0
olRequired1
olResource3
proc ::Outlook::Enum::OlMeetingRecipientType {} {

    # olOptional - 2
    # olOrganizer - 0
    # olRequired - 1
    # olResource - 3
    return { olOptional 2 olOrganizer 0 olRequired 1 olResource 3 }
}

OlMeetingResponse [::Outlook::Enum]Top, Main, Index

OlMeetingResponse
olMeetingAccepted3
olMeetingDeclined4
olMeetingTentative2
proc ::Outlook::Enum::OlMeetingResponse {} {

    # olMeetingAccepted - 3
    # olMeetingDeclined - 4
    # olMeetingTentative - 2
    return { olMeetingAccepted 3 olMeetingDeclined 4 olMeetingTentative 2 }
}

OlMeetingStatus [::Outlook::Enum]Top, Main, Index

OlMeetingStatus
olMeeting1
olMeetingCanceled5
olMeetingReceived3
olMeetingReceivedAndCanceled7
olNonMeeting0
proc ::Outlook::Enum::OlMeetingStatus {} {

    # olMeeting - 1
    # olMeetingCanceled - 5
    # olMeetingReceived - 3
    # olMeetingReceivedAndCanceled - 7
    # olNonMeeting - 0
    return { olMeeting 1 olMeetingCanceled 5 olMeetingReceived 3 olMeetingReceivedAndCanceled 7 olNonMeeting 0 }
}

OlMobileFormat [::Outlook::Enum]Top, Main, Index

OlMobileFormat
olMMS1
olSMS0
proc ::Outlook::Enum::OlMobileFormat {} {

    # olMMS - 1
    # olSMS - 0
    return { olMMS 1 olSMS 0 }
}

OlMouseButton [::Outlook::Enum]Top, Main, Index

OlMouseButton
olMouseButtonLeft1
olMouseButtonMiddle4
olMouseButtonRight2
proc ::Outlook::Enum::OlMouseButton {} {

    # olMouseButtonLeft - 1
    # olMouseButtonMiddle - 4
    # olMouseButtonRight - 2
    return { olMouseButtonLeft 1 olMouseButtonMiddle 4 olMouseButtonRight 2 }
}

OlMousePointer [::Outlook::Enum]Top, Main, Index

OlMousePointer
olMousePointerAppStarting13
olMousePointerArrow1
olMousePointerCross2
olMousePointerCustom99
olMousePointerDefault0
olMousePointerHelp14
olMousePointerHourGlass11
olMousePointerIBeam3
olMousePointerNoDrop12
olMousePointerSizeAll15
olMousePointerSizeNESW6
olMousePointerSizeNS7
olMousePointerSizeNWSE8
olMousePointerSizeWE9
olMousePointerUpArrow10
proc ::Outlook::Enum::OlMousePointer {} {

    # olMousePointerAppStarting - 13
    # olMousePointerArrow - 1
    # olMousePointerCross - 2
    # olMousePointerCustom - 99
    # olMousePointerDefault - 0
    # olMousePointerHelp - 14
    # olMousePointerHourGlass - 11
    # olMousePointerIBeam - 3
    # olMousePointerNoDrop - 12
    # olMousePointerSizeAll - 15
    # olMousePointerSizeNESW - 6
    # olMousePointerSizeNS - 7
    # olMousePointerSizeNWSE - 8
    # olMousePointerSizeWE - 9
    # olMousePointerUpArrow - 10
    return { olMousePointerAppStarting 13 olMousePointerArrow 1 olMousePointerCross 2 olMousePointerCustom 99 olMousePointerDefault 0 olMousePointerHelp 14 olMousePointerHourGlass 11 olMousePointerIBeam 3 olMousePointerNoDrop 12 olMousePointerSizeAll 15 olMousePointerSizeNESW 6 olMousePointerSizeNS 7 olMousePointerSizeNWSE 8 olMousePointerSizeWE 9 olMousePointerUpArrow 10 }
}

OlMultiLine [::Outlook::Enum]Top, Main, Index

OlMultiLine
olAlwaysMultiLine2
olAlwaysSingleLine1
olWidthMultiLine0
proc ::Outlook::Enum::OlMultiLine {} {

    # olAlwaysMultiLine - 2
    # olAlwaysSingleLine - 1
    # olWidthMultiLine - 0
    return { olAlwaysMultiLine 2 olAlwaysSingleLine 1 olWidthMultiLine 0 }
}

OlMultiSelect [::Outlook::Enum]Top, Main, Index

OlMultiSelect
olMultiSelectExtended2
olMultiSelectMulti1
olMultiSelectSingle0
proc ::Outlook::Enum::OlMultiSelect {} {

    # olMultiSelectExtended - 2
    # olMultiSelectMulti - 1
    # olMultiSelectSingle - 0
    return { olMultiSelectExtended 2 olMultiSelectMulti 1 olMultiSelectSingle 0 }
}

OlNavigationModuleType [::Outlook::Enum]Top, Main, Index

OlNavigationModuleType
olModuleCalendar1
olModuleContacts2
olModuleFolderList6
olModuleJournal4
olModuleMail0
olModuleNotes5
olModuleShortcuts7
olModuleSolutions8
olModuleTasks3
proc ::Outlook::Enum::OlNavigationModuleType {} {

    # olModuleCalendar - 1
    # olModuleContacts - 2
    # olModuleFolderList - 6
    # olModuleJournal - 4
    # olModuleMail - 0
    # olModuleNotes - 5
    # olModuleShortcuts - 7
    # olModuleSolutions - 8
    # olModuleTasks - 3
    return { olModuleCalendar 1 olModuleContacts 2 olModuleFolderList 6 olModuleJournal 4 olModuleMail 0 olModuleNotes 5 olModuleShortcuts 7 olModuleSolutions 8 olModuleTasks 3 }
}

OlNetMeetingType [::Outlook::Enum]Top, Main, Index

OlNetMeetingType
olExchangeConferencing2
olNetMeeting0
olNetShow1
proc ::Outlook::Enum::OlNetMeetingType {} {

    # olExchangeConferencing - 2
    # olNetMeeting - 0
    # olNetShow - 1
    return { olExchangeConferencing 2 olNetMeeting 0 olNetShow 1 }
}

OlNoteColor [::Outlook::Enum]Top, Main, Index

OlNoteColor
olBlue0
olGreen1
olPink2
olWhite4
olYellow3
proc ::Outlook::Enum::OlNoteColor {} {

    # olBlue - 0
    # olGreen - 1
    # olPink - 2
    # olWhite - 4
    # olYellow - 3
    return { olBlue 0 olGreen 1 olPink 2 olWhite 4 olYellow 3 }
}

OlObjectClass [::Outlook::Enum]Top, Main, Index

OlObjectClass
olAccount105
olAccountRuleCondition135
olAccounts106
olAction32
olActions33
olAddressEntries21
olAddressEntry8
olAddressList7
olAddressLists20
olAddressRuleCondition170
olApplication0
olAppointment26
olAssignToCategoryRuleAction122
olAttachment5
olAttachments18
olAttachmentSelection169
olAutoFormatRule147
olAutoFormatRules148
olCalendarModule159
olCalendarSharing151
olCategories153
olCategory152
olCategoryRuleCondition130
olClassBusinessCardView168
olClassCalendarView139
olClassCardView138
olClassIconView137
olClassMessageListView187
olClassNavigationPane155
olClassPeopleView183
olClassTableView136
olClassThreadView184
olClassTimeLineView140
olClassTimeZone174
olClassTimeZones175
olColumn154
olColumnFormat149
olColumns150
olConflict102
olConflicts103
olContact40
olContactsModule160
olConversation178
olConversationHeader182
olDistributionList69
olDocument41
olException30
olExceptions29
olExchangeDistributionList111
olExchangeUser110
olExplorer34
olExplorers60
olFolder2
olFolders15
olFormDescription37
olFormNameRuleCondition131
olFormRegion129
olFromRssFeedRuleCondition173
olFromRuleCondition132
olImportanceRuleCondition128
olInspector35
olInspectors61
olItemProperties98
olItemProperty99
olItems16
olJournal42
olJournalModule162
olLink75
olLinks76
olMail43
olMailModule158
olMarkAsTaskRuleAction124
olMeetingCancellation54
olMeetingForwardNotification181
olMeetingRequest53
olMeetingResponseNegative55
olMeetingResponsePositive56
olMeetingResponseTentative57
olMobile176
olMoveOrCopyRuleAction118
olNamespace1
olNavigationFolder167
olNavigationFolders166
olNavigationGroup165
olNavigationGroups164
olNavigationModule157
olNavigationModules156
olNewItemAlertRuleAction125
olNote44
olNotesModule163
olOrderField144
olOrderFields145
olOutlookBarGroup66
olOutlookBarGroups65
olOutlookBarPane63
olOutlookBarShortcut68
olOutlookBarShortcuts67
olOutlookBarStorage64
olOutspace180
olPages36
olPanes62
olPlaySoundRuleAction123
olPost45
olPreviewPane185
olPropertyAccessor112
olPropertyPages71
olPropertyPageSite70
olRecipient4
olRecipients17
olRecurrencePattern28
olReminder101
olReminders100
olRemote47
olReport46
olResults78
olRow121
olRule115
olRuleAction117
olRuleActions116
olRuleCondition127
olRuleConditions126
olRules114
olSearch77
olSelection74
olSelectNamesDialog109
olSenderInAddressListRuleCondition133
olSendRuleAction119
olSensitivityRuleCondition186
olSharing104
olSimpleItems179
olSolutionsModule177
olStorageItem113
olStore107
olStores108
olSyncObject72
olSyncObjects73
olTable120
olTask48
olTaskRequest49
olTaskRequestAccept51
olTaskRequestDecline52
olTaskRequestUpdate50
olTasksModule161
olTextRuleCondition134
olUserDefinedProperties172
olUserDefinedProperty171
olUserProperties38
olUserProperty39
olView80
olViewField142
olViewFields141
olViewFont146
olViews79
proc ::Outlook::Enum::OlObjectClass {} {

    # olAccount - 105
    # olAccountRuleCondition - 135
    # olAccounts - 106
    # olAction - 32
    # olActions - 33
    # olAddressEntries - 21
    # olAddressEntry - 8
    # olAddressList - 7
    # olAddressLists - 20
    # olAddressRuleCondition - 170
    # olApplication - 0
    # olAppointment - 26
    # olAssignToCategoryRuleAction - 122
    # olAttachment - 5
    # olAttachments - 18
    # olAttachmentSelection - 169
    # olAutoFormatRule - 147
    # olAutoFormatRules - 148
    # olCalendarModule - 159
    # olCalendarSharing - 151
    # olCategories - 153
    # olCategory - 152
    # olCategoryRuleCondition - 130
    # olClassBusinessCardView - 168
    # olClassCalendarView - 139
    # olClassCardView - 138
    # olClassIconView - 137
    # olClassMessageListView - 187
    # olClassNavigationPane - 155
    # olClassPeopleView - 183
    # olClassTableView - 136
    # olClassThreadView - 184
    # olClassTimeLineView - 140
    # olClassTimeZone - 174
    # olClassTimeZones - 175
    # olColumn - 154
    # olColumnFormat - 149
    # olColumns - 150
    # olConflict - 102
    # olConflicts - 103
    # olContact - 40
    # olContactsModule - 160
    # olConversation - 178
    # olConversationHeader - 182
    # olDistributionList - 69
    # olDocument - 41
    # olException - 30
    # olExceptions - 29
    # olExchangeDistributionList - 111
    # olExchangeUser - 110
    # olExplorer - 34
    # olExplorers - 60
    # olFolder - 2
    # olFolders - 15
    # olFormDescription - 37
    # olFormNameRuleCondition - 131
    # olFormRegion - 129
    # olFromRssFeedRuleCondition - 173
    # olFromRuleCondition - 132
    # olImportanceRuleCondition - 128
    # olInspector - 35
    # olInspectors - 61
    # olItemProperties - 98
    # olItemProperty - 99
    # olItems - 16
    # olJournal - 42
    # olJournalModule - 162
    # olLink - 75
    # olLinks - 76
    # olMail - 43
    # olMailModule - 158
    # olMarkAsTaskRuleAction - 124
    # olMeetingCancellation - 54
    # olMeetingForwardNotification - 181
    # olMeetingRequest - 53
    # olMeetingResponseNegative - 55
    # olMeetingResponsePositive - 56
    # olMeetingResponseTentative - 57
    # olMobile - 176
    # olMoveOrCopyRuleAction - 118
    # olNamespace - 1
    # olNavigationFolder - 167
    # olNavigationFolders - 166
    # olNavigationGroup - 165
    # olNavigationGroups - 164
    # olNavigationModule - 157
    # olNavigationModules - 156
    # olNewItemAlertRuleAction - 125
    # olNote - 44
    # olNotesModule - 163
    # olOrderField - 144
    # olOrderFields - 145
    # olOutlookBarGroup - 66
    # olOutlookBarGroups - 65
    # olOutlookBarPane - 63
    # olOutlookBarShortcut - 68
    # olOutlookBarShortcuts - 67
    # olOutlookBarStorage - 64
    # olOutspace - 180
    # olPages - 36
    # olPanes - 62
    # olPlaySoundRuleAction - 123
    # olPost - 45
    # olPreviewPane - 185
    # olPropertyAccessor - 112
    # olPropertyPages - 71
    # olPropertyPageSite - 70
    # olRecipient - 4
    # olRecipients - 17
    # olRecurrencePattern - 28
    # olReminder - 101
    # olReminders - 100
    # olRemote - 47
    # olReport - 46
    # olResults - 78
    # olRow - 121
    # olRule - 115
    # olRuleAction - 117
    # olRuleActions - 116
    # olRuleCondition - 127
    # olRuleConditions - 126
    # olRules - 114
    # olSearch - 77
    # olSelection - 74
    # olSelectNamesDialog - 109
    # olSenderInAddressListRuleCondition - 133
    # olSendRuleAction - 119
    # olSensitivityRuleCondition - 186
    # olSharing - 104
    # olSimpleItems - 179
    # olSolutionsModule - 177
    # olStorageItem - 113
    # olStore - 107
    # olStores - 108
    # olSyncObject - 72
    # olSyncObjects - 73
    # olTable - 120
    # olTask - 48
    # olTaskRequest - 49
    # olTaskRequestAccept - 51
    # olTaskRequestDecline - 52
    # olTaskRequestUpdate - 50
    # olTasksModule - 161
    # olTextRuleCondition - 134
    # olUserDefinedProperties - 172
    # olUserDefinedProperty - 171
    # olUserProperties - 38
    # olUserProperty - 39
    # olView - 80
    # olViewField - 142
    # olViewFields - 141
    # olViewFont - 146
    # olViews - 79
    return { olAccount 105 olAccountRuleCondition 135 olAccounts 106 olAction 32 olActions 33 olAddressEntries 21 olAddressEntry 8 olAddressList 7 olAddressLists 20 olAddressRuleCondition 170 olApplication 0 olAppointment 26 olAssignToCategoryRuleAction 122 olAttachment 5 olAttachments 18 olAttachmentSelection 169 olAutoFormatRule 147 olAutoFormatRules 148 olCalendarModule 159 olCalendarSharing 151 olCategories 153 olCategory 152 olCategoryRuleCondition 130 olClassBusinessCardView 168 olClassCalendarView 139 olClassCardView 138 olClassIconView 137 olClassMessageListView 187 olClassNavigationPane 155 olClassPeopleView 183 olClassTableView 136 olClassThreadView 184 olClassTimeLineView 140 olClassTimeZone 174 olClassTimeZones 175 olColumn 154 olColumnFormat 149 olColumns 150 olConflict 102 olConflicts 103 olContact 40 olContactsModule 160 olConversation 178 olConversationHeader 182 olDistributionList 69 olDocument 41 olException 30 olExceptions 29 olExchangeDistributionList 111 olExchangeUser 110 olExplorer 34 olExplorers 60 olFolder 2 olFolders 15 olFormDescription 37 olFormNameRuleCondition 131 olFormRegion 129 olFromRssFeedRuleCondition 173 olFromRuleCondition 132 olImportanceRuleCondition 128 olInspector 35 olInspectors 61 olItemProperties 98 olItemProperty 99 olItems 16 olJournal 42 olJournalModule 162 olLink 75 olLinks 76 olMail 43 olMailModule 158 olMarkAsTaskRuleAction 124 olMeetingCancellation 54 olMeetingForwardNotification 181 olMeetingRequest 53 olMeetingResponseNegative 55 olMeetingResponsePositive 56 olMeetingResponseTentative 57 olMobile 176 olMoveOrCopyRuleAction 118 olNamespace 1 olNavigationFolder 167 olNavigationFolders 166 olNavigationGroup 165 olNavigationGroups 164 olNavigationModule 157 olNavigationModules 156 olNewItemAlertRuleAction 125 olNote 44 olNotesModule 163 olOrderField 144 olOrderFields 145 olOutlookBarGroup 66 olOutlookBarGroups 65 olOutlookBarPane 63 olOutlookBarShortcut 68 olOutlookBarShortcuts 67 olOutlookBarStorage 64 olOutspace 180 olPages 36 olPanes 62 olPlaySoundRuleAction 123 olPost 45 olPreviewPane 185 olPropertyAccessor 112 olPropertyPages 71 olPropertyPageSite 70 olRecipient 4 olRecipients 17 olRecurrencePattern 28 olReminder 101 olReminders 100 olRemote 47 olReport 46 olResults 78 olRow 121 olRule 115 olRuleAction 117 olRuleActions 116 olRuleCondition 127 olRuleConditions 126 olRules 114 olSearch 77 olSelection 74 olSelectNamesDialog 109 olSenderInAddressListRuleCondition 133 olSendRuleAction 119 olSensitivityRuleCondition 186 olSharing 104 olSimpleItems 179 olSolutionsModule 177 olStorageItem 113 olStore 107 olStores 108 olSyncObject 72 olSyncObjects 73 olTable 120 olTask 48 olTaskRequest 49 olTaskRequestAccept 51 olTaskRequestDecline 52 olTaskRequestUpdate 50 olTasksModule 161 olTextRuleCondition 134 olUserDefinedProperties 172 olUserDefinedProperty 171 olUserProperties 38 olUserProperty 39 olView 80 olViewField 142 olViewFields 141 olViewFont 146 olViews 79 }
}

OlOfficeDocItemsType [::Outlook::Enum]Top, Main, Index

OlOfficeDocItemsType
olExcelWorkSheetItem8
olPowerPointShowItem10
olWordDocumentItem9
proc ::Outlook::Enum::OlOfficeDocItemsType {} {

    # olExcelWorkSheetItem - 8
    # olPowerPointShowItem - 10
    # olWordDocumentItem - 9
    return { olExcelWorkSheetItem 8 olPowerPointShowItem 10 olWordDocumentItem 9 }
}

OlOutlookBarViewType [::Outlook::Enum]Top, Main, Index

OlOutlookBarViewType
olLargeIcon0
olSmallIcon1
proc ::Outlook::Enum::OlOutlookBarViewType {} {

    # olLargeIcon - 0
    # olSmallIcon - 1
    return { olLargeIcon 0 olSmallIcon 1 }
}

OlPageType [::Outlook::Enum]Top, Main, Index

OlPageType
olPageTypePlanner0
olPageTypeTracker1
proc ::Outlook::Enum::OlPageType {} {

    # olPageTypePlanner - 0
    # olPageTypeTracker - 1
    return { olPageTypePlanner 0 olPageTypeTracker 1 }
}

OlPane [::Outlook::Enum]Top, Main, Index

OlPane
olFolderList2
olNavigationPane4
olOutlookBar1
olPreview3
olToDoBar5
proc ::Outlook::Enum::OlPane {} {

    # olFolderList - 2
    # olNavigationPane - 4
    # olOutlookBar - 1
    # olPreview - 3
    # olToDoBar - 5
    return { olFolderList 2 olNavigationPane 4 olOutlookBar 1 olPreview 3 olToDoBar 5 }
}

OlPermission [::Outlook::Enum]Top, Main, Index

OlPermission
olDoNotForward1
olPermissionTemplate2
olUnrestricted0
proc ::Outlook::Enum::OlPermission {} {

    # olDoNotForward - 1
    # olPermissionTemplate - 2
    # olUnrestricted - 0
    return { olDoNotForward 1 olPermissionTemplate 2 olUnrestricted 0 }
}

OlPermissionService [::Outlook::Enum]Top, Main, Index

OlPermissionService
olPassport2
olUnknown0
olWindows1
proc ::Outlook::Enum::OlPermissionService {} {

    # olPassport - 2
    # olUnknown - 0
    # olWindows - 1
    return { olPassport 2 olUnknown 0 olWindows 1 }
}

OlPictureAlignment [::Outlook::Enum]Top, Main, Index

OlPictureAlignment
olPictureAlignmentLeft0
olPictureAlignmentTop1
proc ::Outlook::Enum::OlPictureAlignment {} {

    # olPictureAlignmentLeft - 0
    # olPictureAlignmentTop - 1
    return { olPictureAlignmentLeft 0 olPictureAlignmentTop 1 }
}

OlRecipientSelectors [::Outlook::Enum]Top, Main, Index

OlRecipientSelectors
olShowNone0
olShowTo1
olShowToCc2
olShowToCcBcc3
proc ::Outlook::Enum::OlRecipientSelectors {} {

    # olShowNone - 0
    # olShowTo - 1
    # olShowToCc - 2
    # olShowToCcBcc - 3
    return { olShowNone 0 olShowTo 1 olShowToCc 2 olShowToCcBcc 3 }
}

OlRecurrenceState [::Outlook::Enum]Top, Main, Index

OlRecurrenceState
olApptException3
olApptMaster1
olApptNotRecurring0
olApptOccurrence2
proc ::Outlook::Enum::OlRecurrenceState {} {

    # olApptException - 3
    # olApptMaster - 1
    # olApptNotRecurring - 0
    # olApptOccurrence - 2
    return { olApptException 3 olApptMaster 1 olApptNotRecurring 0 olApptOccurrence 2 }
}

OlRecurrenceType [::Outlook::Enum]Top, Main, Index

OlRecurrenceType
olRecursDaily0
olRecursMonthly2
olRecursMonthNth3
olRecursWeekly1
olRecursYearly5
olRecursYearNth6
proc ::Outlook::Enum::OlRecurrenceType {} {

    # olRecursDaily - 0
    # olRecursMonthly - 2
    # olRecursMonthNth - 3
    # olRecursWeekly - 1
    # olRecursYearly - 5
    # olRecursYearNth - 6
    return { olRecursDaily 0 olRecursMonthly 2 olRecursMonthNth 3 olRecursWeekly 1 olRecursYearly 5 olRecursYearNth 6 }
}

OlReferenceType [::Outlook::Enum]Top, Main, Index

OlReferenceType
olStrong1
olWeak0
proc ::Outlook::Enum::OlReferenceType {} {

    # olStrong - 1
    # olWeak - 0
    return { olStrong 1 olWeak 0 }
}

OlRemoteStatus [::Outlook::Enum]Top, Main, Index

OlRemoteStatus
olMarkedForCopy3
olMarkedForDelete4
olMarkedForDownload2
olRemoteStatusNone0
olUnMarked1
proc ::Outlook::Enum::OlRemoteStatus {} {

    # olMarkedForCopy - 3
    # olMarkedForDelete - 4
    # olMarkedForDownload - 2
    # olRemoteStatusNone - 0
    # olUnMarked - 1
    return { olMarkedForCopy 3 olMarkedForDelete 4 olMarkedForDownload 2 olRemoteStatusNone 0 olUnMarked 1 }
}

OlResponseStatus [::Outlook::Enum]Top, Main, Index

OlResponseStatus
olResponseAccepted3
olResponseDeclined4
olResponseNone0
olResponseNotResponded5
olResponseOrganized1
olResponseTentative2
proc ::Outlook::Enum::OlResponseStatus {} {

    # olResponseAccepted - 3
    # olResponseDeclined - 4
    # olResponseNone - 0
    # olResponseNotResponded - 5
    # olResponseOrganized - 1
    # olResponseTentative - 2
    return { olResponseAccepted 3 olResponseDeclined 4 olResponseNone 0 olResponseNotResponded 5 olResponseOrganized 1 olResponseTentative 2 }
}

OlRuleActionType [::Outlook::Enum]Top, Main, Index

OlRuleActionType
olRuleActionAssignToCategory2
olRuleActionCcMessage27
olRuleActionClearCategories30
olRuleActionCopyToFolder5
olRuleActionCustomAction22
olRuleActionDefer28
olRuleActionDelete3
olRuleActionDeletePermanently4
olRuleActionDesktopAlert24
olRuleActionFlagClear13
olRuleActionFlagColor12
olRuleActionFlagForActionInDays11
olRuleActionForward6
olRuleActionForwardAsAttachment7
olRuleActionImportance14
olRuleActionMarkAsTask29
olRuleActionMarkRead19
olRuleActionMoveToFolder1
olRuleActionNewItemAlert23
olRuleActionNotifyDelivery26
olRuleActionNotifyRead25
olRuleActionPlaySound17
olRuleActionPrint16
olRuleActionRedirect8
olRuleActionRunScript20
olRuleActionSensitivity15
olRuleActionServerReply9
olRuleActionStartApplication18
olRuleActionStop21
olRuleActionTemplate10
olRuleActionUnknown0
proc ::Outlook::Enum::OlRuleActionType {} {

    # olRuleActionAssignToCategory - 2
    # olRuleActionCcMessage - 27
    # olRuleActionClearCategories - 30
    # olRuleActionCopyToFolder - 5
    # olRuleActionCustomAction - 22
    # olRuleActionDefer - 28
    # olRuleActionDelete - 3
    # olRuleActionDeletePermanently - 4
    # olRuleActionDesktopAlert - 24
    # olRuleActionFlagClear - 13
    # olRuleActionFlagColor - 12
    # olRuleActionFlagForActionInDays - 11
    # olRuleActionForward - 6
    # olRuleActionForwardAsAttachment - 7
    # olRuleActionImportance - 14
    # olRuleActionMarkAsTask - 29
    # olRuleActionMarkRead - 19
    # olRuleActionMoveToFolder - 1
    # olRuleActionNewItemAlert - 23
    # olRuleActionNotifyDelivery - 26
    # olRuleActionNotifyRead - 25
    # olRuleActionPlaySound - 17
    # olRuleActionPrint - 16
    # olRuleActionRedirect - 8
    # olRuleActionRunScript - 20
    # olRuleActionSensitivity - 15
    # olRuleActionServerReply - 9
    # olRuleActionStartApplication - 18
    # olRuleActionStop - 21
    # olRuleActionTemplate - 10
    # olRuleActionUnknown - 0
    return { olRuleActionAssignToCategory 2 olRuleActionCcMessage 27 olRuleActionClearCategories 30 olRuleActionCopyToFolder 5 olRuleActionCustomAction 22 olRuleActionDefer 28 olRuleActionDelete 3 olRuleActionDeletePermanently 4 olRuleActionDesktopAlert 24 olRuleActionFlagClear 13 olRuleActionFlagColor 12 olRuleActionFlagForActionInDays 11 olRuleActionForward 6 olRuleActionForwardAsAttachment 7 olRuleActionImportance 14 olRuleActionMarkAsTask 29 olRuleActionMarkRead 19 olRuleActionMoveToFolder 1 olRuleActionNewItemAlert 23 olRuleActionNotifyDelivery 26 olRuleActionNotifyRead 25 olRuleActionPlaySound 17 olRuleActionPrint 16 olRuleActionRedirect 8 olRuleActionRunScript 20 olRuleActionSensitivity 15 olRuleActionServerReply 9 olRuleActionStartApplication 18 olRuleActionStop 21 olRuleActionTemplate 10 olRuleActionUnknown 0 }
}

OlRuleConditionType [::Outlook::Enum]Top, Main, Index

OlRuleConditionType
olConditionAccount3
olConditionAnyCategory29
olConditionBody13
olConditionBodyOrSubject14
olConditionCategory18
olConditionCc9
olConditionDateRange22
olConditionFlaggedForAction8
olConditionFormName23
olConditionFrom1
olConditionFromAnyRssFeed31
olConditionFromRssFeed30
olConditionHasAttachment20
olConditionImportance6
olConditionLocalMachineOnly27
olConditionMeetingInviteOrUpdate26
olConditionMessageHeader15
olConditionNotTo11
olConditionOnlyToMe4
olConditionOOF19
olConditionOtherMachine28
olConditionProperty24
olConditionRecipientAddress16
olConditionSenderAddress17
olConditionSenderInAddressBook25
olConditionSensitivity7
olConditionSentTo12
olConditionSizeRange21
olConditionSubject2
olConditionTo5
olConditionToOrCc10
olConditionUnknown0
proc ::Outlook::Enum::OlRuleConditionType {} {

    # olConditionAccount - 3
    # olConditionAnyCategory - 29
    # olConditionBody - 13
    # olConditionBodyOrSubject - 14
    # olConditionCategory - 18
    # olConditionCc - 9
    # olConditionDateRange - 22
    # olConditionFlaggedForAction - 8
    # olConditionFormName - 23
    # olConditionFrom - 1
    # olConditionFromAnyRssFeed - 31
    # olConditionFromRssFeed - 30
    # olConditionHasAttachment - 20
    # olConditionImportance - 6
    # olConditionLocalMachineOnly - 27
    # olConditionMeetingInviteOrUpdate - 26
    # olConditionMessageHeader - 15
    # olConditionNotTo - 11
    # olConditionOnlyToMe - 4
    # olConditionOOF - 19
    # olConditionOtherMachine - 28
    # olConditionProperty - 24
    # olConditionRecipientAddress - 16
    # olConditionSenderAddress - 17
    # olConditionSenderInAddressBook - 25
    # olConditionSensitivity - 7
    # olConditionSentTo - 12
    # olConditionSizeRange - 21
    # olConditionSubject - 2
    # olConditionTo - 5
    # olConditionToOrCc - 10
    # olConditionUnknown - 0
    return { olConditionAccount 3 olConditionAnyCategory 29 olConditionBody 13 olConditionBodyOrSubject 14 olConditionCategory 18 olConditionCc 9 olConditionDateRange 22 olConditionFlaggedForAction 8 olConditionFormName 23 olConditionFrom 1 olConditionFromAnyRssFeed 31 olConditionFromRssFeed 30 olConditionHasAttachment 20 olConditionImportance 6 olConditionLocalMachineOnly 27 olConditionMeetingInviteOrUpdate 26 olConditionMessageHeader 15 olConditionNotTo 11 olConditionOnlyToMe 4 olConditionOOF 19 olConditionOtherMachine 28 olConditionProperty 24 olConditionRecipientAddress 16 olConditionSenderAddress 17 olConditionSenderInAddressBook 25 olConditionSensitivity 7 olConditionSentTo 12 olConditionSizeRange 21 olConditionSubject 2 olConditionTo 5 olConditionToOrCc 10 olConditionUnknown 0 }
}

OlRuleExecuteOption [::Outlook::Enum]Top, Main, Index

OlRuleExecuteOption
olRuleExecuteAllMessages0
olRuleExecuteReadMessages1
olRuleExecuteUnreadMessages2
proc ::Outlook::Enum::OlRuleExecuteOption {} {

    # olRuleExecuteAllMessages - 0
    # olRuleExecuteReadMessages - 1
    # olRuleExecuteUnreadMessages - 2
    return { olRuleExecuteAllMessages 0 olRuleExecuteReadMessages 1 olRuleExecuteUnreadMessages 2 }
}

OlRuleType [::Outlook::Enum]Top, Main, Index

OlRuleType
olRuleReceive0
olRuleSend1
proc ::Outlook::Enum::OlRuleType {} {

    # olRuleReceive - 0
    # olRuleSend - 1
    return { olRuleReceive 0 olRuleSend 1 }
}

OlSaveAsType [::Outlook::Enum]Top, Main, Index

OlSaveAsType
olDoc4
olHTML5
olICal8
olMHTML10
olMSG3
olMSGUnicode9
olRTF1
olTemplate2
olTXT0
olVCal7
olVCard6
proc ::Outlook::Enum::OlSaveAsType {} {

    # olDoc - 4
    # olHTML - 5
    # olICal - 8
    # olMHTML - 10
    # olMSG - 3
    # olMSGUnicode - 9
    # olRTF - 1
    # olTemplate - 2
    # olTXT - 0
    # olVCal - 7
    # olVCard - 6
    return { olDoc 4 olHTML 5 olICal 8 olMHTML 10 olMSG 3 olMSGUnicode 9 olRTF 1 olTemplate 2 olTXT 0 olVCal 7 olVCard 6 }
}

OlScrollBars [::Outlook::Enum]Top, Main, Index

OlScrollBars
olScrollBarsBoth3
olScrollBarsHorizontal1
olScrollBarsNone0
olScrollBarsVertical2
proc ::Outlook::Enum::OlScrollBars {} {

    # olScrollBarsBoth - 3
    # olScrollBarsHorizontal - 1
    # olScrollBarsNone - 0
    # olScrollBarsVertical - 2
    return { olScrollBarsBoth 3 olScrollBarsHorizontal 1 olScrollBarsNone 0 olScrollBarsVertical 2 }
}

OlSearchScope [::Outlook::Enum]Top, Main, Index

OlSearchScope
olSearchScopeAllFolders1
olSearchScopeAllOutlookItems2
olSearchScopeCurrentFolder0
olSearchScopeCurrentStore4
olSearchScopeSubfolders3
proc ::Outlook::Enum::OlSearchScope {} {

    # olSearchScopeAllFolders - 1
    # olSearchScopeAllOutlookItems - 2
    # olSearchScopeCurrentFolder - 0
    # olSearchScopeCurrentStore - 4
    # olSearchScopeSubfolders - 3
    return { olSearchScopeAllFolders 1 olSearchScopeAllOutlookItems 2 olSearchScopeCurrentFolder 0 olSearchScopeCurrentStore 4 olSearchScopeSubfolders 3 }
}

OlSelectionContents [::Outlook::Enum]Top, Main, Index

OlSelectionContents
olConversationHeaders1
proc ::Outlook::Enum::OlSelectionContents {} {

    # olConversationHeaders - 1
    return { olConversationHeaders 1 }
}

OlSelectionLocation [::Outlook::Enum]Top, Main, Index

OlSelectionLocation
olAttachmentWell4
olDailyTaskList3
olToDoBarAppointmentList2
olToDoBarTaskList1
olViewList0
proc ::Outlook::Enum::OlSelectionLocation {} {

    # olAttachmentWell - 4
    # olDailyTaskList - 3
    # olToDoBarAppointmentList - 2
    # olToDoBarTaskList - 1
    # olViewList - 0
    return { olAttachmentWell 4 olDailyTaskList 3 olToDoBarAppointmentList 2 olToDoBarTaskList 1 olViewList 0 }
}

OlSensitivity [::Outlook::Enum]Top, Main, Index

OlSensitivity
olConfidential3
olNormal0
olPersonal1
olPrivate2
proc ::Outlook::Enum::OlSensitivity {} {

    # olConfidential - 3
    # olNormal - 0
    # olPersonal - 1
    # olPrivate - 2
    return { olConfidential 3 olNormal 0 olPersonal 1 olPrivate 2 }
}

OlSharingMsgType [::Outlook::Enum]Top, Main, Index

OlSharingMsgType
olSharingMsgTypeInvite2
olSharingMsgTypeInviteAndRequest3
olSharingMsgTypeRequest1
olSharingMsgTypeResponseAllow4
olSharingMsgTypeResponseDeny5
olSharingMsgTypeUnknown0
proc ::Outlook::Enum::OlSharingMsgType {} {

    # olSharingMsgTypeInvite - 2
    # olSharingMsgTypeInviteAndRequest - 3
    # olSharingMsgTypeRequest - 1
    # olSharingMsgTypeResponseAllow - 4
    # olSharingMsgTypeResponseDeny - 5
    # olSharingMsgTypeUnknown - 0
    return { olSharingMsgTypeInvite 2 olSharingMsgTypeInviteAndRequest 3 olSharingMsgTypeRequest 1 olSharingMsgTypeResponseAllow 4 olSharingMsgTypeResponseDeny 5 olSharingMsgTypeUnknown 0 }
}

OlSharingProvider [::Outlook::Enum]Top, Main, Index

OlSharingProvider
olProviderExchange1
olProviderFederate7
olProviderICal4
olProviderPubCal3
olProviderRSS6
olProviderSharePoint5
olProviderUnknown0
olProviderWebCal2
proc ::Outlook::Enum::OlSharingProvider {} {

    # olProviderExchange - 1
    # olProviderFederate - 7
    # olProviderICal - 4
    # olProviderPubCal - 3
    # olProviderRSS - 6
    # olProviderSharePoint - 5
    # olProviderUnknown - 0
    # olProviderWebCal - 2
    return { olProviderExchange 1 olProviderFederate 7 olProviderICal 4 olProviderPubCal 3 olProviderRSS 6 olProviderSharePoint 5 olProviderUnknown 0 olProviderWebCal 2 }
}

OlShiftState [::Outlook::Enum]Top, Main, Index

OlShiftState
olShiftStateAltMask4
olShiftStateCtrlMask2
olShiftStateShiftMask1
proc ::Outlook::Enum::OlShiftState {} {

    # olShiftStateAltMask - 4
    # olShiftStateCtrlMask - 2
    # olShiftStateShiftMask - 1
    return { olShiftStateAltMask 4 olShiftStateCtrlMask 2 olShiftStateShiftMask 1 }
}

OlShowItemCount [::Outlook::Enum]Top, Main, Index

OlShowItemCount
olNoItemCount0
olShowTotalItemCount2
olShowUnreadItemCount1
proc ::Outlook::Enum::OlShowItemCount {} {

    # olNoItemCount - 0
    # olShowTotalItemCount - 2
    # olShowUnreadItemCount - 1
    return { olNoItemCount 0 olShowTotalItemCount 2 olShowUnreadItemCount 1 }
}

OlSolutionScope [::Outlook::Enum]Top, Main, Index

OlSolutionScope
olHideInDefaultModules0
olShowInDefaultModules1
proc ::Outlook::Enum::OlSolutionScope {} {

    # olHideInDefaultModules - 0
    # olShowInDefaultModules - 1
    return { olHideInDefaultModules 0 olShowInDefaultModules 1 }
}

OlSortOrder [::Outlook::Enum]Top, Main, Index

OlSortOrder
olAscending1
olDescending2
olSortNone0
proc ::Outlook::Enum::OlSortOrder {} {

    # olAscending - 1
    # olDescending - 2
    # olSortNone - 0
    return { olAscending 1 olDescending 2 olSortNone 0 }
}

OlSpecialFolders [::Outlook::Enum]Top, Main, Index

OlSpecialFolders
olSpecialFolderAllTasks0
olSpecialFolderReminders1
proc ::Outlook::Enum::OlSpecialFolders {} {

    # olSpecialFolderAllTasks - 0
    # olSpecialFolderReminders - 1
    return { olSpecialFolderAllTasks 0 olSpecialFolderReminders 1 }
}

OlStorageIdentifierType [::Outlook::Enum]Top, Main, Index

OlStorageIdentifierType
olIdentifyByEntryID1
olIdentifyByMessageClass2
olIdentifyBySubject0
proc ::Outlook::Enum::OlStorageIdentifierType {} {

    # olIdentifyByEntryID - 1
    # olIdentifyByMessageClass - 2
    # olIdentifyBySubject - 0
    return { olIdentifyByEntryID 1 olIdentifyByMessageClass 2 olIdentifyBySubject 0 }
}

OlStoreType [::Outlook::Enum]Top, Main, Index

OlStoreType
olStoreANSI3
olStoreDefault1
olStoreUnicode2
proc ::Outlook::Enum::OlStoreType {} {

    # olStoreANSI - 3
    # olStoreDefault - 1
    # olStoreUnicode - 2
    return { olStoreANSI 3 olStoreDefault 1 olStoreUnicode 2 }
}

OlSyncState [::Outlook::Enum]Top, Main, Index

OlSyncState
olSyncStarted1
olSyncStopped0
proc ::Outlook::Enum::OlSyncState {} {

    # olSyncStarted - 1
    # olSyncStopped - 0
    return { olSyncStarted 1 olSyncStopped 0 }
}

OlTableContents [::Outlook::Enum]Top, Main, Index

OlTableContents
olHiddenItems1
olUserItems0
proc ::Outlook::Enum::OlTableContents {} {

    # olHiddenItems - 1
    # olUserItems - 0
    return { olHiddenItems 1 olUserItems 0 }
}

OlTaskDelegationState [::Outlook::Enum]Top, Main, Index

OlTaskDelegationState
olTaskDelegationAccepted2
olTaskDelegationDeclined3
olTaskDelegationUnknown1
olTaskNotDelegated0
proc ::Outlook::Enum::OlTaskDelegationState {} {

    # olTaskDelegationAccepted - 2
    # olTaskDelegationDeclined - 3
    # olTaskDelegationUnknown - 1
    # olTaskNotDelegated - 0
    return { olTaskDelegationAccepted 2 olTaskDelegationDeclined 3 olTaskDelegationUnknown 1 olTaskNotDelegated 0 }
}

OlTaskOwnership [::Outlook::Enum]Top, Main, Index

OlTaskOwnership
olDelegatedTask1
olNewTask0
olOwnTask2
proc ::Outlook::Enum::OlTaskOwnership {} {

    # olDelegatedTask - 1
    # olNewTask - 0
    # olOwnTask - 2
    return { olDelegatedTask 1 olNewTask 0 olOwnTask 2 }
}

OlTaskRecipientType [::Outlook::Enum]Top, Main, Index

OlTaskRecipientType
olFinalStatus3
olUpdate2
proc ::Outlook::Enum::OlTaskRecipientType {} {

    # olFinalStatus - 3
    # olUpdate - 2
    return { olFinalStatus 3 olUpdate 2 }
}

OlTaskResponse [::Outlook::Enum]Top, Main, Index

OlTaskResponse
olTaskAccept2
olTaskAssign1
olTaskDecline3
olTaskSimple0
proc ::Outlook::Enum::OlTaskResponse {} {

    # olTaskAccept - 2
    # olTaskAssign - 1
    # olTaskDecline - 3
    # olTaskSimple - 0
    return { olTaskAccept 2 olTaskAssign 1 olTaskDecline 3 olTaskSimple 0 }
}

OlTaskStatus [::Outlook::Enum]Top, Main, Index

OlTaskStatus
olTaskComplete2
olTaskDeferred4
olTaskInProgress1
olTaskNotStarted0
olTaskWaiting3
proc ::Outlook::Enum::OlTaskStatus {} {

    # olTaskComplete - 2
    # olTaskDeferred - 4
    # olTaskInProgress - 1
    # olTaskNotStarted - 0
    # olTaskWaiting - 3
    return { olTaskComplete 2 olTaskDeferred 4 olTaskInProgress 1 olTaskNotStarted 0 olTaskWaiting 3 }
}

OlTextAlign [::Outlook::Enum]Top, Main, Index

OlTextAlign
olTextAlignCenter2
olTextAlignLeft1
olTextAlignRight3
proc ::Outlook::Enum::OlTextAlign {} {

    # olTextAlignCenter - 2
    # olTextAlignLeft - 1
    # olTextAlignRight - 3
    return { olTextAlignCenter 2 olTextAlignLeft 1 olTextAlignRight 3 }
}

OlTimelineViewMode [::Outlook::Enum]Top, Main, Index

OlTimelineViewMode
olTimelineViewDay0
olTimelineViewMonth2
olTimelineViewWeek1
proc ::Outlook::Enum::OlTimelineViewMode {} {

    # olTimelineViewDay - 0
    # olTimelineViewMonth - 2
    # olTimelineViewWeek - 1
    return { olTimelineViewDay 0 olTimelineViewMonth 2 olTimelineViewWeek 1 }
}

OlTimeStyle [::Outlook::Enum]Top, Main, Index

OlTimeStyle
olTimeStyleShortDuration4
olTimeStyleTimeDuration1
olTimeStyleTimeOnly0
proc ::Outlook::Enum::OlTimeStyle {} {

    # olTimeStyleShortDuration - 4
    # olTimeStyleTimeDuration - 1
    # olTimeStyleTimeOnly - 0
    return { olTimeStyleShortDuration 4 olTimeStyleTimeDuration 1 olTimeStyleTimeOnly 0 }
}

OlTrackingStatus [::Outlook::Enum]Top, Main, Index

OlTrackingStatus
olTrackingDelivered1
olTrackingNone0
olTrackingNotDelivered2
olTrackingNotRead3
olTrackingRead6
olTrackingRecallFailure4
olTrackingRecallSuccess5
olTrackingReplied7
proc ::Outlook::Enum::OlTrackingStatus {} {

    # olTrackingDelivered - 1
    # olTrackingNone - 0
    # olTrackingNotDelivered - 2
    # olTrackingNotRead - 3
    # olTrackingRead - 6
    # olTrackingRecallFailure - 4
    # olTrackingRecallSuccess - 5
    # olTrackingReplied - 7
    return { olTrackingDelivered 1 olTrackingNone 0 olTrackingNotDelivered 2 olTrackingNotRead 3 olTrackingRead 6 olTrackingRecallFailure 4 olTrackingRecallSuccess 5 olTrackingReplied 7 }
}

OlUnifiedGroupFolderType [::Outlook::Enum]Top, Main, Index

OlUnifiedGroupFolderType
olGroupCalendarFolder1
olGroupMailFolder0
proc ::Outlook::Enum::OlUnifiedGroupFolderType {} {

    # olGroupCalendarFolder - 1
    # olGroupMailFolder - 0
    return { olGroupCalendarFolder 1 olGroupMailFolder 0 }
}

OlUnifiedGroupType [::Outlook::Enum]Top, Main, Index

OlUnifiedGroupType
PrivateGroup1
PublicGroup2
proc ::Outlook::Enum::OlUnifiedGroupType {} {

    # PrivateGroup - 1
    # PublicGroup - 2
    return { PrivateGroup 1 PublicGroup 2 }
}

OlUserPropertyType [::Outlook::Enum]Top, Main, Index

OlUserPropertyType
olCombination19
olCurrency14
olDateTime5
olDuration7
olEnumeration21
olFormula18
olInteger20
olKeywords11
olNumber3
olOutlookInternal0
olPercent12
olSmartFrom22
olText1
olYesNo6
proc ::Outlook::Enum::OlUserPropertyType {} {

    # olCombination - 19
    # olCurrency - 14
    # olDateTime - 5
    # olDuration - 7
    # olEnumeration - 21
    # olFormula - 18
    # olInteger - 20
    # olKeywords - 11
    # olNumber - 3
    # olOutlookInternal - 0
    # olPercent - 12
    # olSmartFrom - 22
    # olText - 1
    # olYesNo - 6
    return { olCombination 19 olCurrency 14 olDateTime 5 olDuration 7 olEnumeration 21 olFormula 18 olInteger 20 olKeywords 11 olNumber 3 olOutlookInternal 0 olPercent 12 olSmartFrom 22 olText 1 olYesNo 6 }
}

OlVerticalLayout [::Outlook::Enum]Top, Main, Index

OlVerticalLayout
olVerticalLayoutAlignBottom2
olVerticalLayoutAlignMiddle1
olVerticalLayoutAlignTop0
olVerticalLayoutGrow3
proc ::Outlook::Enum::OlVerticalLayout {} {

    # olVerticalLayoutAlignBottom - 2
    # olVerticalLayoutAlignMiddle - 1
    # olVerticalLayoutAlignTop - 0
    # olVerticalLayoutGrow - 3
    return { olVerticalLayoutAlignBottom 2 olVerticalLayoutAlignMiddle 1 olVerticalLayoutAlignTop 0 olVerticalLayoutGrow 3 }
}

OlViewSaveOption [::Outlook::Enum]Top, Main, Index

OlViewSaveOption
olViewSaveOptionAllFoldersOfType2
olViewSaveOptionThisFolderEveryone0
olViewSaveOptionThisFolderOnlyMe1
proc ::Outlook::Enum::OlViewSaveOption {} {

    # olViewSaveOptionAllFoldersOfType - 2
    # olViewSaveOptionThisFolderEveryone - 0
    # olViewSaveOptionThisFolderOnlyMe - 1
    return { olViewSaveOptionAllFoldersOfType 2 olViewSaveOptionThisFolderEveryone 0 olViewSaveOptionThisFolderOnlyMe 1 }
}

OlViewType [::Outlook::Enum]Top, Main, Index

OlViewType
olBusinessCardView5
olCalendarView2
olCardView1
olDailyTaskListView6
olIconView3
olMessageListView9
olPeopleView7
olTableView0
olThreadView8
olTimelineView4
proc ::Outlook::Enum::OlViewType {} {

    # olBusinessCardView - 5
    # olCalendarView - 2
    # olCardView - 1
    # olDailyTaskListView - 6
    # olIconView - 3
    # olMessageListView - 9
    # olPeopleView - 7
    # olTableView - 0
    # olThreadView - 8
    # olTimelineView - 4
    return { olBusinessCardView 5 olCalendarView 2 olCardView 1 olDailyTaskListView 6 olIconView 3 olMessageListView 9 olPeopleView 7 olTableView 0 olThreadView 8 olTimelineView 4 }
}

OlWindowState [::Outlook::Enum]Top, Main, Index

OlWindowState
olMaximized0
olMinimized1
olNormalWindow2
proc ::Outlook::Enum::OlWindowState {} {

    # olMaximized - 0
    # olMinimized - 1
    # olNormalWindow - 2
    return { olMaximized 0 olMinimized 1 olNormalWindow 2 }
}