📄 outlook_tlb.pas
字号:
olInspector = $00000023;
olPages = $00000024;
olFormDescription = $00000025;
olUserProperties = $00000026;
olUserProperty = $00000027;
olContact = $00000028;
olDocument = $00000029;
olJournal = $0000002A;
olMail = $0000002B;
olNote = $0000002C;
olPost = $0000002D;
olReport = $0000002E;
olRemote = $0000002F;
olTask = $00000030;
olTaskRequest = $00000031;
olTaskRequestUpdate = $00000032;
olTaskRequestAccept = $00000033;
olTaskRequestDecline = $00000034;
olExplorers = $0000003C;
olInspectors = $0000003D;
olPanes = $0000003E;
olOutlookBarPane = $0000003F;
olOutlookBarStorage = $00000040;
olOutlookBarGroups = $00000041;
olOutlookBarGroup = $00000042;
olOutlookBarShortcuts = $00000043;
olOutlookBarShortcut = $00000044;
olDistributionList = $00000045;
olPropertyPageSite = $00000046;
olPropertyPages = $00000047;
olSyncObject = $00000048;
olSyncObjects = $00000049;
olSelection = $0000004A;
olLink = $0000004B;
olLinks = $0000004C;
// Constants for enum OlOutlookBarViewType
type
OlOutlookBarViewType = TOleEnum;
const
olLargeIcon = $00000000;
olSmallIcon = $00000001;
// Constants for enum OlPane
type
OlPane = TOleEnum;
const
olOutlookBar = $00000001;
olFolderList = $00000002;
olPreview = $00000003;
// Constants for enum OlRecurrenceState
type
OlRecurrenceState = TOleEnum;
const
olApptNotRecurring = $00000000;
olApptMaster = $00000001;
olApptOccurrence = $00000002;
olApptException = $00000003;
// Constants for enum OlRecurrenceType
type
OlRecurrenceType = TOleEnum;
const
olRecursDaily = $00000000;
olRecursWeekly = $00000001;
olRecursMonthly = $00000002;
olRecursMonthNth = $00000003;
olRecursYearly = $00000005;
olRecursYearNth = $00000006;
// Constants for enum OlRemoteStatus
type
OlRemoteStatus = TOleEnum;
const
olRemoteStatusNone = $00000000;
olUnMarked = $00000001;
olMarkedForDownload = $00000002;
olMarkedForCopy = $00000003;
olMarkedForDelete = $00000004;
// Constants for enum OlResponseStatus
type
OlResponseStatus = TOleEnum;
const
olResponseNone = $00000000;
olResponseOrganized = $00000001;
olResponseTentative = $00000002;
olResponseAccepted = $00000003;
olResponseDeclined = $00000004;
olResponseNotResponded = $00000005;
// Constants for enum OlSaveAsType
type
OlSaveAsType = TOleEnum;
const
olTXT = $00000000;
olRTF = $00000001;
olTemplate = $00000002;
olMSG = $00000003;
olDoc = $00000004;
olHTML = $00000005;
olVCard = $00000006;
olVCal = $00000007;
// Constants for enum OlSensitivity
type
OlSensitivity = TOleEnum;
const
olNormal = $00000000;
olPersonal = $00000001;
olPrivate = $00000002;
olConfidential = $00000003;
// Constants for enum OlSortOrder
type
OlSortOrder = TOleEnum;
const
olSortNone = $00000000;
olAscending = $00000001;
olDescending = $00000002;
// Constants for enum OlTaskDelegationState
type
OlTaskDelegationState = TOleEnum;
const
olTaskNotDelegated = $00000000;
olTaskDelegationUnknown = $00000001;
olTaskDelegationAccepted = $00000002;
olTaskDelegationDeclined = $00000003;
// Constants for enum OlTaskOwnership
type
OlTaskOwnership = TOleEnum;
const
olNewTask = $00000000;
olDelegatedTask = $00000001;
olOwnTask = $00000002;
// Constants for enum OlTaskRecipientType
type
OlTaskRecipientType = TOleEnum;
const
olUpdate = $00000002;
olFinalStatus = $00000003;
// Constants for enum OlTaskResponse
type
OlTaskResponse = TOleEnum;
const
olTaskSimple = $00000000;
olTaskAssign = $00000001;
olTaskAccept = $00000002;
olTaskDecline = $00000003;
// Constants for enum OlTaskStatus
type
OlTaskStatus = TOleEnum;
const
olTaskNotStarted = $00000000;
olTaskInProgress = $00000001;
olTaskComplete = $00000002;
olTaskWaiting = $00000003;
olTaskDeferred = $00000004;
// Constants for enum OlTrackingStatus
type
OlTrackingStatus = TOleEnum;
const
olTrackingNone = $00000000;
olTrackingDelivered = $00000001;
olTrackingNotDelivered = $00000002;
olTrackingNotRead = $00000003;
olTrackingRecallFailure = $00000004;
olTrackingRecallSuccess = $00000005;
olTrackingRead = $00000006;
olTrackingReplied = $00000007;
// Constants for enum OlUserPropertyType
type
OlUserPropertyType = TOleEnum;
const
olText = $00000001;
olNumber = $00000003;
olDateTime = $00000005;
olYesNo = $00000006;
olDuration = $00000007;
olKeywords = $0000000B;
olPercent = $0000000C;
olCurrency = $0000000E;
olFormula = $00000012;
olCombination = $00000013;
// Constants for enum OlWindowState
type
OlWindowState = TOleEnum;
const
olMaximized = $00000000;
olMinimized = $00000001;
olNormalWindow = $00000002;
// Constants for enum OlSyncState
type
OlSyncState = TOleEnum;
const
olSyncStopped = $00000000;
olSyncStarted = $00000001;
type
// *********************************************************************//
// Forward declaration of types defined in TypeLibrary
// *********************************************************************//
Action = interface;
ActionDisp = dispinterface;
_Application = interface;
_ApplicationDisp = dispinterface;
_NameSpace = interface;
_NameSpaceDisp = dispinterface;
Recipient = interface;
RecipientDisp = dispinterface;
AddressEntry = interface;
AddressEntryDisp = dispinterface;
AddressEntries = interface;
AddressEntriesDisp = dispinterface;
_Folders = interface;
_FoldersDisp = dispinterface;
MAPIFolder = interface;
MAPIFolderDisp = dispinterface;
_Items = interface;
_ItemsDisp = dispinterface;
_Explorer = interface;
_ExplorerDisp = dispinterface;
Panes = interface;
PanesDisp = dispinterface;
Selection = interface;
SelectionDisp = dispinterface;
AddressLists = interface;
AddressListsDisp = dispinterface;
AddressList = interface;
AddressListDisp = dispinterface;
SyncObjects = interface;
SyncObjectsDisp = dispinterface;
_SyncObject = interface;
_SyncObjectDisp = dispinterface;
SyncObjectEvents = dispinterface;
_Inspector = interface;
_InspectorDisp = dispinterface;
_Explorers = interface;
_ExplorersDisp = dispinterface;
ExplorerEvents = dispinterface;
_Inspectors = interface;
_InspectorsDisp = dispinterface;
InspectorEvents = dispinterface;
Actions = interface;
ActionsDisp = dispinterface;
ApplicationEvents = dispinterface;
PropertyPages = interface;
PropertyPagesDisp = dispinterface;
_AppointmentItem = interface;
_AppointmentItemDisp = dispinterface;
Attachments = interface;
AttachmentsDisp = dispinterface;
Attachment = interface;
AttachmentDisp = dispinterface;
FormDescription = interface;
FormDescriptionDisp = dispinterface;
UserProperties = interface;
UserPropertiesDisp = dispinterface;
UserProperty = interface;
UserPropertyDisp = dispinterface;
Recipients = interface;
RecipientsDisp = dispinterface;
_MailItem = interface;
_MailItemDisp = dispinterface;
ItemEvents = dispinterface;
Links = interface;
LinksDisp = dispinterface;
Link = interface;
LinkDisp = dispinterface;
RecurrencePattern = interface;
RecurrencePatternDisp = dispinterface;
Exceptions = interface;
ExceptionsDisp = dispinterface;
Exception = interface;
ExceptionDisp = dispinterface;
_MeetingItem = interface;
_MeetingItemDisp = dispinterface;
_ContactItem = interface;
_ContactItemDisp = dispinterface;
_DistListItem = interface;
_DistListItemDisp = dispinterface;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -