📄 msoutl.tlh
字号:
};
enum OlBusyStatus
{
olFree = 0,
olTentative = 1,
olBusy = 2,
olOutOfOffice = 3
};
enum OlDaysOfWeek
{
olSunday = 1,
olMonday = 2,
olTuesday = 4,
olWednesday = 8,
olThursday = 16,
olFriday = 32,
olSaturday = 64
};
enum OlDefaultFolders
{
olFolderDeletedItems = 3,
olFolderOutbox = 4,
olFolderSentMail = 5,
olFolderInbox = 6,
olFolderCalendar = 9,
olFolderContacts = 10,
olFolderJournal = 11,
olFolderNotes = 12,
olFolderTasks = 13,
olFolderDrafts = 16,
olPublicFoldersAllPublicFolders = 18,
olFolderConflicts = 19,
olFolderSyncIssues = 20,
olFolderLocalFailures = 21,
olFolderServerFailures = 22,
olFolderJunk = 23
};
enum OlDisplayType
{
olUser = 0,
olDistList = 1,
olForum = 2,
olAgent = 3,
olOrganization = 4,
olPrivateDistList = 5,
olRemoteUser = 6
};
enum OlEditorType
{
olEditorText = 1,
olEditorHTML = 2,
olEditorRTF = 3,
olEditorWord = 4
};
enum OlFlagStatus
{
olNoFlag = 0,
olFlagComplete = 1,
olFlagMarked = 2
};
enum OlFolderDisplayMode
{
olFolderDisplayNormal = 0,
olFolderDisplayFolderOnly = 1,
olFolderDisplayNoNavigation = 2
};
enum OlFormRegistry
{
olDefaultRegistry = 0,
olPersonalRegistry = 2,
olFolderRegistry = 3,
olOrganizationRegistry = 4
};
enum OlGender
{
olUnspecified = 0,
olFemale = 1,
olMale = 2
};
enum OlImportance
{
olImportanceLow = 0,
olImportanceNormal = 1,
olImportanceHigh = 2
};
enum OlInspectorClose
{
olSave = 0,
olDiscard = 1,
olPromptForSave = 2
};
enum OlItemType
{
olMailItem = 0,
olAppointmentItem = 1,
olContactItem = 2,
olTaskItem = 3,
olJournalItem = 4,
olNoteItem = 5,
olPostItem = 6,
olDistributionListItem = 7
};
enum OlJournalRecipientType
{
olAssociatedContact = 1
};
enum OlMailingAddress
{
olNone = 0,
olHome = 1,
olBusiness = 2,
olOther = 3
};
enum OlMailRecipientType
{
olOriginator = 0,
olTo = 1,
olCC = 2,
olBCC = 3
};
enum OlMeetingRecipientType
{
olOrganizer = 0,
olRequired = 1,
olOptional = 2,
olResource = 3
};
enum OlMeetingResponse
{
olMeetingTentative = 2,
olMeetingAccepted = 3,
olMeetingDeclined = 4
};
enum OlMeetingStatus
{
olNonMeeting = 0,
olMeeting = 1,
olMeetingReceived = 3,
olMeetingCanceled = 5
};
enum OlNetMeetingType
{
olNetMeeting = 0,
olNetShow = 1,
olExchangeConferencing = 2
};
enum OlNoteColor
{
olBlue = 0,
olGreen = 1,
olPink = 2,
olYellow = 3,
olWhite = 4
};
enum OlObjectClass
{
olApplication = 0,
olNamespace = 1,
olFolder = 2,
olRecipient = 4,
olAttachment = 5,
olAddressList = 7,
olAddressEntry = 8,
olFolders = 15,
olItems = 16,
olRecipients = 17,
olAttachments = 18,
olAddressLists = 20,
olAddressEntries = 21,
olAppointment = 26,
olMeetingRequest = 53,
olMeetingCancellation = 54,
olMeetingResponseNegative = 55,
olMeetingResponsePositive = 56,
olMeetingResponseTentative = 57,
olRecurrencePattern = 28,
olExceptions = 29,
olException = 30,
olAction = 32,
olActions = 33,
olExplorer = 34,
olInspector = 35,
olPages = 36,
olFormDescription = 37,
olUserProperties = 38,
olUserProperty = 39,
olContact = 40,
olDocument = 41,
olJournal = 42,
olMail = 43,
olNote = 44,
olPost = 45,
olReport = 46,
olRemote = 47,
olTask = 48,
olTaskRequest = 49,
olTaskRequestUpdate = 50,
olTaskRequestAccept = 51,
olTaskRequestDecline = 52,
olExplorers = 60,
olInspectors = 61,
olPanes = 62,
olOutlookBarPane = 63,
olOutlookBarStorage = 64,
olOutlookBarGroups = 65,
olOutlookBarGroup = 66,
olOutlookBarShortcuts = 67,
olOutlookBarShortcut = 68,
olDistributionList = 69,
olPropertyPageSite = 70,
olPropertyPages = 71,
olSyncObject = 72,
olSyncObjects = 73,
olSelection = 74,
olLink = 75,
olLinks = 76,
olSearch = 77,
olResults = 78,
olViews = 79,
olView = 80,
olItemProperties = 98,
olItemProperty = 99,
olReminders = 100,
olReminder = 101,
olConflict = 102,
olConflicts = 103
};
enum OlOutlookBarViewType
{
olLargeIcon = 0,
olSmallIcon = 1
};
enum OlPane
{
olOutlookBar = 1,
olFolderList = 2,
olPreview = 3,
olNavigationPane = 4
};
enum OlRecurrenceState
{
olApptNotRecurring = 0,
olApptMaster = 1,
olApptOccurrence = 2,
olApptException = 3
};
enum OlRecurrenceType
{
olRecursDaily = 0,
olRecursWeekly = 1,
olRecursMonthly = 2,
olRecursMonthNth = 3,
olRecursYearly = 5,
olRecursYearNth = 6
};
enum OlRemoteStatus
{
olRemoteStatusNone = 0,
olUnMarked = 1,
olMarkedForDownload = 2,
olMarkedForCopy = 3,
olMarkedForDelete = 4
};
enum OlResponseStatus
{
olResponseNone = 0,
olResponseOrganized = 1,
olResponseTentative = 2,
olResponseAccepted = 3,
olResponseDeclined = 4,
olResponseNotResponded = 5
};
enum OlSaveAsType
{
olTXT = 0,
olRTF = 1,
olTemplate = 2,
olMSG = 3,
olDoc = 4,
olHTML = 5,
olVCard = 6,
olVCal = 7,
olICal = 8,
olMSGUnicode = 9
};
enum OlSensitivity
{
olNormal = 0,
olPersonal = 1,
olPrivate = 2,
olConfidential = 3
};
enum OlSortOrder
{
olSortNone = 0,
olAscending = 1,
olDescending = 2
};
enum OlTaskDelegationState
{
olTaskNotDelegated = 0,
olTaskDelegationUnknown = 1,
olTaskDelegationAccepted = 2,
olTaskDelegationDeclined = 3
};
enum OlTaskOwnership
{
olNewTask = 0,
olDelegatedTask = 1,
olOwnTask = 2
};
enum OlTaskRecipientType
{
olUpdate = 2,
olFinalStatus = 3
};
enum OlTaskResponse
{
olTaskSimple = 0,
olTaskAssign = 1,
olTaskAccept = 2,
olTaskDecline = 3
};
enum OlTaskStatus
{
olTaskNotStarted = 0,
olTaskInProgress = 1,
olTaskComplete = 2,
olTaskWaiting = 3,
olTaskDeferred = 4
};
enum OlTrackingStatus
{
olTrackingNone = 0,
olTrackingDelivered = 1,
olTrackingNotDelivered = 2,
olTrackingNotRead = 3,
olTrackingRecallFailure = 4,
olTrackingRecallSuccess = 5,
olTrackingRead = 6,
olTrackingReplied = 7
};
enum OlUserPropertyType
{
olOutlookInternal = 0,
olText = 1,
olNumber = 3,
olDateTime = 5,
olYesNo = 6,
olDuration = 7,
olKeywords = 11,
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -