PyXR

c:\projects\bitpim\src \ native \ outlook \ outlook_com.py



0001 # Created by makepy.py version 0.4.91
0002 # By python version 2.3.4 (#53, May 25 2004, 21:17:02) [MSC v.1200 32 bit (Intel)]
0003 # From type library 'msoutl9.olb'
0004 # On Sun Jun 13 01:17:20 2004
0005 """Microsoft Outlook 9.0 Object Library"""
0006 makepy_version = '0.4.91'
0007 python_version = 0x20304f0
0008 
0009 import win32com.client.CLSIDToClass, pythoncom
0010 import win32com.client.util
0011 from pywintypes import IID
0012 from win32com.client import Dispatch
0013 
0014 # The following 3 lines may need tweaking for the particular server
0015 # Candidates are pythoncom.Missing and pythoncom.Empty
0016 defaultNamedOptArg=pythoncom.Empty
0017 defaultNamedNotOptArg=pythoncom.Empty
0018 defaultUnnamedArg=pythoncom.Empty
0019 
0020 CLSID = IID('{00062FFF-0000-0000-C000-000000000046}')
0021 MajorVersion = 9
0022 MinorVersion = 0
0023 LibraryFlags = 8
0024 LCID = 0x0
0025 
0026 class constants:
0027         olForward                     =0x2        # from enum OlActionCopyLike
0028         olReply                       =0x0        # from enum OlActionCopyLike
0029         olReplyAll                    =0x1        # from enum OlActionCopyLike
0030         olReplyFolder                 =0x3        # from enum OlActionCopyLike
0031         olRespond                     =0x4        # from enum OlActionCopyLike
0032         olEmbedOriginalItem           =0x1        # from enum OlActionReplyStyle
0033         olIncludeOriginalText         =0x2        # from enum OlActionReplyStyle
0034         olIndentOriginalText          =0x3        # from enum OlActionReplyStyle
0035         olLinkOriginalItem            =0x4        # from enum OlActionReplyStyle
0036         olOmitOriginalText            =0x0        # from enum OlActionReplyStyle
0037         olReplyTickOriginalText       =0x3e8      # from enum OlActionReplyStyle
0038         olUserPreference              =0x5        # from enum OlActionReplyStyle
0039         olOpen                        =0x0        # from enum OlActionResponseStyle
0040         olPrompt                      =0x2        # from enum OlActionResponseStyle
0041         olSend                        =0x1        # from enum OlActionResponseStyle
0042         olDontShow                    =0x0        # from enum OlActionShowOn
0043         olMenu                        =0x1        # from enum OlActionShowOn
0044         olMenuAndToolbar              =0x2        # from enum OlActionShowOn
0045         olByReference                 =0x4        # from enum OlAttachmentType
0046         olByValue                     =0x1        # from enum OlAttachmentType
0047         olEmbeddeditem                =0x5        # from enum OlAttachmentType
0048         olOLE                         =0x6        # from enum OlAttachmentType
0049         olBusy                        =0x2        # from enum OlBusyStatus
0050         olFree                        =0x0        # from enum OlBusyStatus
0051         olOutOfOffice                 =0x3        # from enum OlBusyStatus
0052         olTentative                   =0x1        # from enum OlBusyStatus
0053         olFriday                      =0x20       # from enum OlDaysOfWeek
0054         olMonday                      =0x2        # from enum OlDaysOfWeek
0055         olSaturday                    =0x40       # from enum OlDaysOfWeek
0056         olSunday                      =0x1        # from enum OlDaysOfWeek
0057         olThursday                    =0x10       # from enum OlDaysOfWeek
0058         olTuesday                     =0x4        # from enum OlDaysOfWeek
0059         olWednesday                   =0x8        # from enum OlDaysOfWeek
0060         olFolderCalendar              =0x9        # from enum OlDefaultFolders
0061         olFolderContacts              =0xa        # from enum OlDefaultFolders
0062         olFolderDeletedItems          =0x3        # from enum OlDefaultFolders
0063         olFolderDrafts                =0x10       # from enum OlDefaultFolders
0064         olFolderInbox                 =0x6        # from enum OlDefaultFolders
0065         olFolderJournal               =0xb        # from enum OlDefaultFolders
0066         olFolderNotes                 =0xc        # from enum OlDefaultFolders
0067         olFolderOutbox                =0x4        # from enum OlDefaultFolders
0068         olFolderSentMail              =0x5        # from enum OlDefaultFolders
0069         olFolderTasks                 =0xd        # from enum OlDefaultFolders
0070         olAgent                       =0x3        # from enum OlDisplayType
0071         olDistList                    =0x1        # from enum OlDisplayType
0072         olForum                       =0x2        # from enum OlDisplayType
0073         olOrganization                =0x4        # from enum OlDisplayType
0074         olPrivateDistList             =0x5        # from enum OlDisplayType
0075         olRemoteUser                  =0x6        # from enum OlDisplayType
0076         olUser                        =0x0        # from enum OlDisplayType
0077         olEditorHTML                  =0x2        # from enum OlEditorType
0078         olEditorRTF                   =0x3        # from enum OlEditorType
0079         olEditorText                  =0x1        # from enum OlEditorType
0080         olEditorWord                  =0x4        # from enum OlEditorType
0081         olFlagComplete                =0x1        # from enum OlFlagStatus
0082         olFlagMarked                  =0x2        # from enum OlFlagStatus
0083         olNoFlag                      =0x0        # from enum OlFlagStatus
0084         olFolderDisplayFolderOnly     =0x1        # from enum OlFolderDisplayMode
0085         olFolderDisplayNoNavigation   =0x2        # from enum OlFolderDisplayMode
0086         olFolderDisplayNormal         =0x0        # from enum OlFolderDisplayMode
0087         olDefaultRegistry             =0x0        # from enum OlFormRegistry
0088         olFolderRegistry              =0x3        # from enum OlFormRegistry
0089         olOrganizationRegistry        =0x4        # from enum OlFormRegistry
0090         olPersonalRegistry            =0x2        # from enum OlFormRegistry
0091         olFemale                      =0x1        # from enum OlGender
0092         olMale                        =0x2        # from enum OlGender
0093         olUnspecified                 =0x0        # from enum OlGender
0094         olImportanceHigh              =0x2        # from enum OlImportance
0095         olImportanceLow               =0x0        # from enum OlImportance
0096         olImportanceNormal            =0x1        # from enum OlImportance
0097         olDiscard                     =0x1        # from enum OlInspectorClose
0098         olPromptForSave               =0x2        # from enum OlInspectorClose
0099         olSave                        =0x0        # from enum OlInspectorClose
0100         olAppointmentItem             =0x1        # from enum OlItemType
0101         olContactItem                 =0x2        # from enum OlItemType
0102         olDistributionListItem        =0x7        # from enum OlItemType
0103         olJournalItem                 =0x4        # from enum OlItemType
0104         olMailItem                    =0x0        # from enum OlItemType
0105         olNoteItem                    =0x5        # from enum OlItemType
0106         olPostItem                    =0x6        # from enum OlItemType
0107         olTaskItem                    =0x3        # from enum OlItemType
0108         olAssociatedContact           =0x1        # from enum OlJournalRecipientType
0109         olBCC                         =0x3        # from enum OlMailRecipientType
0110         olCC                          =0x2        # from enum OlMailRecipientType
0111         olOriginator                  =0x0        # from enum OlMailRecipientType
0112         olTo                          =0x1        # from enum OlMailRecipientType
0113         olBusiness                    =0x2        # from enum OlMailingAddress
0114         olHome                        =0x1        # from enum OlMailingAddress
0115         olNone                        =0x0        # from enum OlMailingAddress
0116         olOther                       =0x3        # from enum OlMailingAddress
0117         olOptional                    =0x2        # from enum OlMeetingRecipientType
0118         olOrganizer                   =0x0        # from enum OlMeetingRecipientType
0119         olRequired                    =0x1        # from enum OlMeetingRecipientType
0120         olResource                    =0x3        # from enum OlMeetingRecipientType
0121         olMeetingAccepted             =0x3        # from enum OlMeetingResponse
0122         olMeetingDeclined             =0x4        # from enum OlMeetingResponse
0123         olMeetingTentative            =0x2        # from enum OlMeetingResponse
0124         olMeeting                     =0x1        # from enum OlMeetingStatus
0125         olMeetingCanceled             =0x5        # from enum OlMeetingStatus
0126         olMeetingReceived             =0x3        # from enum OlMeetingStatus
0127         olNonMeeting                  =0x0        # from enum OlMeetingStatus
0128         olChat                        =0x2        # from enum OlNetMeetingType
0129         olNetMeeting                  =0x0        # from enum OlNetMeetingType
0130         olNetShow                     =0x1        # from enum OlNetMeetingType
0131         olBlue                        =0x0        # from enum OlNoteColor
0132         olGreen                       =0x1        # from enum OlNoteColor
0133         olPink                        =0x2        # from enum OlNoteColor
0134         olWhite                       =0x4        # from enum OlNoteColor
0135         olYellow                      =0x3        # from enum OlNoteColor
0136         olAction                      =0x20       # from enum OlObjectClass
0137         olActions                     =0x21       # from enum OlObjectClass
0138         olAddressEntries              =0x15       # from enum OlObjectClass
0139         olAddressEntry                =0x8        # from enum OlObjectClass
0140         olAddressList                 =0x7        # from enum OlObjectClass
0141         olAddressLists                =0x14       # from enum OlObjectClass
0142         olApplication                 =0x0        # from enum OlObjectClass
0143         olAppointment                 =0x1a       # from enum OlObjectClass
0144         olAttachment                  =0x5        # from enum OlObjectClass
0145         olAttachments                 =0x12       # from enum OlObjectClass
0146         olContact                     =0x28       # from enum OlObjectClass
0147         olDistributionList            =0x45       # from enum OlObjectClass
0148         olDocument                    =0x29       # from enum OlObjectClass
0149         olException                   =0x1e       # from enum OlObjectClass
0150         olExceptions                  =0x1d       # from enum OlObjectClass
0151         olExplorer                    =0x22       # from enum OlObjectClass
0152         olExplorers                   =0x3c       # from enum OlObjectClass
0153         olFolder                      =0x2        # from enum OlObjectClass
0154         olFolders                     =0xf        # from enum OlObjectClass
0155         olFormDescription             =0x25       # from enum OlObjectClass
0156         olInspector                   =0x23       # from enum OlObjectClass
0157         olInspectors                  =0x3d       # from enum OlObjectClass
0158         olItems                       =0x10       # from enum OlObjectClass
0159         olJournal                     =0x2a       # from enum OlObjectClass
0160         olLink                        =0x4b       # from enum OlObjectClass
0161         olLinks                       =0x4c       # from enum OlObjectClass
0162         olMail                        =0x2b       # from enum OlObjectClass
0163         olMeetingCancellation         =0x36       # from enum OlObjectClass
0164         olMeetingRequest              =0x35       # from enum OlObjectClass
0165         olMeetingResponseNegative     =0x37       # from enum OlObjectClass
0166         olMeetingResponsePositive     =0x38       # from enum OlObjectClass
0167         olMeetingResponseTentative    =0x39       # from enum OlObjectClass
0168         olNamespace                   =0x1        # from enum OlObjectClass
0169         olNote                        =0x2c       # from enum OlObjectClass
0170         olOutlookBarGroup             =0x42       # from enum OlObjectClass
0171         olOutlookBarGroups            =0x41       # from enum OlObjectClass
0172         olOutlookBarPane              =0x3f       # from enum OlObjectClass
0173         olOutlookBarShortcut          =0x44       # from enum OlObjectClass
0174         olOutlookBarShortcuts         =0x43       # from enum OlObjectClass
0175         olOutlookBarStorage           =0x40       # from enum OlObjectClass
0176         olPages                       =0x24       # from enum OlObjectClass
0177         olPanes                       =0x3e       # from enum OlObjectClass
0178         olPost                        =0x2d       # from enum OlObjectClass
0179         olPropertyPageSite            =0x46       # from enum OlObjectClass
0180         olPropertyPages               =0x47       # from enum OlObjectClass
0181         olRecipient                   =0x4        # from enum OlObjectClass
0182         olRecipients                  =0x11       # from enum OlObjectClass
0183         olRecurrencePattern           =0x1c       # from enum OlObjectClass
0184         olRemote                      =0x2f       # from enum OlObjectClass
0185         olReport                      =0x2e       # from enum OlObjectClass
0186         olSelection                   =0x4a       # from enum OlObjectClass
0187         olSyncObject                  =0x48       # from enum OlObjectClass
0188         olSyncObjects                 =0x49       # from enum OlObjectClass
0189         olTask                        =0x30       # from enum OlObjectClass
0190         olTaskRequest                 =0x31       # from enum OlObjectClass
0191         olTaskRequestAccept           =0x33       # from enum OlObjectClass
0192         olTaskRequestDecline          =0x34       # from enum OlObjectClass
0193         olTaskRequestUpdate           =0x32       # from enum OlObjectClass
0194         olUserProperties              =0x26       # from enum OlObjectClass
0195         olUserProperty                =0x27       # from enum OlObjectClass
0196         olLargeIcon                   =0x0        # from enum OlOutlookBarViewType
0197         olSmallIcon                   =0x1        # from enum OlOutlookBarViewType
0198         olFolderList                  =0x2        # from enum OlPane
0199         olOutlookBar                  =0x1        # from enum OlPane
0200         olPreview                     =0x3        # from enum OlPane
0201         olApptException               =0x3        # from enum OlRecurrenceState
0202         olApptMaster                  =0x1        # from enum OlRecurrenceState
0203         olApptNotRecurring            =0x0        # from enum OlRecurrenceState
0204         olApptOccurrence              =0x2        # from enum OlRecurrenceState
0205         olRecursDaily                 =0x0        # from enum OlRecurrenceType
0206         olRecursMonthNth              =0x3        # from enum OlRecurrenceType
0207         olRecursMonthly               =0x2        # from enum OlRecurrenceType
0208         olRecursWeekly                =0x1        # from enum OlRecurrenceType
0209         olRecursYearNth               =0x6        # from enum OlRecurrenceType
0210         olRecursYearly                =0x5        # from enum OlRecurrenceType
0211         olMarkedForCopy               =0x3        # from enum OlRemoteStatus
0212         olMarkedForDelete             =0x4        # from enum OlRemoteStatus
0213         olMarkedForDownload           =0x2        # from enum OlRemoteStatus
0214         olRemoteStatusNone            =0x0        # from enum OlRemoteStatus
0215         olUnMarked                    =0x1        # from enum OlRemoteStatus
0216         olResponseAccepted            =0x3        # from enum OlResponseStatus
0217         olResponseDeclined            =0x4        # from enum OlResponseStatus
0218         olResponseNone                =0x0        # from enum OlResponseStatus
0219         olResponseNotResponded        =0x5        # from enum OlResponseStatus
0220         olResponseOrganized           =0x1        # from enum OlResponseStatus
0221         olResponseTentative           =0x2        # from enum OlResponseStatus
0222         olDoc                         =0x4        # from enum OlSaveAsType
0223         olHTML                        =0x5        # from enum OlSaveAsType
0224         olMSG                         =0x3        # from enum OlSaveAsType
0225         olRTF                         =0x1        # from enum OlSaveAsType
0226         olTXT                         =0x0        # from enum OlSaveAsType
0227         olTemplate                    =0x2        # from enum OlSaveAsType
0228         olVCal                        =0x7        # from enum OlSaveAsType
0229         olVCard                       =0x6        # from enum OlSaveAsType
0230         olConfidential                =0x3        # from enum OlSensitivity
0231         olNormal                      =0x0        # from enum OlSensitivity
0232         olPersonal                    =0x1        # from enum OlSensitivity
0233         olPrivate                     =0x2        # from enum OlSensitivity
0234         olAscending                   =0x1        # from enum OlSortOrder
0235         olDescending                  =0x2        # from enum OlSortOrder
0236         olSortNone                    =0x0        # from enum OlSortOrder
0237         olSyncStarted                 =0x1        # from enum OlSyncState
0238         olSyncStopped                 =0x0        # from enum OlSyncState
0239         olTaskDelegationAccepted      =0x2        # from enum OlTaskDelegationState
0240         olTaskDelegationDeclined      =0x3        # from enum OlTaskDelegationState
0241         olTaskDelegationUnknown       =0x1        # from enum OlTaskDelegationState
0242         olTaskNotDelegated            =0x0        # from enum OlTaskDelegationState
0243         olDelegatedTask               =0x1        # from enum OlTaskOwnership
0244         olNewTask                     =0x0        # from enum OlTaskOwnership
0245         olOwnTask                     =0x2        # from enum OlTaskOwnership
0246         olFinalStatus                 =0x3        # from enum OlTaskRecipientType
0247         olUpdate                      =0x2        # from enum OlTaskRecipientType
0248         olTaskAccept                  =0x2        # from enum OlTaskResponse
0249         olTaskAssign                  =0x1        # from enum OlTaskResponse
0250         olTaskDecline                 =0x3        # from enum OlTaskResponse
0251         olTaskSimple                  =0x0        # from enum OlTaskResponse
0252         olTaskComplete                =0x2        # from enum OlTaskStatus
0253         olTaskDeferred                =0x4        # from enum OlTaskStatus
0254         olTaskInProgress              =0x1        # from enum OlTaskStatus
0255         olTaskNotStarted              =0x0        # from enum OlTaskStatus
0256         olTaskWaiting                 =0x3        # from enum OlTaskStatus
0257         olTrackingDelivered           =0x1        # from enum OlTrackingStatus
0258         olTrackingNone                =0x0        # from enum OlTrackingStatus
0259         olTrackingNotDelivered        =0x2        # from enum OlTrackingStatus
0260         olTrackingNotRead             =0x3        # from enum OlTrackingStatus
0261         olTrackingRead                =0x6        # from enum OlTrackingStatus
0262         olTrackingRecallFailure       =0x4        # from enum OlTrackingStatus
0263         olTrackingRecallSuccess       =0x5        # from enum OlTrackingStatus
0264         olTrackingReplied             =0x7        # from enum OlTrackingStatus
0265         olCombination                 =0x13       # from enum OlUserPropertyType
0266         olCurrency                    =0xe        # from enum OlUserPropertyType
0267         olDateTime                    =0x5        # from enum OlUserPropertyType
0268         olDuration                    =0x7        # from enum OlUserPropertyType
0269         olFormula                     =0x12       # from enum OlUserPropertyType
0270         olKeywords                    =0xb        # from enum OlUserPropertyType
0271         olNumber                      =0x3        # from enum OlUserPropertyType
0272         olPercent                     =0xc        # from enum OlUserPropertyType
0273         olText                        =0x1        # from enum OlUserPropertyType
0274         olYesNo                       =0x6        # from enum OlUserPropertyType
0275         olMaximized                   =0x0        # from enum OlWindowState
0276         olMinimized                   =0x1        # from enum OlWindowState
0277         olNormalWindow                =0x2        # from enum OlWindowState
0278 
0279 from win32com.client import DispatchBaseClass
0280 class Action(DispatchBaseClass):
0281         CLSID = IID('{00063043-0000-0000-C000-000000000046}')
0282         coclass_clsid = None
0283 
0284         def Delete(self):
0285                 return self._oleobj_.InvokeTypes(108, LCID, 1, (24, 0), (),)
0286 
0287         def Execute(self):
0288                 ret = self._oleobj_.InvokeTypes(106, LCID, 1, (9, 0), (),)
0289                 if ret is not None:
0290                         ret = Dispatch(ret, 'Execute', None, UnicodeToString=0)
0291                 return ret
0292 
0293         _prop_map_get_ = {
0294                 # Method 'Application' returns object of type '_Application'
0295                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
0296                 "Class": (61450, 2, (3, 0), (), "Class", None),
0297                 "CopyLike": (100, 2, (3, 0), (), "CopyLike", None),
0298                 "Enabled": (103, 2, (11, 0), (), "Enabled", None),
0299                 "MessageClass": (26, 2, (8, 0), (), "MessageClass", None),
0300                 "Name": (12289, 2, (8, 0), (), "Name", None),
0301                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
0302                 "Prefix": (61, 2, (8, 0), (), "Prefix", None),
0303                 "ReplyStyle": (101, 2, (3, 0), (), "ReplyStyle", None),
0304                 "ResponseStyle": (102, 2, (3, 0), (), "ResponseStyle", None),
0305                 # Method 'Session' returns object of type '_NameSpace'
0306                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
0307                 "ShowOn": (105, 2, (3, 0), (), "ShowOn", None),
0308         }
0309         _prop_map_put_ = {
0310                 "CopyLike": ((100, LCID, 4, 0),()),
0311                 "Enabled": ((103, LCID, 4, 0),()),
0312                 "MessageClass": ((26, LCID, 4, 0),()),
0313                 "Name": ((12289, LCID, 4, 0),()),
0314                 "Prefix": ((61, LCID, 4, 0),()),
0315                 "ReplyStyle": ((101, LCID, 4, 0),()),
0316                 "ResponseStyle": ((102, LCID, 4, 0),()),
0317                 "ShowOn": ((105, LCID, 4, 0),()),
0318         }
0319 
0320 class Actions(DispatchBaseClass):
0321         CLSID = IID('{0006303E-0000-0000-C000-000000000046}')
0322         coclass_clsid = None
0323 
0324         # Result is of type Action
0325         def Add(self):
0326                 ret = self._oleobj_.InvokeTypes(100, LCID, 1, (9, 0), (),)
0327                 if ret is not None:
0328                         ret = Dispatch(ret, 'Add', '{00063043-0000-0000-C000-000000000046}', UnicodeToString=0)
0329                 return ret
0330 
0331         # Result is of type Action
0332         def Item(self, Index=defaultNamedNotOptArg):
0333                 ret = self._oleobj_.InvokeTypes(81, LCID, 1, (9, 0), ((12, 1),),Index)
0334                 if ret is not None:
0335                         ret = Dispatch(ret, 'Item', '{00063043-0000-0000-C000-000000000046}', UnicodeToString=0)
0336                 return ret
0337 
0338         def Remove(self, Index=defaultNamedNotOptArg):
0339                 return self._oleobj_.InvokeTypes(82, LCID, 1, (24, 0), ((3, 1),),Index)
0340 
0341         _prop_map_get_ = {
0342                 # Method 'Application' returns object of type '_Application'
0343                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
0344                 "Class": (61450, 2, (3, 0), (), "Class", None),
0345                 "Count": (80, 2, (3, 0), (), "Count", None),
0346                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
0347                 # Method 'Session' returns object of type '_NameSpace'
0348                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
0349         }
0350         _prop_map_put_ = {
0351         }
0352         #This class has Item property/method which may take args - allow indexed access
0353         def __getitem__(self, item):
0354                 return self._get_good_object_(self._oleobj_.Invoke(*(81, LCID, 1, 1, item)), "Item")
0355         #This class has Count() property - allow len(ob) to provide this
0356         def __len__(self):
0357                 return self._ApplyTypes_(*(80, 2, (3, 0), (), "Count", None))
0358         #This class has a __len__ - this is needed so 'if object:' always returns TRUE.
0359         def __nonzero__(self):
0360                 return True
0361 
0362 class AddressEntries(DispatchBaseClass):
0363         CLSID = IID('{0006304A-0000-0000-C000-000000000046}')
0364         coclass_clsid = None
0365 
0366         # Result is of type AddressEntry
0367         def Add(self, Type=defaultNamedNotOptArg, Name=defaultNamedOptArg, Address=defaultNamedOptArg):
0368                 ret = self._oleobj_.InvokeTypes(95, LCID, 1, (9, 0), ((8, 1), (12, 17), (12, 17)),Type, Name, Address)
0369                 if ret is not None:
0370                         ret = Dispatch(ret, 'Add', '{0006304B-0000-0000-C000-000000000046}', UnicodeToString=0)
0371                 return ret
0372 
0373         # Result is of type AddressEntry
0374         def GetFirst(self):
0375                 ret = self._oleobj_.InvokeTypes(86, LCID, 1, (9, 0), (),)
0376                 if ret is not None:
0377                         ret = Dispatch(ret, 'GetFirst', '{0006304B-0000-0000-C000-000000000046}', UnicodeToString=0)
0378                 return ret
0379 
0380         # Result is of type AddressEntry
0381         def GetLast(self):
0382                 ret = self._oleobj_.InvokeTypes(88, LCID, 1, (9, 0), (),)
0383                 if ret is not None:
0384                         ret = Dispatch(ret, 'GetLast', '{0006304B-0000-0000-C000-000000000046}', UnicodeToString=0)
0385                 return ret
0386 
0387         # Result is of type AddressEntry
0388         def GetNext(self):
0389                 ret = self._oleobj_.InvokeTypes(87, LCID, 1, (9, 0), (),)
0390                 if ret is not None:
0391                         ret = Dispatch(ret, 'GetNext', '{0006304B-0000-0000-C000-000000000046}', UnicodeToString=0)
0392                 return ret
0393 
0394         # Result is of type AddressEntry
0395         def GetPrevious(self):
0396                 ret = self._oleobj_.InvokeTypes(89, LCID, 1, (9, 0), (),)
0397                 if ret is not None:
0398                         ret = Dispatch(ret, 'GetPrevious', '{0006304B-0000-0000-C000-000000000046}', UnicodeToString=0)
0399                 return ret
0400 
0401         # Result is of type AddressEntry
0402         def Item(self, Index=defaultNamedNotOptArg):
0403                 ret = self._oleobj_.InvokeTypes(81, LCID, 1, (9, 0), ((12, 1),),Index)
0404                 if ret is not None:
0405                         ret = Dispatch(ret, 'Item', '{0006304B-0000-0000-C000-000000000046}', UnicodeToString=0)
0406                 return ret
0407 
0408         def Sort(self, Property=defaultNamedOptArg, Order=defaultNamedOptArg):
0409                 return self._oleobj_.InvokeTypes(97, LCID, 1, (24, 0), ((12, 17), (12, 17)),Property, Order)
0410 
0411         _prop_map_get_ = {
0412                 # Method 'Application' returns object of type '_Application'
0413                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
0414                 "Class": (61450, 2, (3, 0), (), "Class", None),
0415                 "Count": (80, 2, (3, 0), (), "Count", None),
0416                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
0417                 "RawTable": (90, 2, (13, 0), (), "RawTable", None),
0418                 # Method 'Session' returns object of type '_NameSpace'
0419                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
0420         }
0421         _prop_map_put_ = {
0422         }
0423         #This class has Item property/method which may take args - allow indexed access
0424         def __getitem__(self, item):
0425                 return self._get_good_object_(self._oleobj_.Invoke(*(81, LCID, 1, 1, item)), "Item")
0426         #This class has Count() property - allow len(ob) to provide this
0427         def __len__(self):
0428                 return self._ApplyTypes_(*(80, 2, (3, 0), (), "Count", None))
0429         #This class has a __len__ - this is needed so 'if object:' always returns TRUE.
0430         def __nonzero__(self):
0431                 return True
0432 
0433 class AddressEntry(DispatchBaseClass):
0434         CLSID = IID('{0006304B-0000-0000-C000-000000000046}')
0435         coclass_clsid = None
0436 
0437         def Delete(self):
0438                 return self._oleobj_.InvokeTypes(770, LCID, 1, (24, 0), (),)
0439 
0440         def Details(self, HWnd=defaultNamedOptArg):
0441                 return self._oleobj_.InvokeTypes(769, LCID, 1, (24, 0), ((12, 17),),HWnd)
0442 
0443         def GetFreeBusy(self, Start=defaultNamedNotOptArg, MinPerChar=defaultNamedNotOptArg, CompleteFormat=defaultNamedOptArg):
0444                 # Result is a Unicode object - return as-is for this version of Python
0445                 return self._oleobj_.InvokeTypes(774, LCID, 1, (8, 0), ((7, 1), (3, 1), (12, 17)),Start, MinPerChar, CompleteFormat)
0446 
0447         def Update(self, MakePermanent=defaultNamedOptArg, Refresh=defaultNamedOptArg):
0448                 return self._oleobj_.InvokeTypes(768, LCID, 1, (24, 0), ((12, 17), (12, 17)),MakePermanent, Refresh)
0449 
0450         def UpdateFreeBusy(self):
0451                 return self._oleobj_.InvokeTypes(775, LCID, 1, (24, 0), (),)
0452 
0453         _prop_map_get_ = {
0454                 "Address": (12291, 2, (8, 0), (), "Address", None),
0455                 # Method 'Application' returns object of type '_Application'
0456                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
0457                 "Class": (61450, 2, (3, 0), (), "Class", None),
0458                 "DisplayType": (14592, 2, (3, 0), (), "DisplayType", None),
0459                 "ID": (61470, 2, (8, 0), (), "ID", None),
0460                 "MAPIOBJECT": (61696, 2, (13, 0), (), "MAPIOBJECT", None),
0461                 # Method 'Manager' returns object of type 'AddressEntry'
0462                 "Manager": (771, 2, (9, 0), (), "Manager", '{0006304B-0000-0000-C000-000000000046}'),
0463                 # Method 'Members' returns object of type 'AddressEntries'
0464                 "Members": (772, 2, (9, 0), (), "Members", '{0006304A-0000-0000-C000-000000000046}'),
0465                 "Name": (12289, 2, (8, 0), (), "Name", None),
0466                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
0467                 # Method 'Session' returns object of type '_NameSpace'
0468                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
0469                 "Type": (12290, 2, (8, 0), (), "Type", None),
0470         }
0471         _prop_map_put_ = {
0472                 "Address": ((12291, LCID, 4, 0),()),
0473                 "MAPIOBJECT": ((61696, LCID, 4, 0),()),
0474                 "Name": ((12289, LCID, 4, 0),()),
0475                 "Type": ((12290, LCID, 4, 0),()),
0476         }
0477 
0478 class AddressList(DispatchBaseClass):
0479         CLSID = IID('{00063049-0000-0000-C000-000000000046}')
0480         coclass_clsid = None
0481 
0482         _prop_map_get_ = {
0483                 # Method 'AddressEntries' returns object of type 'AddressEntries'
0484                 "AddressEntries": (256, 2, (9, 0), (), "AddressEntries", '{0006304A-0000-0000-C000-000000000046}'),
0485                 # Method 'Application' returns object of type '_Application'
0486                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
0487                 "Class": (61450, 2, (3, 0), (), "Class", None),
0488                 "ID": (61470, 2, (8, 0), (), "ID", None),
0489                 "Index": (91, 2, (3, 0), (), "Index", None),
0490                 "IsReadOnly": (61463, 2, (11, 0), (), "IsReadOnly", None),
0491                 "Name": (12289, 2, (8, 0), (), "Name", None),
0492                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
0493                 # Method 'Session' returns object of type '_NameSpace'
0494                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
0495         }
0496         _prop_map_put_ = {
0497         }
0498 
0499 class AddressLists(DispatchBaseClass):
0500         CLSID = IID('{00063048-0000-0000-C000-000000000046}')
0501         coclass_clsid = None
0502 
0503         # Result is of type AddressList
0504         def Item(self, Index=defaultNamedNotOptArg):
0505                 ret = self._oleobj_.InvokeTypes(81, LCID, 1, (9, 0), ((12, 1),),Index)
0506                 if ret is not None:
0507                         ret = Dispatch(ret, 'Item', '{00063049-0000-0000-C000-000000000046}', UnicodeToString=0)
0508                 return ret
0509 
0510         _prop_map_get_ = {
0511                 # Method 'Application' returns object of type '_Application'
0512                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
0513                 "Class": (61450, 2, (3, 0), (), "Class", None),
0514                 "Count": (80, 2, (3, 0), (), "Count", None),
0515                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
0516                 # Method 'Session' returns object of type '_NameSpace'
0517                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
0518         }
0519         _prop_map_put_ = {
0520         }
0521         #This class has Item property/method which may take args - allow indexed access
0522         def __getitem__(self, item):
0523                 return self._get_good_object_(self._oleobj_.Invoke(*(81, LCID, 1, 1, item)), "Item")
0524         #This class has Count() property - allow len(ob) to provide this
0525         def __len__(self):
0526                 return self._ApplyTypes_(*(80, 2, (3, 0), (), "Count", None))
0527         #This class has a __len__ - this is needed so 'if object:' always returns TRUE.
0528         def __nonzero__(self):
0529                 return True
0530 
0531 class ApplicationEvents:
0532         CLSID = CLSID_Sink = IID('{0006304E-0000-0000-C000-000000000046}')
0533         coclass_clsid = IID('{0006F03A-0000-0000-C000-000000000046}')
0534         _public_methods_ = [] # For COM Server support
0535         _dispid_to_func_ = {
0536                     61447 : "OnQuit",
0537                     61442 : "OnItemSend",
0538                     61446 : "OnStartup",
0539                     61443 : "OnNewMail",
0540                     61444 : "OnReminder",
0541                     61445 : "OnOptionsPagesAdd",
0542                 }
0543 
0544         def __init__(self, oobj = None):
0545                 if oobj is None:
0546                         self._olecp = None
0547                 else:
0548                         import win32com.server.util
0549                         from win32com.server.policy import EventHandlerPolicy
0550                         cpc=oobj._oleobj_.QueryInterface(pythoncom.IID_IConnectionPointContainer)
0551                         cp=cpc.FindConnectionPoint(self.CLSID_Sink)
0552                         cookie=cp.Advise(win32com.server.util.wrap(self, usePolicy=EventHandlerPolicy))
0553                         self._olecp,self._olecp_cookie = cp,cookie
0554         def __del__(self):
0555                 try:
0556                         self.close()
0557                 except pythoncom.com_error:
0558                         pass
0559         def close(self):
0560                 if self._olecp is not None:
0561                         cp,cookie,self._olecp,self._olecp_cookie = self._olecp,self._olecp_cookie,None,None
0562                         cp.Unadvise(cookie)
0563         def _query_interface_(self, iid):
0564                 import win32com.server.util
0565                 if iid==self.CLSID_Sink: return win32com.server.util.wrap(self)
0566 
0567         # Event Handlers
0568         # If you create handlers, they should have the following prototypes:
0569 # def OnQuit(self):
0570 # def OnItemSend(self, Item=defaultNamedNotOptArg, Cancel=defaultNamedNotOptArg):
0571 # def OnStartup(self):
0572 # def OnNewMail(self):
0573 # def OnReminder(self, Item=defaultNamedNotOptArg):
0574 # def OnOptionsPagesAdd(self, Pages=defaultNamedNotOptArg):
0575 
0576 
0577 class Attachment(DispatchBaseClass):
0578         CLSID = IID('{00063007-0000-0000-C000-000000000046}')
0579         coclass_clsid = None
0580 
0581         def Delete(self):
0582                 return self._oleobj_.InvokeTypes(105, LCID, 1, (24, 0), (),)
0583 
0584         def SaveAsFile(self, Path=defaultNamedNotOptArg):
0585                 return self._oleobj_.InvokeTypes(104, LCID, 1, (24, 0), ((8, 1),),Path)
0586 
0587         _prop_map_get_ = {
0588                 # Method 'Application' returns object of type '_Application'
0589                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
0590                 "Class": (61450, 2, (3, 0), (), "Class", None),
0591                 "DisplayName": (12289, 2, (8, 0), (), "DisplayName", None),
0592                 "FileName": (14084, 2, (8, 0), (), "FileName", None),
0593                 "Index": (91, 2, (3, 0), (), "Index", None),
0594                 "MAPIOBJECT": (61696, 2, (13, 0), (), "MAPIOBJECT", None),
0595                 "Parent": (113, 2, (9, 0), (), "Parent", None),
0596                 "PathName": (14088, 2, (8, 0), (), "PathName", None),
0597                 "Position": (114, 2, (3, 0), (), "Position", None),
0598                 # Method 'Session' returns object of type '_NameSpace'
0599                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
0600                 "Type": (14085, 2, (3, 0), (), "Type", None),
0601         }
0602         _prop_map_put_ = {
0603                 "DisplayName": ((12289, LCID, 4, 0),()),
0604                 "Position": ((114, LCID, 4, 0),()),
0605         }
0606 
0607 class Attachments(DispatchBaseClass):
0608         CLSID = IID('{0006303C-0000-0000-C000-000000000046}')
0609         coclass_clsid = None
0610 
0611         # Result is of type Attachment
0612         def Add(self, Source=defaultNamedNotOptArg, Type=defaultNamedOptArg, Position=defaultNamedOptArg, DisplayName=defaultNamedOptArg):
0613                 ret = self._oleobj_.InvokeTypes(101, LCID, 1, (9, 0), ((12, 1), (12, 17), (12, 17), (12, 17)),Source, Type, Position, DisplayName)
0614                 if ret is not None:
0615                         ret = Dispatch(ret, 'Add', '{00063007-0000-0000-C000-000000000046}', UnicodeToString=0)
0616                 return ret
0617 
0618         # Result is of type Attachment
0619         def Item(self, Index=defaultNamedNotOptArg):
0620                 ret = self._oleobj_.InvokeTypes(81, LCID, 1, (9, 0), ((12, 1),),Index)
0621                 if ret is not None:
0622                         ret = Dispatch(ret, 'Item', '{00063007-0000-0000-C000-000000000046}', UnicodeToString=0)
0623                 return ret
0624 
0625         def Remove(self, Index=defaultNamedNotOptArg):
0626                 return self._oleobj_.InvokeTypes(84, LCID, 1, (24, 0), ((3, 1),),Index)
0627 
0628         _prop_map_get_ = {
0629                 # Method 'Application' returns object of type '_Application'
0630                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
0631                 "Class": (61450, 2, (3, 0), (), "Class", None),
0632                 "Count": (80, 2, (3, 0), (), "Count", None),
0633                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
0634                 # Method 'Session' returns object of type '_NameSpace'
0635                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
0636         }
0637         _prop_map_put_ = {
0638         }
0639         #This class has Item property/method which may take args - allow indexed access
0640         def __getitem__(self, item):
0641                 return self._get_good_object_(self._oleobj_.Invoke(*(81, LCID, 1, 1, item)), "Item")
0642         #This class has Count() property - allow len(ob) to provide this
0643         def __len__(self):
0644                 return self._ApplyTypes_(*(80, 2, (3, 0), (), "Count", None))
0645         #This class has a __len__ - this is needed so 'if object:' always returns TRUE.
0646         def __nonzero__(self):
0647                 return True
0648 
0649 class Exception(DispatchBaseClass):
0650         CLSID = IID('{0006304D-0000-0000-C000-000000000046}')
0651         coclass_clsid = None
0652 
0653         _prop_map_get_ = {
0654                 # Method 'Application' returns object of type '_Application'
0655                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
0656                 # Method 'AppointmentItem' returns object of type 'AppointmentItem'
0657                 "AppointmentItem": (8193, 2, (13, 0), (), "AppointmentItem", '{00061030-0000-0000-C000-000000000046}'),
0658                 "Class": (61450, 2, (3, 0), (), "Class", None),
0659                 "Deleted": (8194, 2, (11, 0), (), "Deleted", None),
0660                 "OriginalDate": (8192, 2, (7, 0), (), "OriginalDate", None),
0661                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
0662                 # Method 'Session' returns object of type '_NameSpace'
0663                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
0664         }
0665         _prop_map_put_ = {
0666         }
0667 
0668 class Exceptions(DispatchBaseClass):
0669         CLSID = IID('{0006304C-0000-0000-C000-000000000046}')
0670         coclass_clsid = None
0671 
0672         # Result is of type Exception
0673         def Item(self, Index=defaultNamedNotOptArg):
0674                 ret = self._oleobj_.InvokeTypes(81, LCID, 1, (9, 0), ((12, 1),),Index)
0675                 if ret is not None:
0676                         ret = Dispatch(ret, 'Item', '{0006304D-0000-0000-C000-000000000046}', UnicodeToString=0)
0677                 return ret
0678 
0679         _prop_map_get_ = {
0680                 # Method 'Application' returns object of type '_Application'
0681                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
0682                 "Class": (61450, 2, (3, 0), (), "Class", None),
0683                 "Count": (80, 2, (3, 0), (), "Count", None),
0684                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
0685                 # Method 'Session' returns object of type '_NameSpace'
0686                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
0687         }
0688         _prop_map_put_ = {
0689         }
0690         #This class has Item property/method which may take args - allow indexed access
0691         def __getitem__(self, item):
0692                 return self._get_good_object_(self._oleobj_.Invoke(*(81, LCID, 1, 1, item)), "Item")
0693         #This class has Count() property - allow len(ob) to provide this
0694         def __len__(self):
0695                 return self._ApplyTypes_(*(80, 2, (3, 0), (), "Count", None))
0696         #This class has a __len__ - this is needed so 'if object:' always returns TRUE.
0697         def __nonzero__(self):
0698                 return True
0699 
0700 class ExplorerEvents:
0701         CLSID = CLSID_Sink = IID('{0006304F-0000-0000-C000-000000000046}')
0702         coclass_clsid = IID('{00063050-0000-0000-C000-000000000046}')
0703         _public_methods_ = [] # For COM Server support
0704         _dispid_to_func_ = {
0705                     61445 : "OnBeforeViewSwitch",
0706                     61441 : "OnActivate",
0707                     61444 : "OnViewSwitch",
0708                     61446 : "OnDeactivate",
0709                     61447 : "OnSelectionChange",
0710                     61443 : "OnBeforeFolderSwitch",
0711                     61448 : "OnClose",
0712                     61442 : "OnFolderSwitch",
0713                 }
0714 
0715         def __init__(self, oobj = None):
0716                 if oobj is None:
0717                         self._olecp = None
0718                 else:
0719                         import win32com.server.util
0720                         from win32com.server.policy import EventHandlerPolicy
0721                         cpc=oobj._oleobj_.QueryInterface(pythoncom.IID_IConnectionPointContainer)
0722                         cp=cpc.FindConnectionPoint(self.CLSID_Sink)
0723                         cookie=cp.Advise(win32com.server.util.wrap(self, usePolicy=EventHandlerPolicy))
0724                         self._olecp,self._olecp_cookie = cp,cookie
0725         def __del__(self):
0726                 try:
0727                         self.close()
0728                 except pythoncom.com_error:
0729                         pass
0730         def close(self):
0731                 if self._olecp is not None:
0732                         cp,cookie,self._olecp,self._olecp_cookie = self._olecp,self._olecp_cookie,None,None
0733                         cp.Unadvise(cookie)
0734         def _query_interface_(self, iid):
0735                 import win32com.server.util
0736                 if iid==self.CLSID_Sink: return win32com.server.util.wrap(self)
0737 
0738         # Event Handlers
0739         # If you create handlers, they should have the following prototypes:
0740 # def OnBeforeViewSwitch(self, NewView=defaultNamedNotOptArg, Cancel=defaultNamedNotOptArg):
0741 # def OnActivate(self):
0742 # def OnViewSwitch(self):
0743 # def OnDeactivate(self):
0744 # def OnSelectionChange(self):
0745 # def OnBeforeFolderSwitch(self, NewFolder=defaultNamedNotOptArg, Cancel=defaultNamedNotOptArg):
0746 # def OnClose(self):
0747 # def OnFolderSwitch(self):
0748 
0749 
0750 class ExplorersEvents:
0751         CLSID = CLSID_Sink = IID('{00063078-0000-0000-C000-000000000046}')
0752         coclass_clsid = IID('{00063053-0000-0000-C000-000000000046}')
0753         _public_methods_ = [] # For COM Server support
0754         _dispid_to_func_ = {
0755                     61441 : "OnNewExplorer",
0756                 }
0757 
0758         def __init__(self, oobj = None):
0759                 if oobj is None:
0760                         self._olecp = None
0761                 else:
0762                         import win32com.server.util
0763                         from win32com.server.policy import EventHandlerPolicy
0764                         cpc=oobj._oleobj_.QueryInterface(pythoncom.IID_IConnectionPointContainer)
0765                         cp=cpc.FindConnectionPoint(self.CLSID_Sink)
0766                         cookie=cp.Advise(win32com.server.util.wrap(self, usePolicy=EventHandlerPolicy))
0767                         self._olecp,self._olecp_cookie = cp,cookie
0768         def __del__(self):
0769                 try:
0770                         self.close()
0771                 except pythoncom.com_error:
0772                         pass
0773         def close(self):
0774                 if self._olecp is not None:
0775                         cp,cookie,self._olecp,self._olecp_cookie = self._olecp,self._olecp_cookie,None,None
0776                         cp.Unadvise(cookie)
0777         def _query_interface_(self, iid):
0778                 import win32com.server.util
0779                 if iid==self.CLSID_Sink: return win32com.server.util.wrap(self)
0780 
0781         # Event Handlers
0782         # If you create handlers, they should have the following prototypes:
0783 # def OnNewExplorer(self, Explorer=defaultNamedNotOptArg):
0784 
0785 
0786 class FoldersEvents:
0787         CLSID = CLSID_Sink = IID('{00063076-0000-0000-C000-000000000046}')
0788         coclass_clsid = IID('{00063051-0000-0000-C000-000000000046}')
0789         _public_methods_ = [] # For COM Server support
0790         _dispid_to_func_ = {
0791                     61442 : "OnFolderChange",
0792                     61443 : "OnFolderRemove",
0793                     61441 : "OnFolderAdd",
0794                 }
0795 
0796         def __init__(self, oobj = None):
0797                 if oobj is None:
0798                         self._olecp = None
0799                 else:
0800                         import win32com.server.util
0801                         from win32com.server.policy import EventHandlerPolicy
0802                         cpc=oobj._oleobj_.QueryInterface(pythoncom.IID_IConnectionPointContainer)
0803                         cp=cpc.FindConnectionPoint(self.CLSID_Sink)
0804                         cookie=cp.Advise(win32com.server.util.wrap(self, usePolicy=EventHandlerPolicy))
0805                         self._olecp,self._olecp_cookie = cp,cookie
0806         def __del__(self):
0807                 try:
0808                         self.close()
0809                 except pythoncom.com_error:
0810                         pass
0811         def close(self):
0812                 if self._olecp is not None:
0813                         cp,cookie,self._olecp,self._olecp_cookie = self._olecp,self._olecp_cookie,None,None
0814                         cp.Unadvise(cookie)
0815         def _query_interface_(self, iid):
0816                 import win32com.server.util
0817                 if iid==self.CLSID_Sink: return win32com.server.util.wrap(self)
0818 
0819         # Event Handlers
0820         # If you create handlers, they should have the following prototypes:
0821 # def OnFolderChange(self, Folder=defaultNamedNotOptArg):
0822 # def OnFolderRemove(self):
0823 # def OnFolderAdd(self, Folder=defaultNamedNotOptArg):
0824 
0825 
0826 class FormDescription(DispatchBaseClass):
0827         CLSID = IID('{00063046-0000-0000-C000-000000000046}')
0828         coclass_clsid = None
0829 
0830         def PublishForm(self, Registry=defaultNamedNotOptArg, Folder=defaultNamedOptArg):
0831                 return self._oleobj_.InvokeTypes(107, LCID, 1, (24, 0), ((3, 1), (12, 17)),Registry, Folder)
0832 
0833         _prop_map_get_ = {
0834                 # Method 'Application' returns object of type '_Application'
0835                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
0836                 "Category": (13060, 2, (8, 0), (), "Category", None),
0837                 "CategorySub": (13061, 2, (8, 0), (), "CategorySub", None),
0838                 "Class": (61450, 2, (3, 0), (), "Class", None),
0839                 "Comment": (12292, 2, (8, 0), (), "Comment", None),
0840                 "ContactName": (13059, 2, (8, 0), (), "ContactName", None),
0841                 "DisplayName": (12289, 2, (8, 0), (), "DisplayName", None),
0842                 "Hidden": (13063, 2, (11, 0), (), "Hidden", None),
0843                 "Icon": (4093, 2, (8, 0), (), "Icon", None),
0844                 "Locked": (102, 2, (11, 0), (), "Locked", None),
0845                 "MessageClass": (26, 2, (8, 0), (), "MessageClass", None),
0846                 "MiniIcon": (4092, 2, (8, 0), (), "MiniIcon", None),
0847                 "Name": (61469, 2, (8, 0), (), "Name", None),
0848                 "Number": (104, 2, (8, 0), (), "Number", None),
0849                 "OneOff": (101, 2, (11, 0), (), "OneOff", None),
0850                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
0851                 "Password": (103, 2, (8, 0), (), "Password", None),
0852                 "ScriptText": (109, 2, (8, 0), (), "ScriptText", None),
0853                 # Method 'Session' returns object of type '_NameSpace'
0854                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
0855                 "Template": (106, 2, (8, 0), (), "Template", None),
0856                 "UseWordMail": (105, 2, (11, 0), (), "UseWordMail", None),
0857                 "Version": (13057, 2, (8, 0), (), "Version", None),
0858         }
0859         _prop_map_put_ = {
0860                 "Category": ((13060, LCID, 4, 0),()),
0861                 "CategorySub": ((13061, LCID, 4, 0),()),
0862                 "Comment": ((12292, LCID, 4, 0),()),
0863                 "ContactName": ((13059, LCID, 4, 0),()),
0864                 "DisplayName": ((12289, LCID, 4, 0),()),
0865                 "Hidden": ((13063, LCID, 4, 0),()),
0866                 "Icon": ((4093, LCID, 4, 0),()),
0867                 "Locked": ((102, LCID, 4, 0),()),
0868                 "MiniIcon": ((4092, LCID, 4, 0),()),
0869                 "Name": ((61469, LCID, 4, 0),()),
0870                 "Number": ((104, LCID, 4, 0),()),
0871                 "OneOff": ((101, LCID, 4, 0),()),
0872                 "Password": ((103, LCID, 4, 0),()),
0873                 "Template": ((106, LCID, 4, 0),()),
0874                 "UseWordMail": ((105, LCID, 4, 0),()),
0875                 "Version": ((13057, LCID, 4, 0),()),
0876         }
0877 
0878 class InspectorEvents:
0879         CLSID = CLSID_Sink = IID('{0006307D-0000-0000-C000-000000000046}')
0880         coclass_clsid = IID('{00063058-0000-0000-C000-000000000046}')
0881         _public_methods_ = [] # For COM Server support
0882         _dispid_to_func_ = {
0883                     61446 : "OnDeactivate",
0884                     61448 : "OnClose",
0885                     61441 : "OnActivate",
0886                 }
0887 
0888         def __init__(self, oobj = None):
0889                 if oobj is None:
0890                         self._olecp = None
0891                 else:
0892                         import win32com.server.util
0893                         from win32com.server.policy import EventHandlerPolicy
0894                         cpc=oobj._oleobj_.QueryInterface(pythoncom.IID_IConnectionPointContainer)
0895                         cp=cpc.FindConnectionPoint(self.CLSID_Sink)
0896                         cookie=cp.Advise(win32com.server.util.wrap(self, usePolicy=EventHandlerPolicy))
0897                         self._olecp,self._olecp_cookie = cp,cookie
0898         def __del__(self):
0899                 try:
0900                         self.close()
0901                 except pythoncom.com_error:
0902                         pass
0903         def close(self):
0904                 if self._olecp is not None:
0905                         cp,cookie,self._olecp,self._olecp_cookie = self._olecp,self._olecp_cookie,None,None
0906                         cp.Unadvise(cookie)
0907         def _query_interface_(self, iid):
0908                 import win32com.server.util
0909                 if iid==self.CLSID_Sink: return win32com.server.util.wrap(self)
0910 
0911         # Event Handlers
0912         # If you create handlers, they should have the following prototypes:
0913 # def OnDeactivate(self):
0914 # def OnClose(self):
0915 # def OnActivate(self):
0916 
0917 
0918 class InspectorsEvents:
0919         CLSID = CLSID_Sink = IID('{00063079-0000-0000-C000-000000000046}')
0920         coclass_clsid = IID('{00063054-0000-0000-C000-000000000046}')
0921         _public_methods_ = [] # For COM Server support
0922         _dispid_to_func_ = {
0923                     61441 : "OnNewInspector",
0924                 }
0925 
0926         def __init__(self, oobj = None):
0927                 if oobj is None:
0928                         self._olecp = None
0929                 else:
0930                         import win32com.server.util
0931                         from win32com.server.policy import EventHandlerPolicy
0932                         cpc=oobj._oleobj_.QueryInterface(pythoncom.IID_IConnectionPointContainer)
0933                         cp=cpc.FindConnectionPoint(self.CLSID_Sink)
0934                         cookie=cp.Advise(win32com.server.util.wrap(self, usePolicy=EventHandlerPolicy))
0935                         self._olecp,self._olecp_cookie = cp,cookie
0936         def __del__(self):
0937                 try:
0938                         self.close()
0939                 except pythoncom.com_error:
0940                         pass
0941         def close(self):
0942                 if self._olecp is not None:
0943                         cp,cookie,self._olecp,self._olecp_cookie = self._olecp,self._olecp_cookie,None,None
0944                         cp.Unadvise(cookie)
0945         def _query_interface_(self, iid):
0946                 import win32com.server.util
0947                 if iid==self.CLSID_Sink: return win32com.server.util.wrap(self)
0948 
0949         # Event Handlers
0950         # If you create handlers, they should have the following prototypes:
0951 # def OnNewInspector(self, Inspector=defaultNamedNotOptArg):
0952 
0953 
0954 class ItemEvents:
0955         CLSID = CLSID_Sink = IID('{0006303A-0000-0000-C000-000000000046}')
0956         coclass_clsid = IID('{00061051-0000-0000-C000-000000000046}')
0957         _public_methods_ = [] # For COM Server support
0958         _dispid_to_func_ = {
0959                     61452 : "OnAttachmentRead",
0960                     61451 : "OnAttachmentAdd",
0961                     61448 : "OnCustomPropertyChange",
0962                     61441 : "OnRead",
0963                     61449 : "OnPropertyChange",
0964                     61445 : "OnSend",
0965                     61450 : "OnBeforeCheckNames",
0966                     61442 : "OnWrite",
0967                     61453 : "OnBeforeAttachmentSave",
0968                     62566 : "OnReply",
0969                     62568 : "OnForward",
0970                     61444 : "OnClose",
0971                     61443 : "OnOpen",
0972                     62567 : "OnReplyAll",
0973                     61446 : "OnCustomAction",
0974                 }
0975 
0976         def __init__(self, oobj = None):
0977                 if oobj is None:
0978                         self._olecp = None
0979                 else:
0980                         import win32com.server.util
0981                         from win32com.server.policy import EventHandlerPolicy
0982                         cpc=oobj._oleobj_.QueryInterface(pythoncom.IID_IConnectionPointContainer)
0983                         cp=cpc.FindConnectionPoint(self.CLSID_Sink)
0984                         cookie=cp.Advise(win32com.server.util.wrap(self, usePolicy=EventHandlerPolicy))
0985                         self._olecp,self._olecp_cookie = cp,cookie
0986         def __del__(self):
0987                 try:
0988                         self.close()
0989                 except pythoncom.com_error:
0990                         pass
0991         def close(self):
0992                 if self._olecp is not None:
0993                         cp,cookie,self._olecp,self._olecp_cookie = self._olecp,self._olecp_cookie,None,None
0994                         cp.Unadvise(cookie)
0995         def _query_interface_(self, iid):
0996                 import win32com.server.util
0997                 if iid==self.CLSID_Sink: return win32com.server.util.wrap(self)
0998 
0999         # Event Handlers
1000         # If you create handlers, they should have the following prototypes:
1001 # def OnAttachmentRead(self, Attachment=defaultNamedNotOptArg):
1002 # def OnAttachmentAdd(self, Attachment=defaultNamedNotOptArg):
1003 # def OnCustomPropertyChange(self, Name=defaultNamedNotOptArg):
1004 # def OnRead(self):
1005 # def OnPropertyChange(self, Name=defaultNamedNotOptArg):
1006 # def OnSend(self, Cancel=defaultNamedNotOptArg):
1007 # def OnBeforeCheckNames(self, Cancel=defaultNamedNotOptArg):
1008 # def OnWrite(self, Cancel=defaultNamedNotOptArg):
1009 # def OnBeforeAttachmentSave(self, Attachment=defaultNamedNotOptArg, Cancel=defaultNamedNotOptArg):
1010 # def OnReply(self, Response=defaultNamedNotOptArg, Cancel=defaultNamedNotOptArg):
1011 # def OnForward(self, Forward=defaultNamedNotOptArg, Cancel=defaultNamedNotOptArg):
1012 # def OnClose(self, Cancel=defaultNamedNotOptArg):
1013 # def OnOpen(self, Cancel=defaultNamedNotOptArg):
1014 # def OnReplyAll(self, Response=defaultNamedNotOptArg, Cancel=defaultNamedNotOptArg):
1015 # def OnCustomAction(self, Action=defaultNamedNotOptArg, Response=defaultNamedNotOptArg, Cancel=defaultNamedNotOptArg):
1016 
1017 
1018 class ItemsEvents:
1019         CLSID = CLSID_Sink = IID('{00063077-0000-0000-C000-000000000046}')
1020         coclass_clsid = IID('{00063052-0000-0000-C000-000000000046}')
1021         _public_methods_ = [] # For COM Server support
1022         _dispid_to_func_ = {
1023                     61441 : "OnItemAdd",
1024                     61442 : "OnItemChange",
1025                     61443 : "OnItemRemove",
1026                 }
1027 
1028         def __init__(self, oobj = None):
1029                 if oobj is None:
1030                         self._olecp = None
1031                 else:
1032                         import win32com.server.util
1033                         from win32com.server.policy import EventHandlerPolicy
1034                         cpc=oobj._oleobj_.QueryInterface(pythoncom.IID_IConnectionPointContainer)
1035                         cp=cpc.FindConnectionPoint(self.CLSID_Sink)
1036                         cookie=cp.Advise(win32com.server.util.wrap(self, usePolicy=EventHandlerPolicy))
1037                         self._olecp,self._olecp_cookie = cp,cookie
1038         def __del__(self):
1039                 try:
1040                         self.close()
1041                 except pythoncom.com_error:
1042                         pass
1043         def close(self):
1044                 if self._olecp is not None:
1045                         cp,cookie,self._olecp,self._olecp_cookie = self._olecp,self._olecp_cookie,None,None
1046                         cp.Unadvise(cookie)
1047         def _query_interface_(self, iid):
1048                 import win32com.server.util
1049                 if iid==self.CLSID_Sink: return win32com.server.util.wrap(self)
1050 
1051         # Event Handlers
1052         # If you create handlers, they should have the following prototypes:
1053 # def OnItemAdd(self, Item=defaultNamedNotOptArg):
1054 # def OnItemChange(self, Item=defaultNamedNotOptArg):
1055 # def OnItemRemove(self):
1056 
1057 
1058 class Link(DispatchBaseClass):
1059         CLSID = IID('{00063089-0000-0000-C000-000000000046}')
1060         coclass_clsid = None
1061 
1062         _prop_map_get_ = {
1063                 # Method 'Application' returns object of type '_Application'
1064                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
1065                 "Class": (61450, 2, (3, 0), (), "Class", None),
1066                 "Item": (8450, 2, (9, 0), (), "Item", None),
1067                 "Name": (12289, 2, (8, 0), (), "Name", None),
1068                 "Parent": (109, 2, (9, 0), (), "Parent", None),
1069                 # Method 'Session' returns object of type '_NameSpace'
1070                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
1071                 "Type": (8449, 2, (3, 0), (), "Type", None),
1072         }
1073         _prop_map_put_ = {
1074         }
1075         #This class has Item property/method which may take args - allow indexed access
1076         def __getitem__(self, item):
1077                 return self._get_good_object_(self._oleobj_.Invoke(*(8450, LCID, 2, 1, item)), "Item")
1078 
1079 class Links(DispatchBaseClass):
1080         CLSID = IID('{0006308A-0000-0000-C000-000000000046}')
1081         coclass_clsid = None
1082 
1083         # Result is of type Link
1084         def Add(self, Item=defaultNamedNotOptArg):
1085                 ret = self._oleobj_.InvokeTypes(95, LCID, 1, (9, 0), ((9, 1),),Item)
1086                 if ret is not None:
1087                         ret = Dispatch(ret, 'Add', '{00063089-0000-0000-C000-000000000046}', UnicodeToString=0)
1088                 return ret
1089 
1090         # Result is of type Link
1091         def Item(self, Index=defaultNamedNotOptArg):
1092                 ret = self._oleobj_.InvokeTypes(81, LCID, 1, (9, 0), ((12, 1),),Index)
1093                 if ret is not None:
1094                         ret = Dispatch(ret, 'Item', '{00063089-0000-0000-C000-000000000046}', UnicodeToString=0)
1095                 return ret
1096 
1097         def Remove(self, Index=defaultNamedNotOptArg):
1098                 return self._oleobj_.InvokeTypes(84, LCID, 1, (24, 0), ((12, 1),),Index)
1099 
1100         _prop_map_get_ = {
1101                 # Method 'Application' returns object of type '_Application'
1102                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
1103                 "Class": (61450, 2, (3, 0), (), "Class", None),
1104                 "Count": (80, 2, (3, 0), (), "Count", None),
1105                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
1106                 # Method 'Session' returns object of type '_NameSpace'
1107                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
1108         }
1109         _prop_map_put_ = {
1110         }
1111         #This class has Item property/method which may take args - allow indexed access
1112         def __getitem__(self, item):
1113                 return self._get_good_object_(self._oleobj_.Invoke(*(81, LCID, 1, 1, item)), "Item")
1114         #This class has Count() property - allow len(ob) to provide this
1115         def __len__(self):
1116                 return self._ApplyTypes_(*(80, 2, (3, 0), (), "Count", None))
1117         #This class has a __len__ - this is needed so 'if object:' always returns TRUE.
1118         def __nonzero__(self):
1119                 return True
1120 
1121 class MAPIFolder(DispatchBaseClass):
1122         CLSID = IID('{00063006-0000-0000-C000-000000000046}')
1123         coclass_clsid = None
1124 
1125         def AddToPFFavorites(self):
1126                 return self._oleobj_.InvokeTypes(12565, LCID, 1, (24, 0), (),)
1127 
1128         # Result is of type MAPIFolder
1129         def CopyTo(self, DestinationFolder=defaultNamedNotOptArg):
1130                 ret = self._oleobj_.InvokeTypes(61490, LCID, 1, (9, 0), ((9, 1),),DestinationFolder)
1131                 if ret is not None:
1132                         ret = Dispatch(ret, 'CopyTo', '{00063006-0000-0000-C000-000000000046}', UnicodeToString=0)
1133                 return ret
1134 
1135         def Delete(self):
1136                 return self._oleobj_.InvokeTypes(61509, LCID, 1, (24, 0), (),)
1137 
1138         def Display(self):
1139                 return self._oleobj_.InvokeTypes(12548, LCID, 1, (24, 0), (),)
1140 
1141         # Result is of type _Explorer
1142         def GetExplorer(self, DisplayMode=defaultNamedOptArg):
1143                 ret = self._oleobj_.InvokeTypes(12545, LCID, 1, (9, 0), ((12, 17),),DisplayMode)
1144                 if ret is not None:
1145                         ret = Dispatch(ret, 'GetExplorer', '{00063003-0000-0000-C000-000000000046}', UnicodeToString=0)
1146                 return ret
1147 
1148         def MoveTo(self, DestinationFolder=defaultNamedNotOptArg):
1149                 return self._oleobj_.InvokeTypes(61492, LCID, 1, (24, 0), ((9, 1),),DestinationFolder)
1150 
1151         _prop_map_get_ = {
1152                 # Method 'Application' returns object of type '_Application'
1153                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
1154                 "Class": (61450, 2, (3, 0), (), "Class", None),
1155                 "DefaultItemType": (12550, 2, (3, 0), (), "DefaultItemType", None),
1156                 "DefaultMessageClass": (12551, 2, (8, 0), (), "DefaultMessageClass", None),
1157                 "Description": (12292, 2, (8, 0), (), "Description", None),
1158                 "EntryID": (61470, 2, (8, 0), (), "EntryID", None),
1159                 # Method 'Folders' returns object of type '_Folders'
1160                 "Folders": (8451, 2, (9, 0), (), "Folders", '{00063040-0000-0000-C000-000000000046}'),
1161                 # Method 'Items' returns object of type '_Items'
1162                 "Items": (12544, 2, (9, 0), (), "Items", '{00063041-0000-0000-C000-000000000046}'),
1163                 "Name": (12289, 2, (8, 0), (), "Name", None),
1164                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
1165                 # Method 'Session' returns object of type '_NameSpace'
1166                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
1167                 "StoreID": (12552, 2, (8, 0), (), "StoreID", None),
1168                 "UnReadItemCount": (13827, 2, (3, 0), (), "UnReadItemCount", None),
1169                 "UserPermissions": (12561, 2, (9, 0), (), "UserPermissions", None),
1170                 "WebViewAllowNavigation": (12564, 2, (11, 0), (), "WebViewAllowNavigation", None),
1171                 "WebViewOn": (12562, 2, (11, 0), (), "WebViewOn", None),
1172                 "WebViewURL": (12563, 2, (8, 0), (), "WebViewURL", None),
1173         }
1174         _prop_map_put_ = {
1175                 "Description": ((12292, LCID, 4, 0),()),
1176                 "Name": ((12289, LCID, 4, 0),()),
1177                 "WebViewAllowNavigation": ((12564, LCID, 4, 0),()),
1178                 "WebViewOn": ((12562, LCID, 4, 0),()),
1179                 "WebViewURL": ((12563, LCID, 4, 0),()),
1180         }
1181 
1182 class NameSpaceEvents:
1183         CLSID = CLSID_Sink = IID('{0006308C-0000-0000-C000-000000000046}')
1184         coclass_clsid = IID('{0006308B-0000-0000-C000-000000000046}')
1185         _public_methods_ = [] # For COM Server support
1186         _dispid_to_func_ = {
1187                     61445 : "OnOptionsPagesAdd",
1188                 }
1189 
1190         def __init__(self, oobj = None):
1191                 if oobj is None:
1192                         self._olecp = None
1193                 else:
1194                         import win32com.server.util
1195                         from win32com.server.policy import EventHandlerPolicy
1196                         cpc=oobj._oleobj_.QueryInterface(pythoncom.IID_IConnectionPointContainer)
1197                         cp=cpc.FindConnectionPoint(self.CLSID_Sink)
1198                         cookie=cp.Advise(win32com.server.util.wrap(self, usePolicy=EventHandlerPolicy))
1199                         self._olecp,self._olecp_cookie = cp,cookie
1200         def __del__(self):
1201                 try:
1202                         self.close()
1203                 except pythoncom.com_error:
1204                         pass
1205         def close(self):
1206                 if self._olecp is not None:
1207                         cp,cookie,self._olecp,self._olecp_cookie = self._olecp,self._olecp_cookie,None,None
1208                         cp.Unadvise(cookie)
1209         def _query_interface_(self, iid):
1210                 import win32com.server.util
1211                 if iid==self.CLSID_Sink: return win32com.server.util.wrap(self)
1212 
1213         # Event Handlers
1214         # If you create handlers, they should have the following prototypes:
1215 # def OnOptionsPagesAdd(self, Pages=defaultNamedNotOptArg, Folder=defaultNamedNotOptArg):
1216 
1217 
1218 class OutlookBarGroup(DispatchBaseClass):
1219         CLSID = IID('{00063073-0000-0000-C000-000000000046}')
1220         coclass_clsid = None
1221 
1222         _prop_map_get_ = {
1223                 # Method 'Application' returns object of type '_Application'
1224                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
1225                 "Class": (61450, 2, (3, 0), (), "Class", None),
1226                 "Name": (0, 2, (8, 0), (), "Name", None),
1227                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
1228                 # Method 'Session' returns object of type '_NameSpace'
1229                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
1230                 # Method 'Shortcuts' returns object of type '_OutlookBarShortcuts'
1231                 "Shortcuts": (8450, 2, (9, 0), (), "Shortcuts", '{00063074-0000-0000-C000-000000000046}'),
1232                 "ViewType": (8451, 2, (3, 0), (), "ViewType", None),
1233         }
1234         _prop_map_put_ = {
1235                 "Name": ((0, LCID, 4, 0),()),
1236                 "ViewType": ((8451, LCID, 4, 0),()),
1237         }
1238         # Default property for this class is 'Name'
1239         def __call__(self):
1240                 return self._ApplyTypes_(*(0, 2, (8, 0), (), "Name", None))
1241         # str(ob) and int(ob) will use __call__
1242         def __unicode__(self, *args):
1243                 try:
1244                         return unicode(self.__call__(*args))
1245                 except pythoncom.com_error:
1246                         return repr(self)
1247         def __str__(self, *args):
1248                 return str(self.__unicode__(*args))
1249         def __int__(self, *args):
1250                 return int(self.__call__(*args))
1251 
1252 class OutlookBarGroupsEvents:
1253         CLSID = CLSID_Sink = IID('{0006307B-0000-0000-C000-000000000046}')
1254         coclass_clsid = IID('{00063056-0000-0000-C000-000000000046}')
1255         _public_methods_ = [] # For COM Server support
1256         _dispid_to_func_ = {
1257                     61441 : "OnGroupAdd",
1258                     61443 : "OnBeforeGroupRemove",
1259                     61442 : "OnBeforeGroupAdd",
1260                 }
1261 
1262         def __init__(self, oobj = None):
1263                 if oobj is None:
1264                         self._olecp = None
1265                 else:
1266                         import win32com.server.util
1267                         from win32com.server.policy import EventHandlerPolicy
1268                         cpc=oobj._oleobj_.QueryInterface(pythoncom.IID_IConnectionPointContainer)
1269                         cp=cpc.FindConnectionPoint(self.CLSID_Sink)
1270                         cookie=cp.Advise(win32com.server.util.wrap(self, usePolicy=EventHandlerPolicy))
1271                         self._olecp,self._olecp_cookie = cp,cookie
1272         def __del__(self):
1273                 try:
1274                         self.close()
1275                 except pythoncom.com_error:
1276                         pass
1277         def close(self):
1278                 if self._olecp is not None:
1279                         cp,cookie,self._olecp,self._olecp_cookie = self._olecp,self._olecp_cookie,None,None
1280                         cp.Unadvise(cookie)
1281         def _query_interface_(self, iid):
1282                 import win32com.server.util
1283                 if iid==self.CLSID_Sink: return win32com.server.util.wrap(self)
1284 
1285         # Event Handlers
1286         # If you create handlers, they should have the following prototypes:
1287 # def OnGroupAdd(self, NewGroup=defaultNamedNotOptArg):
1288 # def OnBeforeGroupRemove(self, Group=defaultNamedNotOptArg, Cancel=defaultNamedNotOptArg):
1289 # def OnBeforeGroupAdd(self, Cancel=defaultNamedNotOptArg):
1290 
1291 
1292 class OutlookBarPaneEvents:
1293         CLSID = CLSID_Sink = IID('{0006307A-0000-0000-C000-000000000046}')
1294         coclass_clsid = IID('{00063055-0000-0000-C000-000000000046}')
1295         _public_methods_ = [] # For COM Server support
1296         _dispid_to_func_ = {
1297                     61441 : "OnBeforeNavigate",
1298                     61442 : "OnBeforeGroupSwitch",
1299                 }
1300 
1301         def __init__(self, oobj = None):
1302                 if oobj is None:
1303                         self._olecp = None
1304                 else:
1305                         import win32com.server.util
1306                         from win32com.server.policy import EventHandlerPolicy
1307                         cpc=oobj._oleobj_.QueryInterface(pythoncom.IID_IConnectionPointContainer)
1308                         cp=cpc.FindConnectionPoint(self.CLSID_Sink)
1309                         cookie=cp.Advise(win32com.server.util.wrap(self, usePolicy=EventHandlerPolicy))
1310                         self._olecp,self._olecp_cookie = cp,cookie
1311         def __del__(self):
1312                 try:
1313                         self.close()
1314                 except pythoncom.com_error:
1315                         pass
1316         def close(self):
1317                 if self._olecp is not None:
1318                         cp,cookie,self._olecp,self._olecp_cookie = self._olecp,self._olecp_cookie,None,None
1319                         cp.Unadvise(cookie)
1320         def _query_interface_(self, iid):
1321                 import win32com.server.util
1322                 if iid==self.CLSID_Sink: return win32com.server.util.wrap(self)
1323 
1324         # Event Handlers
1325         # If you create handlers, they should have the following prototypes:
1326 # def OnBeforeNavigate(self, Shortcut=defaultNamedNotOptArg, Cancel=defaultNamedNotOptArg):
1327 # def OnBeforeGroupSwitch(self, ToGroup=defaultNamedNotOptArg, Cancel=defaultNamedNotOptArg):
1328 
1329 
1330 class OutlookBarShortcut(DispatchBaseClass):
1331         CLSID = IID('{00063075-0000-0000-C000-000000000046}')
1332         coclass_clsid = None
1333 
1334         _prop_map_get_ = {
1335                 # Method 'Application' returns object of type '_Application'
1336                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
1337                 "Class": (61450, 2, (3, 0), (), "Class", None),
1338                 "Name": (0, 2, (8, 0), (), "Name", None),
1339                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
1340                 # Method 'Session' returns object of type '_NameSpace'
1341                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
1342                 "Target": (8448, 2, (12, 0), (), "Target", None),
1343         }
1344         _prop_map_put_ = {
1345                 "Name": ((0, LCID, 4, 0),()),
1346         }
1347         # Default property for this class is 'Name'
1348         def __call__(self):
1349                 return self._ApplyTypes_(*(0, 2, (8, 0), (), "Name", None))
1350         # str(ob) and int(ob) will use __call__
1351         def __unicode__(self, *args):
1352                 try:
1353                         return unicode(self.__call__(*args))
1354                 except pythoncom.com_error:
1355                         return repr(self)
1356         def __str__(self, *args):
1357                 return str(self.__unicode__(*args))
1358         def __int__(self, *args):
1359                 return int(self.__call__(*args))
1360 
1361 class OutlookBarShortcutsEvents:
1362         CLSID = CLSID_Sink = IID('{0006307C-0000-0000-C000-000000000046}')
1363         coclass_clsid = IID('{00063057-0000-0000-C000-000000000046}')
1364         _public_methods_ = [] # For COM Server support
1365         _dispid_to_func_ = {
1366                     61441 : "OnShortcutAdd",
1367                     61442 : "OnBeforeShortcutAdd",
1368                     61443 : "OnBeforeShortcutRemove",
1369                 }
1370 
1371         def __init__(self, oobj = None):
1372                 if oobj is None:
1373                         self._olecp = None
1374                 else:
1375                         import win32com.server.util
1376                         from win32com.server.policy import EventHandlerPolicy
1377                         cpc=oobj._oleobj_.QueryInterface(pythoncom.IID_IConnectionPointContainer)
1378                         cp=cpc.FindConnectionPoint(self.CLSID_Sink)
1379                         cookie=cp.Advise(win32com.server.util.wrap(self, usePolicy=EventHandlerPolicy))
1380                         self._olecp,self._olecp_cookie = cp,cookie
1381         def __del__(self):
1382                 try:
1383                         self.close()
1384                 except pythoncom.com_error:
1385                         pass
1386         def close(self):
1387                 if self._olecp is not None:
1388                         cp,cookie,self._olecp,self._olecp_cookie = self._olecp,self._olecp_cookie,None,None
1389                         cp.Unadvise(cookie)
1390         def _query_interface_(self, iid):
1391                 import win32com.server.util
1392                 if iid==self.CLSID_Sink: return win32com.server.util.wrap(self)
1393 
1394         # Event Handlers
1395         # If you create handlers, they should have the following prototypes:
1396 # def OnShortcutAdd(self, NewShortcut=defaultNamedNotOptArg):
1397 # def OnBeforeShortcutAdd(self, Cancel=defaultNamedNotOptArg):
1398 # def OnBeforeShortcutRemove(self, Shortcut=defaultNamedNotOptArg, Cancel=defaultNamedNotOptArg):
1399 
1400 
1401 class OutlookBarStorage(DispatchBaseClass):
1402         CLSID = IID('{00063071-0000-0000-C000-000000000046}')
1403         coclass_clsid = None
1404 
1405         _prop_map_get_ = {
1406                 # Method 'Application' returns object of type '_Application'
1407                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
1408                 "Class": (61450, 2, (3, 0), (), "Class", None),
1409                 # Method 'Groups' returns object of type '_OutlookBarGroups'
1410                 "Groups": (0, 2, (9, 0), (), "Groups", '{00063072-0000-0000-C000-000000000046}'),
1411                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
1412                 # Method 'Session' returns object of type '_NameSpace'
1413                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
1414         }
1415         _prop_map_put_ = {
1416         }
1417         # Default property for this class is 'Groups'
1418         def __call__(self):
1419                 return self._ApplyTypes_(*(0, 2, (9, 0), (), "Groups", '{00063072-0000-0000-C000-000000000046}'))
1420         # str(ob) and int(ob) will use __call__
1421         def __unicode__(self, *args):
1422                 try:
1423                         return unicode(self.__call__(*args))
1424                 except pythoncom.com_error:
1425                         return repr(self)
1426         def __str__(self, *args):
1427                 return str(self.__unicode__(*args))
1428         def __int__(self, *args):
1429                 return int(self.__call__(*args))
1430 
1431 class Pages(DispatchBaseClass):
1432         CLSID = IID('{0006303F-0000-0000-C000-000000000046}')
1433         coclass_clsid = None
1434 
1435         def Add(self, Name=defaultNamedOptArg):
1436                 ret = self._oleobj_.InvokeTypes(300, LCID, 1, (9, 0), ((12, 17),),Name)
1437                 if ret is not None:
1438                         ret = Dispatch(ret, 'Add', None, UnicodeToString=0)
1439                 return ret
1440 
1441         def Item(self, Index=defaultNamedNotOptArg):
1442                 ret = self._oleobj_.InvokeTypes(81, LCID, 1, (9, 0), ((12, 1),),Index)
1443                 if ret is not None:
1444                         ret = Dispatch(ret, 'Item', None, UnicodeToString=0)
1445                 return ret
1446 
1447         def Remove(self, Index=defaultNamedNotOptArg):
1448                 return self._oleobj_.InvokeTypes(301, LCID, 1, (24, 0), ((3, 1),),Index)
1449 
1450         _prop_map_get_ = {
1451                 # Method 'Application' returns object of type '_Application'
1452                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
1453                 "Class": (61450, 2, (3, 0), (), "Class", None),
1454                 "Count": (80, 2, (3, 0), (), "Count", None),
1455                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
1456                 # Method 'Session' returns object of type '_NameSpace'
1457                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
1458         }
1459         _prop_map_put_ = {
1460         }
1461         #This class has Item property/method which may take args - allow indexed access
1462         def __getitem__(self, item):
1463                 return self._get_good_object_(self._oleobj_.Invoke(*(81, LCID, 1, 1, item)), "Item")
1464         #This class has Count() property - allow len(ob) to provide this
1465         def __len__(self):
1466                 return self._ApplyTypes_(*(80, 2, (3, 0), (), "Count", None))
1467         #This class has a __len__ - this is needed so 'if object:' always returns TRUE.
1468         def __nonzero__(self):
1469                 return True
1470 
1471 class Panes(DispatchBaseClass):
1472         CLSID = IID('{00063009-0000-0000-C000-000000000046}')
1473         coclass_clsid = None
1474 
1475         def Item(self, Index=defaultNamedNotOptArg):
1476                 ret = self._oleobj_.InvokeTypes(81, LCID, 1, (9, 0), ((12, 1),),Index)
1477                 if ret is not None:
1478                         ret = Dispatch(ret, 'Item', None, UnicodeToString=0)
1479                 return ret
1480 
1481         _prop_map_get_ = {
1482                 # Method 'Application' returns object of type '_Application'
1483                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
1484                 "Class": (61450, 2, (3, 0), (), "Class", None),
1485                 "Count": (80, 2, (3, 0), (), "Count", None),
1486                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
1487                 # Method 'Session' returns object of type '_NameSpace'
1488                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
1489         }
1490         _prop_map_put_ = {
1491         }
1492         #This class has Item property/method which may take args - allow indexed access
1493         def __getitem__(self, item):
1494                 return self._get_good_object_(self._oleobj_.Invoke(*(81, LCID, 1, 1, item)), "Item")
1495         #This class has Count() property - allow len(ob) to provide this
1496         def __len__(self):
1497                 return self._ApplyTypes_(*(80, 2, (3, 0), (), "Count", None))
1498         #This class has a __len__ - this is needed so 'if object:' always returns TRUE.
1499         def __nonzero__(self):
1500                 return True
1501 
1502 class PropertyPageSite(DispatchBaseClass):
1503         CLSID = IID('{0006307F-0000-0000-C000-000000000046}')
1504         coclass_clsid = None
1505 
1506         def OnStatusChange(self):
1507                 return self._oleobj_.InvokeTypes(8448, LCID, 1, (24, 0), (),)
1508 
1509         _prop_map_get_ = {
1510                 # Method 'Application' returns object of type '_Application'
1511                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
1512                 "Class": (61450, 2, (3, 0), (), "Class", None),
1513                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
1514                 # Method 'Session' returns object of type '_NameSpace'
1515                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
1516         }
1517         _prop_map_put_ = {
1518         }
1519 
1520 class PropertyPages(DispatchBaseClass):
1521         CLSID = IID('{00063080-0000-0000-C000-000000000046}')
1522         coclass_clsid = None
1523 
1524         def Add(self, Page=defaultNamedNotOptArg, Title=defaultNamedNotOptArg):
1525                 return self._oleobj_.InvokeTypes(95, LCID, 1, (24, 0), ((12, 1), (8, 17)),Page, Title)
1526 
1527         def Item(self, Index=defaultNamedNotOptArg):
1528                 ret = self._oleobj_.InvokeTypes(81, LCID, 1, (9, 0), ((12, 1),),Index)
1529                 if ret is not None:
1530                         ret = Dispatch(ret, 'Item', None, UnicodeToString=0)
1531                 return ret
1532 
1533         def Remove(self, Index=defaultNamedNotOptArg):
1534                 return self._oleobj_.InvokeTypes(84, LCID, 1, (24, 0), ((12, 1),),Index)
1535 
1536         _prop_map_get_ = {
1537                 # Method 'Application' returns object of type '_Application'
1538                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
1539                 "Class": (61450, 2, (3, 0), (), "Class", None),
1540                 "Count": (80, 2, (3, 0), (), "Count", None),
1541                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
1542                 # Method 'Session' returns object of type '_NameSpace'
1543                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
1544         }
1545         _prop_map_put_ = {
1546         }
1547         #This class has Item property/method which may take args - allow indexed access
1548         def __getitem__(self, item):
1549                 return self._get_good_object_(self._oleobj_.Invoke(*(81, LCID, 1, 1, item)), "Item")
1550         #This class has Count() property - allow len(ob) to provide this
1551         def __len__(self):
1552                 return self._ApplyTypes_(*(80, 2, (3, 0), (), "Count", None))
1553         #This class has a __len__ - this is needed so 'if object:' always returns TRUE.
1554         def __nonzero__(self):
1555                 return True
1556 
1557 class Recipient(DispatchBaseClass):
1558         CLSID = IID('{00063045-0000-0000-C000-000000000046}')
1559         coclass_clsid = None
1560 
1561         def Delete(self):
1562                 return self._oleobj_.InvokeTypes(110, LCID, 1, (24, 0), (),)
1563 
1564         def FreeBusy(self, Start=defaultNamedNotOptArg, MinPerChar=defaultNamedNotOptArg, CompleteFormat=defaultNamedOptArg):
1565                 # Result is a Unicode object - return as-is for this version of Python
1566                 return self._oleobj_.InvokeTypes(111, LCID, 1, (8, 0), ((7, 1), (3, 1), (12, 17)),Start, MinPerChar, CompleteFormat)
1567 
1568         def Resolve(self):
1569                 return self._oleobj_.InvokeTypes(113, LCID, 1, (11, 0), (),)
1570 
1571         _prop_map_get_ = {
1572                 "Address": (12291, 2, (8, 0), (), "Address", None),
1573                 # Method 'AddressEntry' returns object of type 'AddressEntry'
1574                 "AddressEntry": (121, 2, (9, 0), (), "AddressEntry", '{0006304B-0000-0000-C000-000000000046}'),
1575                 # Method 'Application' returns object of type '_Application'
1576                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
1577                 "AutoResponse": (106, 2, (8, 0), (), "AutoResponse", None),
1578                 "Class": (61450, 2, (3, 0), (), "Class", None),
1579                 "DisplayType": (14592, 2, (3, 0), (), "DisplayType", None),
1580                 "EntryID": (61470, 2, (8, 0), (), "EntryID", None),
1581                 "Index": (91, 2, (3, 0), (), "Index", None),
1582                 "MeetingResponseStatus": (102, 2, (3, 0), (), "MeetingResponseStatus", None),
1583                 "Name": (12289, 2, (8, 0), (), "Name", None),
1584                 "Parent": (109, 2, (9, 0), (), "Parent", None),
1585                 "Resolved": (100, 2, (11, 0), (), "Resolved", None),
1586                 # Method 'Session' returns object of type '_NameSpace'
1587                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
1588                 "TrackingStatus": (118, 2, (3, 0), (), "TrackingStatus", None),
1589                 "TrackingStatusTime": (119, 2, (7, 0), (), "TrackingStatusTime", None),
1590                 "Type": (3093, 2, (3, 0), (), "Type", None),
1591         }
1592         _prop_map_put_ = {
1593                 "AddressEntry": ((121, LCID, 8, 0),()),
1594                 "AutoResponse": ((106, LCID, 4, 0),()),
1595                 "TrackingStatus": ((118, LCID, 4, 0),()),
1596                 "TrackingStatusTime": ((119, LCID, 4, 0),()),
1597                 "Type": ((3093, LCID, 4, 0),()),
1598         }
1599 
1600 class Recipients(DispatchBaseClass):
1601         CLSID = IID('{0006303B-0000-0000-C000-000000000046}')
1602         coclass_clsid = None
1603 
1604         # Result is of type Recipient
1605         def Add(self, Name=defaultNamedNotOptArg):
1606                 ret = self._oleobj_.InvokeTypes(111, LCID, 1, (9, 0), ((8, 1),),Name)
1607                 if ret is not None:
1608                         ret = Dispatch(ret, 'Add', '{00063045-0000-0000-C000-000000000046}', UnicodeToString=0)
1609                 return ret
1610 
1611         # Result is of type Recipient
1612         def Item(self, Index=defaultNamedNotOptArg):
1613                 ret = self._oleobj_.InvokeTypes(81, LCID, 1, (9, 0), ((12, 1),),Index)
1614                 if ret is not None:
1615                         ret = Dispatch(ret, 'Item', '{00063045-0000-0000-C000-000000000046}', UnicodeToString=0)
1616                 return ret
1617 
1618         def Remove(self, Index=defaultNamedNotOptArg):
1619                 return self._oleobj_.InvokeTypes(84, LCID, 1, (24, 0), ((3, 1),),Index)
1620 
1621         def ResolveAll(self):
1622                 return self._oleobj_.InvokeTypes(126, LCID, 1, (11, 0), (),)
1623 
1624         _prop_map_get_ = {
1625                 # Method 'Application' returns object of type '_Application'
1626                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
1627                 "Class": (61450, 2, (3, 0), (), "Class", None),
1628                 "Count": (80, 2, (3, 0), (), "Count", None),
1629                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
1630                 # Method 'Session' returns object of type '_NameSpace'
1631                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
1632         }
1633         _prop_map_put_ = {
1634         }
1635         #This class has Item property/method which may take args - allow indexed access
1636         def __getitem__(self, item):
1637                 return self._get_good_object_(self._oleobj_.Invoke(*(81, LCID, 1, 1, item)), "Item")
1638         #This class has Count() property - allow len(ob) to provide this
1639         def __len__(self):
1640                 return self._ApplyTypes_(*(80, 2, (3, 0), (), "Count", None))
1641         #This class has a __len__ - this is needed so 'if object:' always returns TRUE.
1642         def __nonzero__(self):
1643                 return True
1644 
1645 class RecurrencePattern(DispatchBaseClass):
1646         CLSID = IID('{00063044-0000-0000-C000-000000000046}')
1647         coclass_clsid = None
1648 
1649         # Result is of type AppointmentItem
1650         def GetOccurrence(self, StartDate=defaultNamedNotOptArg):
1651                 ret = self._oleobj_.InvokeTypes(4111, LCID, 1, (13, 0), ((7, 1),),StartDate)
1652                 if ret is not None:
1653                         # See if this IUnknown is really an IDispatch
1654                         try:
1655                                 ret = ret.QueryInterface(pythoncom.IID_IDispatch)
1656                         except pythoncom.error:
1657                                 return ret
1658                         ret = Dispatch(ret, 'GetOccurrence', '{00061030-0000-0000-C000-000000000046}', UnicodeToString=0)
1659                 return ret
1660 
1661         _prop_map_get_ = {
1662                 # Method 'Application' returns object of type '_Application'
1663                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
1664                 "Class": (61450, 2, (3, 0), (), "Class", None),
1665                 "DayOfMonth": (4096, 2, (3, 0), (), "DayOfMonth", None),
1666                 "DayOfWeekMask": (4097, 2, (3, 0), (), "DayOfWeekMask", None),
1667                 "Duration": (4109, 2, (3, 0), (), "Duration", None),
1668                 "EndTime": (4108, 2, (7, 0), (), "EndTime", None),
1669                 # Method 'Exceptions' returns object of type 'Exceptions'
1670                 "Exceptions": (4110, 2, (9, 0), (), "Exceptions", '{0006304C-0000-0000-C000-000000000046}'),
1671                 "Instance": (4099, 2, (3, 0), (), "Instance", None),
1672                 "Interval": (4100, 2, (3, 0), (), "Interval", None),
1673                 "MonthOfYear": (4102, 2, (3, 0), (), "MonthOfYear", None),
1674                 "NoEndDate": (4107, 2, (11, 0), (), "NoEndDate", None),
1675                 "Occurrences": (4101, 2, (3, 0), (), "Occurrences", None),
1676                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
1677                 "PatternEndDate": (4098, 2, (7, 0), (), "PatternEndDate", None),
1678                 "PatternStartDate": (4104, 2, (7, 0), (), "PatternStartDate", None),
1679                 "RecurrenceType": (4103, 2, (3, 0), (), "RecurrenceType", None),
1680                 "Regenerate": (4106, 2, (11, 0), (), "Regenerate", None),
1681                 # Method 'Session' returns object of type '_NameSpace'
1682                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
1683                 "StartTime": (4105, 2, (7, 0), (), "StartTime", None),
1684         }
1685         _prop_map_put_ = {
1686                 "DayOfMonth": ((4096, LCID, 4, 0),()),
1687                 "DayOfWeekMask": ((4097, LCID, 4, 0),()),
1688                 "Duration": ((4109, LCID, 4, 0),()),
1689                 "EndTime": ((4108, LCID, 4, 0),()),
1690                 "Instance": ((4099, LCID, 4, 0),()),
1691                 "Interval": ((4100, LCID, 4, 0),()),
1692                 "MonthOfYear": ((4102, LCID, 4, 0),()),
1693                 "NoEndDate": ((4107, LCID, 4, 0),()),
1694                 "Occurrences": ((4101, LCID, 4, 0),()),
1695                 "PatternEndDate": ((4098, LCID, 4, 0),()),
1696                 "PatternStartDate": ((4104, LCID, 4, 0),()),
1697                 "RecurrenceType": ((4103, LCID, 4, 0),()),
1698                 "Regenerate": ((4106, LCID, 4, 0),()),
1699                 "StartTime": ((4105, LCID, 4, 0),()),
1700         }
1701 
1702 class Selection(DispatchBaseClass):
1703         CLSID = IID('{00063087-0000-0000-C000-000000000046}')
1704         coclass_clsid = None
1705 
1706         def Item(self, Index=defaultNamedNotOptArg):
1707                 ret = self._oleobj_.InvokeTypes(81, LCID, 1, (9, 0), ((12, 1),),Index)
1708                 if ret is not None:
1709                         ret = Dispatch(ret, 'Item', None, UnicodeToString=0)
1710                 return ret
1711 
1712         _prop_map_get_ = {
1713                 # Method 'Application' returns object of type '_Application'
1714                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
1715                 "Class": (61450, 2, (3, 0), (), "Class", None),
1716                 "Count": (80, 2, (3, 0), (), "Count", None),
1717                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
1718                 # Method 'Session' returns object of type '_NameSpace'
1719                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
1720         }
1721         _prop_map_put_ = {
1722         }
1723         #This class has Item property/method which may take args - allow indexed access
1724         def __getitem__(self, item):
1725                 return self._get_good_object_(self._oleobj_.Invoke(*(81, LCID, 1, 1, item)), "Item")
1726         #This class has Count() property - allow len(ob) to provide this
1727         def __len__(self):
1728                 return self._ApplyTypes_(*(80, 2, (3, 0), (), "Count", None))
1729         #This class has a __len__ - this is needed so 'if object:' always returns TRUE.
1730         def __nonzero__(self):
1731                 return True
1732 
1733 class SyncObjectEvents:
1734         CLSID = CLSID_Sink = IID('{00063085-0000-0000-C000-000000000046}')
1735         coclass_clsid = IID('{00063084-0000-0000-C000-000000000046}')
1736         _public_methods_ = [] # For COM Server support
1737         _dispid_to_func_ = {
1738                     61443 : "OnError",
1739                     61442 : "OnProgress",
1740                     61441 : "OnSyncStart",
1741                     61444 : "OnSyncEnd",
1742                 }
1743 
1744         def __init__(self, oobj = None):
1745                 if oobj is None:
1746                         self._olecp = None
1747                 else:
1748                         import win32com.server.util
1749                         from win32com.server.policy import EventHandlerPolicy
1750                         cpc=oobj._oleobj_.QueryInterface(pythoncom.IID_IConnectionPointContainer)
1751                         cp=cpc.FindConnectionPoint(self.CLSID_Sink)
1752                         cookie=cp.Advise(win32com.server.util.wrap(self, usePolicy=EventHandlerPolicy))
1753                         self._olecp,self._olecp_cookie = cp,cookie
1754         def __del__(self):
1755                 try:
1756                         self.close()
1757                 except pythoncom.com_error:
1758                         pass
1759         def close(self):
1760                 if self._olecp is not None:
1761                         cp,cookie,self._olecp,self._olecp_cookie = self._olecp,self._olecp_cookie,None,None
1762                         cp.Unadvise(cookie)
1763         def _query_interface_(self, iid):
1764                 import win32com.server.util
1765                 if iid==self.CLSID_Sink: return win32com.server.util.wrap(self)
1766 
1767         # Event Handlers
1768         # If you create handlers, they should have the following prototypes:
1769 # def OnError(self, Code=defaultNamedNotOptArg, Description=defaultNamedNotOptArg):
1770 # def OnProgress(self, State=defaultNamedNotOptArg, Description=defaultNamedNotOptArg, Value=defaultNamedNotOptArg, Max=defaultNamedNotOptArg):
1771 # def OnSyncStart(self):
1772 # def OnSyncEnd(self):
1773 
1774 
1775 class SyncObjects(DispatchBaseClass):
1776         CLSID = IID('{00063086-0000-0000-C000-000000000046}')
1777         coclass_clsid = None
1778 
1779         # Result is of type SyncObject
1780         def Item(self, Index=defaultNamedNotOptArg):
1781                 ret = self._oleobj_.InvokeTypes(81, LCID, 1, (13, 0), ((12, 1),),Index)
1782                 if ret is not None:
1783                         # See if this IUnknown is really an IDispatch
1784                         try:
1785                                 ret = ret.QueryInterface(pythoncom.IID_IDispatch)
1786                         except pythoncom.error:
1787                                 return ret
1788                         ret = Dispatch(ret, 'Item', '{00063084-0000-0000-C000-000000000046}', UnicodeToString=0)
1789                 return ret
1790 
1791         _prop_map_get_ = {
1792                 # Method 'Application' returns object of type '_Application'
1793                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
1794                 "Class": (61450, 2, (3, 0), (), "Class", None),
1795                 "Count": (80, 2, (3, 0), (), "Count", None),
1796                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
1797                 # Method 'Session' returns object of type '_NameSpace'
1798                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
1799         }
1800         _prop_map_put_ = {
1801         }
1802         #This class has Item property/method which may take args - allow indexed access
1803         def __getitem__(self, item):
1804                 return self._get_good_object_(self._oleobj_.Invoke(*(81, LCID, 1, 1, item)), "Item")
1805         #This class has Count() property - allow len(ob) to provide this
1806         def __len__(self):
1807                 return self._ApplyTypes_(*(80, 2, (3, 0), (), "Count", None))
1808         #This class has a __len__ - this is needed so 'if object:' always returns TRUE.
1809         def __nonzero__(self):
1810                 return True
1811 
1812 class UserProperties(DispatchBaseClass):
1813         CLSID = IID('{0006303D-0000-0000-C000-000000000046}')
1814         coclass_clsid = None
1815 
1816         # Result is of type UserProperty
1817         def Add(self, Name=defaultNamedNotOptArg, Type=defaultNamedNotOptArg, AddToFolderFields=defaultNamedOptArg, DisplayFormat=defaultNamedOptArg):
1818                 ret = self._oleobj_.InvokeTypes(102, LCID, 1, (9, 0), ((8, 1), (3, 1), (12, 17), (12, 17)),Name, Type, AddToFolderFields, DisplayFormat)
1819                 if ret is not None:
1820                         ret = Dispatch(ret, 'Add', '{00063042-0000-0000-C000-000000000046}', UnicodeToString=0)
1821                 return ret
1822 
1823         # Result is of type UserProperty
1824         def Find(self, Name=defaultNamedNotOptArg, Custom=defaultNamedOptArg):
1825                 ret = self._oleobj_.InvokeTypes(103, LCID, 1, (9, 0), ((8, 1), (12, 17)),Name, Custom)
1826                 if ret is not None:
1827                         ret = Dispatch(ret, 'Find', '{00063042-0000-0000-C000-000000000046}', UnicodeToString=0)
1828                 return ret
1829 
1830         # Result is of type UserProperty
1831         def Item(self, Index=defaultNamedNotOptArg):
1832                 ret = self._oleobj_.InvokeTypes(81, LCID, 1, (9, 0), ((12, 1),),Index)
1833                 if ret is not None:
1834                         ret = Dispatch(ret, 'Item', '{00063042-0000-0000-C000-000000000046}', UnicodeToString=0)
1835                 return ret
1836 
1837         def Remove(self, Index=defaultNamedNotOptArg):
1838                 return self._oleobj_.InvokeTypes(82, LCID, 1, (24, 0), ((3, 1),),Index)
1839 
1840         _prop_map_get_ = {
1841                 # Method 'Application' returns object of type '_Application'
1842                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
1843                 "Class": (61450, 2, (3, 0), (), "Class", None),
1844                 "Count": (80, 2, (3, 0), (), "Count", None),
1845                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
1846                 # Method 'Session' returns object of type '_NameSpace'
1847                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
1848         }
1849         _prop_map_put_ = {
1850         }
1851         #This class has Item property/method which may take args - allow indexed access
1852         def __getitem__(self, item):
1853                 return self._get_good_object_(self._oleobj_.Invoke(*(81, LCID, 1, 1, item)), "Item")
1854         #This class has Count() property - allow len(ob) to provide this
1855         def __len__(self):
1856                 return self._ApplyTypes_(*(80, 2, (3, 0), (), "Count", None))
1857         #This class has a __len__ - this is needed so 'if object:' always returns TRUE.
1858         def __nonzero__(self):
1859                 return True
1860 
1861 class UserProperty(DispatchBaseClass):
1862         CLSID = IID('{00063042-0000-0000-C000-000000000046}')
1863         coclass_clsid = None
1864 
1865         def Delete(self):
1866                 return self._oleobj_.InvokeTypes(108, LCID, 1, (24, 0), (),)
1867 
1868         _prop_map_get_ = {
1869                 # Method 'Application' returns object of type '_Application'
1870                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
1871                 "Class": (61450, 2, (3, 0), (), "Class", None),
1872                 "Formula": (103, 2, (8, 0), (), "Formula", None),
1873                 "Name": (112, 2, (8, 0), (), "Name", None),
1874                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
1875                 # Method 'Session' returns object of type '_NameSpace'
1876                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
1877                 "Type": (109, 2, (3, 0), (), "Type", None),
1878                 "ValidationFormula": (104, 2, (8, 0), (), "ValidationFormula", None),
1879                 "ValidationText": (105, 2, (8, 0), (), "ValidationText", None),
1880                 "Value": (0, 2, (12, 0), (), "Value", None),
1881         }
1882         _prop_map_put_ = {
1883                 "Formula": ((103, LCID, 4, 0),()),
1884                 "ValidationFormula": ((104, LCID, 4, 0),()),
1885                 "ValidationText": ((105, LCID, 4, 0),()),
1886                 "Value": ((0, LCID, 4, 0),()),
1887         }
1888         # Default property for this class is 'Value'
1889         def __call__(self):
1890                 return self._ApplyTypes_(*(0, 2, (12, 0), (), "Value", None))
1891         # str(ob) and int(ob) will use __call__
1892         def __unicode__(self, *args):
1893                 try:
1894                         return unicode(self.__call__(*args))
1895                 except pythoncom.com_error:
1896                         return repr(self)
1897         def __str__(self, *args):
1898                 return str(self.__unicode__(*args))
1899         def __int__(self, *args):
1900                 return int(self.__call__(*args))
1901 
1902 class _Application(DispatchBaseClass):
1903         CLSID = IID('{00063001-0000-0000-C000-000000000046}')
1904         coclass_clsid = IID('{0006F03A-0000-0000-C000-000000000046}')
1905 
1906         # Result is of type _Explorer
1907         def ActiveExplorer(self):
1908                 ret = self._oleobj_.InvokeTypes(273, LCID, 1, (9, 0), (),)
1909                 if ret is not None:
1910                         ret = Dispatch(ret, 'ActiveExplorer', '{00063003-0000-0000-C000-000000000046}', UnicodeToString=0)
1911                 return ret
1912 
1913         # Result is of type _Inspector
1914         def ActiveInspector(self):
1915                 ret = self._oleobj_.InvokeTypes(274, LCID, 1, (9, 0), (),)
1916                 if ret is not None:
1917                         ret = Dispatch(ret, 'ActiveInspector', '{00063005-0000-0000-C000-000000000046}', UnicodeToString=0)
1918                 return ret
1919 
1920         def ActiveWindow(self):
1921                 ret = self._oleobj_.InvokeTypes(287, LCID, 1, (9, 0), (),)
1922                 if ret is not None:
1923                         ret = Dispatch(ret, 'ActiveWindow', None, UnicodeToString=0)
1924                 return ret
1925 
1926         def CreateItem(self, ItemType=defaultNamedNotOptArg):
1927                 ret = self._oleobj_.InvokeTypes(266, LCID, 1, (9, 0), ((3, 1),),ItemType)
1928                 if ret is not None:
1929                         ret = Dispatch(ret, 'CreateItem', None, UnicodeToString=0)
1930                 return ret
1931 
1932         def CreateItemFromTemplate(self, TemplatePath=defaultNamedNotOptArg, InFolder=defaultNamedOptArg):
1933                 ret = self._oleobj_.InvokeTypes(267, LCID, 1, (9, 0), ((8, 1), (12, 17)),TemplatePath, InFolder)
1934                 if ret is not None:
1935                         ret = Dispatch(ret, 'CreateItemFromTemplate', None, UnicodeToString=0)
1936                 return ret
1937 
1938         def CreateObject(self, ObjectName=defaultNamedNotOptArg):
1939                 ret = self._oleobj_.InvokeTypes(277, LCID, 1, (9, 0), ((8, 1),),ObjectName)
1940                 if ret is not None:
1941                         ret = Dispatch(ret, 'CreateObject', None, UnicodeToString=0)
1942                 return ret
1943 
1944         # Result is of type _NameSpace
1945         def GetNamespace(self, Type=defaultNamedNotOptArg):
1946                 ret = self._oleobj_.InvokeTypes(272, LCID, 1, (9, 0), ((8, 1),),Type)
1947                 if ret is not None:
1948                         ret = Dispatch(ret, 'GetNamespace', '{00063002-0000-0000-C000-000000000046}', UnicodeToString=0)
1949                 return ret
1950 
1951         def Quit(self):
1952                 return self._oleobj_.InvokeTypes(275, LCID, 1, (24, 0), (),)
1953 
1954         _prop_map_get_ = {
1955                 # Method 'AnswerWizard' returns object of type 'AnswerWizard'
1956                 "AnswerWizard": (285, 2, (9, 0), (), "AnswerWizard", '{000C0360-0000-0000-C000-000000000046}'),
1957                 # Method 'Application' returns object of type '_Application'
1958                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
1959                 # Method 'Assistant' returns object of type 'Assistant'
1960                 "Assistant": (276, 2, (9, 0), (), "Assistant", '{000C0322-0000-0000-C000-000000000046}'),
1961                 # Method 'COMAddIns' returns object of type 'COMAddIns'
1962                 "COMAddIns": (280, 2, (9, 0), (), "COMAddIns", '{000C0339-0000-0000-C000-000000000046}'),
1963                 "Class": (61450, 2, (3, 0), (), "Class", None),
1964                 # Method 'Explorers' returns object of type '_Explorers'
1965                 "Explorers": (281, 2, (9, 0), (), "Explorers", '{0006300A-0000-0000-C000-000000000046}'),
1966                 "FeatureInstall": (286, 2, (3, 0), (), "FeatureInstall", None),
1967                 # Method 'Inspectors' returns object of type '_Inspectors'
1968                 "Inspectors": (282, 2, (9, 0), (), "Inspectors", '{00063008-0000-0000-C000-000000000046}'),
1969                 # Method 'LanguageSettings' returns object of type 'LanguageSettings'
1970                 "LanguageSettings": (283, 2, (9, 0), (), "LanguageSettings", '{000C0353-0000-0000-C000-000000000046}'),
1971                 "Name": (12289, 2, (8, 0), (), "Name", None),
1972                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
1973                 "ProductCode": (284, 2, (8, 0), (), "ProductCode", None),
1974                 # Method 'Session' returns object of type '_NameSpace'
1975                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
1976                 "Version": (278, 2, (8, 0), (), "Version", None),
1977         }
1978         _prop_map_put_ = {
1979                 "FeatureInstall": ((286, LCID, 4, 0),()),
1980         }
1981 
1982 class _AppointmentItem(DispatchBaseClass):
1983         CLSID = IID('{00063033-0000-0000-C000-000000000046}')
1984         coclass_clsid = IID('{00061030-0000-0000-C000-000000000046}')
1985 
1986         def ClearRecurrencePattern(self):
1987                 return self._oleobj_.InvokeTypes(61605, LCID, 1, (24, 0), (),)
1988 
1989         def Close(self, SaveMode=defaultNamedNotOptArg):
1990                 return self._oleobj_.InvokeTypes(61475, LCID, 1, (24, 0), ((3, 1),),SaveMode)
1991 
1992         def Copy(self):
1993                 ret = self._oleobj_.InvokeTypes(61490, LCID, 1, (9, 0), (),)
1994                 if ret is not None:
1995                         ret = Dispatch(ret, 'Copy', None, UnicodeToString=0)
1996                 return ret
1997 
1998         def Delete(self):
1999                 return self._oleobj_.InvokeTypes(61514, LCID, 1, (24, 0), (),)
2000 
2001         def Display(self, Modal=defaultNamedOptArg):
2002                 return self._oleobj_.InvokeTypes(61606, LCID, 1, (24, 0), ((12, 17),),Modal)
2003 
2004         # Result is of type MailItem
2005         def ForwardAsVcal(self):
2006                 ret = self._oleobj_.InvokeTypes(62791, LCID, 1, (13, 0), (),)
2007                 if ret is not None:
2008                         # See if this IUnknown is really an IDispatch
2009                         try:
2010                                 ret = ret.QueryInterface(pythoncom.IID_IDispatch)
2011                         except pythoncom.error:
2012                                 return ret
2013                         ret = Dispatch(ret, 'ForwardAsVcal', '{00061033-0000-0000-C000-000000000046}', UnicodeToString=0)
2014                 return ret
2015 
2016         # Result is of type RecurrencePattern
2017         def GetRecurrencePattern(self):
2018                 ret = self._oleobj_.InvokeTypes(61604, LCID, 1, (9, 0), (),)
2019                 if ret is not None:
2020                         ret = Dispatch(ret, 'GetRecurrencePattern', '{00063044-0000-0000-C000-000000000046}', UnicodeToString=0)
2021                 return ret
2022 
2023         def Move(self, DestFldr=defaultNamedNotOptArg):
2024                 ret = self._oleobj_.InvokeTypes(61492, LCID, 1, (9, 0), ((9, 1),),DestFldr)
2025                 if ret is not None:
2026                         ret = Dispatch(ret, 'Move', None, UnicodeToString=0)
2027                 return ret
2028 
2029         def PrintOut(self):
2030                 return self._oleobj_.InvokeTypes(61491, LCID, 1, (24, 0), (),)
2031 
2032         # Result is of type MeetingItem
2033         def Respond(self, Response=defaultNamedNotOptArg, fNoUI=defaultNamedOptArg, fAdditionalTextDialog=defaultNamedOptArg):
2034                 ret = self._oleobj_.InvokeTypes(62722, LCID, 1, (13, 0), ((3, 1), (12, 17), (12, 17)),Response, fNoUI, fAdditionalTextDialog)
2035                 if ret is not None:
2036                         # See if this IUnknown is really an IDispatch
2037                         try:
2038                                 ret = ret.QueryInterface(pythoncom.IID_IDispatch)
2039                         except pythoncom.error:
2040                                 return ret
2041                         ret = Dispatch(ret, 'Respond', '{00061036-0000-0000-C000-000000000046}', UnicodeToString=0)
2042                 return ret
2043 
2044         def Save(self):
2045                 return self._oleobj_.InvokeTypes(61512, LCID, 1, (24, 0), (),)
2046 
2047         def SaveAs(self, Path=defaultNamedNotOptArg, Type=defaultNamedOptArg):
2048                 return self._oleobj_.InvokeTypes(61521, LCID, 1, (24, 0), ((8, 1), (12, 17)),Path, Type)
2049 
2050         def Send(self):
2051                 return self._oleobj_.InvokeTypes(61557, LCID, 1, (24, 0), (),)
2052 
2053         _prop_map_get_ = {
2054                 # Method 'Actions' returns object of type 'Actions'
2055                 "Actions": (63511, 2, (9, 0), (), "Actions", '{0006303E-0000-0000-C000-000000000046}'),
2056                 "AllDayEvent": (33301, 2, (11, 0), (), "AllDayEvent", None),
2057                 # Method 'Application' returns object of type '_Application'
2058                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
2059                 # Method 'Attachments' returns object of type 'Attachments'
2060                 "Attachments": (63509, 2, (9, 0), (), "Attachments", '{0006303C-0000-0000-C000-000000000046}'),
2061                 "BillingInformation": (34101, 2, (8, 0), (), "BillingInformation", None),
2062                 "Body": (37120, 2, (8, 0), (), "Body", None),
2063                 "BusyStatus": (33285, 2, (3, 0), (), "BusyStatus", None),
2064                 "Categories": (36865, 2, (8, 0), (), "Categories", None),
2065                 "Class": (61450, 2, (3, 0), (), "Class", None),
2066                 "Companies": (34107, 2, (8, 0), (), "Companies", None),
2067                 "ConferenceServerAllowExternal": (33350, 2, (11, 0), (), "ConferenceServerAllowExternal", None),
2068                 "ConferenceServerPassword": (33353, 2, (8, 0), (), "ConferenceServerPassword", None),
2069                 "ConversationIndex": (113, 2, (8, 0), (), "ConversationIndex", None),
2070                 "ConversationTopic": (112, 2, (8, 0), (), "ConversationTopic", None),
2071                 "CreationTime": (12295, 2, (7, 0), (), "CreationTime", None),
2072                 "Duration": (33299, 2, (3, 0), (), "Duration", None),
2073                 "End": (33294, 2, (7, 0), (), "End", None),
2074                 "EntryID": (61470, 2, (8, 0), (), "EntryID", None),
2075                 # Method 'FormDescription' returns object of type 'FormDescription'
2076                 "FormDescription": (61589, 2, (9, 0), (), "FormDescription", '{00063046-0000-0000-C000-000000000046}'),
2077                 # Method 'GetInspector' returns object of type '_Inspector'
2078                 "GetInspector": (61502, 2, (9, 0), (), "GetInspector", '{00063005-0000-0000-C000-000000000046}'),
2079                 "Importance": (23, 2, (3, 0), (), "Importance", None),
2080                 "IsOnlineMeeting": (33344, 2, (11, 0), (), "IsOnlineMeeting", None),
2081                 "IsRecurring": (33315, 2, (11, 0), (), "IsRecurring", None),
2082                 "LastModificationTime": (12296, 2, (7, 0), (), "LastModificationTime", None),
2083                 # Method 'Links' returns object of type 'Links'
2084                 "Links": (62469, 2, (9, 0), (), "Links", '{0006308A-0000-0000-C000-000000000046}'),
2085                 "Location": (33288, 2, (8, 0), (), "Location", None),
2086                 "MAPIOBJECT": (61696, 2, (13, 0), (), "MAPIOBJECT", None),
2087                 "MeetingStatus": (33303, 2, (3, 0), (), "MeetingStatus", None),
2088                 "MessageClass": (26, 2, (8, 0), (), "MessageClass", None),
2089                 "Mileage": (34100, 2, (8, 0), (), "Mileage", None),
2090                 "NetMeetingAutoStart": (33348, 2, (11, 0), (), "NetMeetingAutoStart", None),
2091                 "NetMeetingDocPathName": (33351, 2, (8, 0), (), "NetMeetingDocPathName", None),
2092                 "NetMeetingOrganizerAlias": (33347, 2, (8, 0), (), "NetMeetingOrganizerAlias", None),
2093                 "NetMeetingServer": (33346, 2, (8, 0), (), "NetMeetingServer", None),
2094                 "NetMeetingType": (33345, 2, (3, 0), (), "NetMeetingType", None),
2095                 "NetShowURL": (33352, 2, (8, 0), (), "NetShowURL", None),
2096                 "NoAging": (34062, 2, (11, 0), (), "NoAging", None),
2097                 "OptionalAttendees": (3587, 2, (8, 0), (), "OptionalAttendees", None),
2098                 "Organizer": (66, 2, (8, 0), (), "Organizer", None),
2099                 "OutlookInternalVersion": (34130, 2, (3, 0), (), "OutlookInternalVersion", None),
2100                 "OutlookVersion": (34132, 2, (8, 0), (), "OutlookVersion", None),
2101                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
2102                 # Method 'Recipients' returns object of type 'Recipients'
2103                 "Recipients": (63508, 2, (9, 0), (), "Recipients", '{0006303B-0000-0000-C000-000000000046}'),
2104                 "RecurrenceState": (62789, 2, (3, 0), (), "RecurrenceState", None),
2105                 "ReminderMinutesBeforeStart": (34049, 2, (3, 0), (), "ReminderMinutesBeforeStart", None),
2106                 "ReminderOverrideDefault": (34076, 2, (11, 0), (), "ReminderOverrideDefault", None),
2107                 "ReminderPlaySound": (34078, 2, (11, 0), (), "ReminderPlaySound", None),
2108                 "ReminderSet": (34051, 2, (11, 0), (), "ReminderSet", None),
2109                 "ReminderSoundFile": (34079, 2, (8, 0), (), "ReminderSoundFile", None),
2110                 "ReplyTime": (33312, 2, (7, 0), (), "ReplyTime", None),
2111                 "RequiredAttendees": (3588, 2, (8, 0), (), "RequiredAttendees", None),
2112                 "Resources": (3586, 2, (8, 0), (), "Resources", None),
2113                 "ResponseRequested": (99, 2, (11, 0), (), "ResponseRequested", None),
2114                 "ResponseStatus": (33304, 2, (3, 0), (), "ResponseStatus", None),
2115                 "Saved": (61603, 2, (11, 0), (), "Saved", None),
2116                 "Sensitivity": (54, 2, (3, 0), (), "Sensitivity", None),
2117                 # Method 'Session' returns object of type '_NameSpace'
2118                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
2119                 "Size": (3592, 2, (3, 0), (), "Size", None),
2120                 "Start": (33293, 2, (7, 0), (), "Start", None),
2121                 "Subject": (55, 2, (8, 0), (), "Subject", None),
2122                 "UnRead": (61468, 2, (11, 0), (), "UnRead", None),
2123                 # Method 'UserProperties' returns object of type 'UserProperties'
2124                 "UserProperties": (63510, 2, (9, 0), (), "UserProperties", '{0006303D-0000-0000-C000-000000000046}'),
2125         }
2126         _prop_map_put_ = {
2127                 "AllDayEvent": ((33301, LCID, 4, 0),()),
2128                 "BillingInformation": ((34101, LCID, 4, 0),()),
2129                 "Body": ((37120, LCID, 4, 0),()),
2130                 "BusyStatus": ((33285, LCID, 4, 0),()),
2131                 "Categories": ((36865, LCID, 4, 0),()),
2132                 "Companies": ((34107, LCID, 4, 0),()),
2133                 "ConferenceServerAllowExternal": ((33350, LCID, 4, 0),()),
2134                 "ConferenceServerPassword": ((33353, LCID, 4, 0),()),
2135                 "Duration": ((33299, LCID, 4, 0),()),
2136                 "End": ((33294, LCID, 4, 0),()),
2137                 "Importance": ((23, LCID, 4, 0),()),
2138                 "IsOnlineMeeting": ((33344, LCID, 4, 0),()),
2139                 "Location": ((33288, LCID, 4, 0),()),
2140                 "MeetingStatus": ((33303, LCID, 4, 0),()),
2141                 "MessageClass": ((26, LCID, 4, 0),()),
2142                 "Mileage": ((34100, LCID, 4, 0),()),
2143                 "NetMeetingAutoStart": ((33348, LCID, 4, 0),()),
2144                 "NetMeetingDocPathName": ((33351, LCID, 4, 0),()),
2145                 "NetMeetingOrganizerAlias": ((33347, LCID, 4, 0),()),
2146                 "NetMeetingServer": ((33346, LCID, 4, 0),()),
2147                 "NetMeetingType": ((33345, LCID, 4, 0),()),
2148                 "NetShowURL": ((33352, LCID, 4, 0),()),
2149                 "NoAging": ((34062, LCID, 4, 0),()),
2150                 "OptionalAttendees": ((3587, LCID, 4, 0),()),
2151                 "ReminderMinutesBeforeStart": ((34049, LCID, 4, 0),()),
2152                 "ReminderOverrideDefault": ((34076, LCID, 4, 0),()),
2153                 "ReminderPlaySound": ((34078, LCID, 4, 0),()),
2154                 "ReminderSet": ((34051, LCID, 4, 0),()),
2155                 "ReminderSoundFile": ((34079, LCID, 4, 0),()),
2156                 "ReplyTime": ((33312, LCID, 4, 0),()),
2157                 "RequiredAttendees": ((3588, LCID, 4, 0),()),
2158                 "Resources": ((3586, LCID, 4, 0),()),
2159                 "ResponseRequested": ((99, LCID, 4, 0),()),
2160                 "Sensitivity": ((54, LCID, 4, 0),()),
2161                 "Start": ((33293, LCID, 4, 0),()),
2162                 "Subject": ((55, LCID, 4, 0),()),
2163                 "UnRead": ((61468, LCID, 4, 0),()),
2164         }
2165 
2166 class _ContactItem(DispatchBaseClass):
2167         CLSID = IID('{00063021-0000-0000-C000-000000000046}')
2168         coclass_clsid = IID('{00061031-0000-0000-C000-000000000046}')
2169 
2170         def Close(self, SaveMode=defaultNamedNotOptArg):
2171                 return self._oleobj_.InvokeTypes(61475, LCID, 1, (24, 0), ((3, 1),),SaveMode)
2172 
2173         def Copy(self):
2174                 ret = self._oleobj_.InvokeTypes(61490, LCID, 1, (9, 0), (),)
2175                 if ret is not None:
2176                         ret = Dispatch(ret, 'Copy', None, UnicodeToString=0)
2177                 return ret
2178 
2179         def Delete(self):
2180                 return self._oleobj_.InvokeTypes(61514, LCID, 1, (24, 0), (),)
2181 
2182         def Display(self, Modal=defaultNamedOptArg):
2183                 return self._oleobj_.InvokeTypes(61606, LCID, 1, (24, 0), ((12, 17),),Modal)
2184 
2185         # Result is of type MailItem
2186         def ForwardAsVcard(self):
2187                 ret = self._oleobj_.InvokeTypes(63649, LCID, 1, (13, 0), (),)
2188                 if ret is not None:
2189                         # See if this IUnknown is really an IDispatch
2190                         try:
2191                                 ret = ret.QueryInterface(pythoncom.IID_IDispatch)
2192                         except pythoncom.error:
2193                                 return ret
2194                         ret = Dispatch(ret, 'ForwardAsVcard', '{00061033-0000-0000-C000-000000000046}', UnicodeToString=0)
2195                 return ret
2196 
2197         def Move(self, DestFldr=defaultNamedNotOptArg):
2198                 ret = self._oleobj_.InvokeTypes(61492, LCID, 1, (9, 0), ((9, 1),),DestFldr)
2199                 if ret is not None:
2200                         ret = Dispatch(ret, 'Move', None, UnicodeToString=0)
2201                 return ret
2202 
2203         def PrintOut(self):
2204                 return self._oleobj_.InvokeTypes(61491, LCID, 1, (24, 0), (),)
2205 
2206         def Save(self):
2207                 return self._oleobj_.InvokeTypes(61512, LCID, 1, (24, 0), (),)
2208 
2209         def SaveAs(self, Path=defaultNamedNotOptArg, Type=defaultNamedOptArg):
2210                 return self._oleobj_.InvokeTypes(61521, LCID, 1, (24, 0), ((8, 1), (12, 17)),Path, Type)
2211 
2212         _prop_map_get_ = {
2213                 "Account": (14848, 2, (8, 0), (), "Account", None),
2214                 # Method 'Actions' returns object of type 'Actions'
2215                 "Actions": (63511, 2, (9, 0), (), "Actions", '{0006303E-0000-0000-C000-000000000046}'),
2216                 "Anniversary": (14913, 2, (7, 0), (), "Anniversary", None),
2217                 # Method 'Application' returns object of type '_Application'
2218                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
2219                 "AssistantName": (14896, 2, (8, 0), (), "AssistantName", None),
2220                 "AssistantTelephoneNumber": (14894, 2, (8, 0), (), "AssistantTelephoneNumber", None),
2221                 # Method 'Attachments' returns object of type 'Attachments'
2222                 "Attachments": (63509, 2, (9, 0), (), "Attachments", '{0006303C-0000-0000-C000-000000000046}'),
2223                 "BillingInformation": (34101, 2, (8, 0), (), "BillingInformation", None),
2224                 "Birthday": (14914, 2, (7, 0), (), "Birthday", None),
2225                 "Body": (37120, 2, (8, 0), (), "Body", None),
2226                 "Business2TelephoneNumber": (14875, 2, (8, 0), (), "Business2TelephoneNumber", None),
2227                 "BusinessAddress": (32795, 2, (8, 0), (), "BusinessAddress", None),
2228                 "BusinessAddressCity": (32838, 2, (8, 0), (), "BusinessAddressCity", None),
2229                 "BusinessAddressCountry": (32841, 2, (8, 0), (), "BusinessAddressCountry", None),
2230                 "BusinessAddressPostOfficeBox": (32842, 2, (8, 0), (), "BusinessAddressPostOfficeBox", None),
2231                 "BusinessAddressPostalCode": (32840, 2, (8, 0), (), "BusinessAddressPostalCode", None),
2232                 "BusinessAddressState": (32839, 2, (8, 0), (), "BusinessAddressState", None),
2233                 "BusinessAddressStreet": (32837, 2, (8, 0), (), "BusinessAddressStreet", None),
2234                 "BusinessFaxNumber": (14884, 2, (8, 0), (), "BusinessFaxNumber", None),
2235                 "BusinessHomePage": (14929, 2, (8, 0), (), "BusinessHomePage", None),
2236                 "BusinessTelephoneNumber": (14856, 2, (8, 0), (), "BusinessTelephoneNumber", None),
2237                 "CallbackTelephoneNumber": (14850, 2, (8, 0), (), "CallbackTelephoneNumber", None),
2238                 "CarTelephoneNumber": (14878, 2, (8, 0), (), "CarTelephoneNumber", None),
2239                 "Categories": (36865, 2, (8, 0), (), "Categories", None),
2240                 "Children": (32780, 2, (8, 0), (), "Children", None),
2241                 "Class": (61450, 2, (3, 0), (), "Class", None),
2242                 "Companies": (34107, 2, (8, 0), (), "Companies", None),
2243                 "CompanyAndFullName": (32792, 2, (8, 0), (), "CompanyAndFullName", None),
2244                 "CompanyLastFirstNoSpace": (32818, 2, (8, 0), (), "CompanyLastFirstNoSpace", None),
2245                 "CompanyLastFirstSpaceOnly": (32819, 2, (8, 0), (), "CompanyLastFirstSpaceOnly", None),
2246                 "CompanyMainTelephoneNumber": (14935, 2, (8, 0), (), "CompanyMainTelephoneNumber", None),
2247                 "CompanyName": (14870, 2, (8, 0), (), "CompanyName", None),
2248                 "ComputerNetworkName": (14921, 2, (8, 0), (), "ComputerNetworkName", None),
2249                 "ConversationIndex": (113, 2, (8, 0), (), "ConversationIndex", None),
2250                 "ConversationTopic": (112, 2, (8, 0), (), "ConversationTopic", None),
2251                 "CreationTime": (12295, 2, (7, 0), (), "CreationTime", None),
2252                 "CustomerID": (14922, 2, (8, 0), (), "CustomerID", None),
2253                 "Department": (14872, 2, (8, 0), (), "Department", None),
2254                 "Email1Address": (32899, 2, (8, 0), (), "Email1Address", None),
2255                 "Email1AddressType": (32898, 2, (8, 0), (), "Email1AddressType", None),
2256                 "Email1DisplayName": (32896, 2, (8, 0), (), "Email1DisplayName", None),
2257                 "Email1EntryID": (32901, 2, (8, 0), (), "Email1EntryID", None),
2258                 "Email2Address": (32915, 2, (8, 0), (), "Email2Address", None),
2259                 "Email2AddressType": (32914, 2, (8, 0), (), "Email2AddressType", None),
2260                 "Email2DisplayName": (32912, 2, (8, 0), (), "Email2DisplayName", None),
2261                 "Email2EntryID": (32917, 2, (8, 0), (), "Email2EntryID", None),
2262                 "Email3Address": (32931, 2, (8, 0), (), "Email3Address", None),
2263                 "Email3AddressType": (32930, 2, (8, 0), (), "Email3AddressType", None),
2264                 "Email3DisplayName": (32928, 2, (8, 0), (), "Email3DisplayName", None),
2265                 "Email3EntryID": (32933, 2, (8, 0), (), "Email3EntryID", None),
2266                 "EntryID": (61470, 2, (8, 0), (), "EntryID", None),
2267                 "FTPSite": (14924, 2, (8, 0), (), "FTPSite", None),
2268                 "FileAs": (32773, 2, (8, 0), (), "FileAs", None),
2269                 "FirstName": (14854, 2, (8, 0), (), "FirstName", None),
2270                 # Method 'FormDescription' returns object of type 'FormDescription'
2271                 "FormDescription": (61589, 2, (9, 0), (), "FormDescription", '{00063046-0000-0000-C000-000000000046}'),
2272                 "FullName": (12289, 2, (8, 0), (), "FullName", None),
2273                 "FullNameAndCompany": (32793, 2, (8, 0), (), "FullNameAndCompany", None),
2274                 "Gender": (14925, 2, (3, 0), (), "Gender", None),
2275                 # Method 'GetInspector' returns object of type '_Inspector'
2276                 "GetInspector": (61502, 2, (9, 0), (), "GetInspector", '{00063005-0000-0000-C000-000000000046}'),
2277                 "GovernmentIDNumber": (14855, 2, (8, 0), (), "GovernmentIDNumber", None),
2278                 "Hobby": (14915, 2, (8, 0), (), "Hobby", None),
2279                 "Home2TelephoneNumber": (14895, 2, (8, 0), (), "Home2TelephoneNumber", None),
2280                 "HomeAddress": (32794, 2, (8, 0), (), "HomeAddress", None),
2281                 "HomeAddressCity": (14937, 2, (8, 0), (), "HomeAddressCity", None),
2282                 "HomeAddressCountry": (14938, 2, (8, 0), (), "HomeAddressCountry", None),
2283                 "HomeAddressPostOfficeBox": (14942, 2, (8, 0), (), "HomeAddressPostOfficeBox", None),
2284                 "HomeAddressPostalCode": (14939, 2, (8, 0), (), "HomeAddressPostalCode", None),
2285                 "HomeAddressState": (14940, 2, (8, 0), (), "HomeAddressState", None),
2286                 "HomeAddressStreet": (14941, 2, (8, 0), (), "HomeAddressStreet", None),
2287                 "HomeFaxNumber": (14885, 2, (8, 0), (), "HomeFaxNumber", None),
2288                 "HomeTelephoneNumber": (14857, 2, (8, 0), (), "HomeTelephoneNumber", None),
2289                 "ISDNNumber": (14893, 2, (8, 0), (), "ISDNNumber", None),
2290                 "Importance": (23, 2, (3, 0), (), "Importance", None),
2291                 "Initials": (14858, 2, (8, 0), (), "Initials", None),
2292                 "InternetFreeBusyAddress": (32984, 2, (8, 0), (), "InternetFreeBusyAddress", None),
2293                 "JobTitle": (14871, 2, (8, 0), (), "JobTitle", None),
2294                 "Journal": (32805, 2, (11, 0), (), "Journal", None),
2295                 "Language": (14860, 2, (8, 0), (), "Language", None),
2296                 "LastFirstAndSuffix": (32822, 2, (8, 0), (), "LastFirstAndSuffix", None),
2297                 "LastFirstNoSpace": (32816, 2, (8, 0), (), "LastFirstNoSpace", None),
2298                 "LastFirstNoSpaceCompany": (32820, 2, (8, 0), (), "LastFirstNoSpaceCompany", None),
2299                 "LastFirstSpaceOnly": (32817, 2, (8, 0), (), "LastFirstSpaceOnly", None),
2300                 "LastFirstSpaceOnlyCompany": (32821, 2, (8, 0), (), "LastFirstSpaceOnlyCompany", None),
2301                 "LastModificationTime": (12296, 2, (7, 0), (), "LastModificationTime", None),
2302                 "LastName": (14865, 2, (8, 0), (), "LastName", None),
2303                 "LastNameAndFirstName": (32791, 2, (8, 0), (), "LastNameAndFirstName", None),
2304                 # Method 'Links' returns object of type 'Links'
2305                 "Links": (62469, 2, (9, 0), (), "Links", '{0006308A-0000-0000-C000-000000000046}'),
2306                 "MAPIOBJECT": (61696, 2, (13, 0), (), "MAPIOBJECT", None),
2307                 "MailingAddress": (14869, 2, (8, 0), (), "MailingAddress", None),
2308                 "MailingAddressCity": (14887, 2, (8, 0), (), "MailingAddressCity", None),
2309                 "MailingAddressCountry": (14886, 2, (8, 0), (), "MailingAddressCountry", None),
2310                 "MailingAddressPostOfficeBox": (14891, 2, (8, 0), (), "MailingAddressPostOfficeBox", None),
2311                 "MailingAddressPostalCode": (14890, 2, (8, 0), (), "MailingAddressPostalCode", None),
2312                 "MailingAddressState": (14888, 2, (8, 0), (), "MailingAddressState", None),
2313                 "MailingAddressStreet": (14889, 2, (8, 0), (), "MailingAddressStreet", None),
2314                 "ManagerName": (14926, 2, (8, 0), (), "ManagerName", None),
2315                 "MessageClass": (26, 2, (8, 0), (), "MessageClass", None),
2316                 "MiddleName": (14916, 2, (8, 0), (), "MiddleName", None),
2317                 "Mileage": (34100, 2, (8, 0), (), "Mileage", None),
2318                 "MobileTelephoneNumber": (14876, 2, (8, 0), (), "MobileTelephoneNumber", None),
2319                 "NetMeetingAlias": (32863, 2, (8, 0), (), "NetMeetingAlias", None),
2320                 "NetMeetingServer": (32864, 2, (8, 0), (), "NetMeetingServer", None),
2321                 "NickName": (14927, 2, (8, 0), (), "NickName", None),
2322                 "NoAging": (34062, 2, (11, 0), (), "NoAging", None),
2323                 "OfficeLocation": (14873, 2, (8, 0), (), "OfficeLocation", None),
2324                 "OrganizationalIDNumber": (14864, 2, (8, 0), (), "OrganizationalIDNumber", None),
2325                 "OtherAddress": (32796, 2, (8, 0), (), "OtherAddress", None),
2326                 "OtherAddressCity": (14943, 2, (8, 0), (), "OtherAddressCity", None),
2327                 "OtherAddressCountry": (14944, 2, (8, 0), (), "OtherAddressCountry", None),
2328                 "OtherAddressPostOfficeBox": (14948, 2, (8, 0), (), "OtherAddressPostOfficeBox", None),
2329                 "OtherAddressPostalCode": (14945, 2, (8, 0), (), "OtherAddressPostalCode", None),
2330                 "OtherAddressState": (14946, 2, (8, 0), (), "OtherAddressState", None),
2331                 "OtherAddressStreet": (14947, 2, (8, 0), (), "OtherAddressStreet", None),
2332                 "OtherFaxNumber": (14883, 2, (8, 0), (), "OtherFaxNumber", None),
2333                 "OtherTelephoneNumber": (14879, 2, (8, 0), (), "OtherTelephoneNumber", None),
2334                 "OutlookInternalVersion": (34130, 2, (3, 0), (), "OutlookInternalVersion", None),
2335                 "OutlookVersion": (34132, 2, (8, 0), (), "OutlookVersion", None),
2336                 "PagerNumber": (14881, 2, (8, 0), (), "PagerNumber", None),
2337                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
2338                 "PersonalHomePage": (14928, 2, (8, 0), (), "PersonalHomePage", None),
2339                 "PrimaryTelephoneNumber": (14874, 2, (8, 0), (), "PrimaryTelephoneNumber", None),
2340                 "Profession": (14918, 2, (8, 0), (), "Profession", None),
2341                 "RadioTelephoneNumber": (14877, 2, (8, 0), (), "RadioTelephoneNumber", None),
2342                 "ReferredBy": (14919, 2, (8, 0), (), "ReferredBy", None),
2343                 "Saved": (61603, 2, (11, 0), (), "Saved", None),
2344                 "SelectedMailingAddress": (32802, 2, (3, 0), (), "SelectedMailingAddress", None),
2345                 "Sensitivity": (54, 2, (3, 0), (), "Sensitivity", None),
2346                 # Method 'Session' returns object of type '_NameSpace'
2347                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
2348                 "Size": (3592, 2, (3, 0), (), "Size", None),
2349                 "Spouse": (14920, 2, (8, 0), (), "Spouse", None),
2350                 "Subject": (55, 2, (8, 0), (), "Subject", None),
2351                 "Suffix": (14853, 2, (8, 0), (), "Suffix", None),
2352                 "TTYTDDTelephoneNumber": (14923, 2, (8, 0), (), "TTYTDDTelephoneNumber", None),
2353                 "TelexNumber": (14892, 2, (8, 0), (), "TelexNumber", None),
2354                 "Title": (14917, 2, (8, 0), (), "Title", None),
2355                 "UnRead": (61468, 2, (11, 0), (), "UnRead", None),
2356                 "User1": (32847, 2, (8, 0), (), "User1", None),
2357                 "User2": (32848, 2, (8, 0), (), "User2", None),
2358                 "User3": (32849, 2, (8, 0), (), "User3", None),
2359                 "User4": (32850, 2, (8, 0), (), "User4", None),
2360                 "UserCertificate": (32790, 2, (8, 0), (), "UserCertificate", None),
2361                 # Method 'UserProperties' returns object of type 'UserProperties'
2362                 "UserProperties": (63510, 2, (9, 0), (), "UserProperties", '{0006303D-0000-0000-C000-000000000046}'),
2363                 "WebPage": (32811, 2, (8, 0), (), "WebPage", None),
2364                 "YomiCompanyName": (32814, 2, (8, 0), (), "YomiCompanyName", None),
2365                 "YomiFirstName": (32812, 2, (8, 0), (), "YomiFirstName", None),
2366                 "YomiLastName": (32813, 2, (8, 0), (), "YomiLastName", None),
2367         }
2368         _prop_map_put_ = {
2369                 "Account": ((14848, LCID, 4, 0),()),
2370                 "Anniversary": ((14913, LCID, 4, 0),()),
2371                 "AssistantName": ((14896, LCID, 4, 0),()),
2372                 "AssistantTelephoneNumber": ((14894, LCID, 4, 0),()),
2373                 "BillingInformation": ((34101, LCID, 4, 0),()),
2374                 "Birthday": ((14914, LCID, 4, 0),()),
2375                 "Body": ((37120, LCID, 4, 0),()),
2376                 "Business2TelephoneNumber": ((14875, LCID, 4, 0),()),
2377                 "BusinessAddress": ((32795, LCID, 4, 0),()),
2378                 "BusinessAddressCity": ((32838, LCID, 4, 0),()),
2379                 "BusinessAddressCountry": ((32841, LCID, 4, 0),()),
2380                 "BusinessAddressPostOfficeBox": ((32842, LCID, 4, 0),()),
2381                 "BusinessAddressPostalCode": ((32840, LCID, 4, 0),()),
2382                 "BusinessAddressState": ((32839, LCID, 4, 0),()),
2383                 "BusinessAddressStreet": ((32837, LCID, 4, 0),()),
2384                 "BusinessFaxNumber": ((14884, LCID, 4, 0),()),
2385                 "BusinessHomePage": ((14929, LCID, 4, 0),()),
2386                 "BusinessTelephoneNumber": ((14856, LCID, 4, 0),()),
2387                 "CallbackTelephoneNumber": ((14850, LCID, 4, 0),()),
2388                 "CarTelephoneNumber": ((14878, LCID, 4, 0),()),
2389                 "Categories": ((36865, LCID, 4, 0),()),
2390                 "Children": ((32780, LCID, 4, 0),()),
2391                 "Companies": ((34107, LCID, 4, 0),()),
2392                 "CompanyMainTelephoneNumber": ((14935, LCID, 4, 0),()),
2393                 "CompanyName": ((14870, LCID, 4, 0),()),
2394                 "ComputerNetworkName": ((14921, LCID, 4, 0),()),
2395                 "CustomerID": ((14922, LCID, 4, 0),()),
2396                 "Department": ((14872, LCID, 4, 0),()),
2397                 "Email1Address": ((32899, LCID, 4, 0),()),
2398                 "Email1AddressType": ((32898, LCID, 4, 0),()),
2399                 "Email2Address": ((32915, LCID, 4, 0),()),
2400                 "Email2AddressType": ((32914, LCID, 4, 0),()),
2401                 "Email3Address": ((32931, LCID, 4, 0),()),
2402                 "Email3AddressType": ((32930, LCID, 4, 0),()),
2403                 "FTPSite": ((14924, LCID, 4, 0),()),
2404                 "FileAs": ((32773, LCID, 4, 0),()),
2405                 "FirstName": ((14854, LCID, 4, 0),()),
2406                 "FullName": ((12289, LCID, 4, 0),()),
2407                 "Gender": ((14925, LCID, 4, 0),()),
2408                 "GovernmentIDNumber": ((14855, LCID, 4, 0),()),
2409                 "Hobby": ((14915, LCID, 4, 0),()),
2410                 "Home2TelephoneNumber": ((14895, LCID, 4, 0),()),
2411                 "HomeAddress": ((32794, LCID, 4, 0),()),
2412                 "HomeAddressCity": ((14937, LCID, 4, 0),()),
2413                 "HomeAddressCountry": ((14938, LCID, 4, 0),()),
2414                 "HomeAddressPostOfficeBox": ((14942, LCID, 4, 0),()),
2415                 "HomeAddressPostalCode": ((14939, LCID, 4, 0),()),
2416                 "HomeAddressState": ((14940, LCID, 4, 0),()),
2417                 "HomeAddressStreet": ((14941, LCID, 4, 0),()),
2418                 "HomeFaxNumber": ((14885, LCID, 4, 0),()),
2419                 "HomeTelephoneNumber": ((14857, LCID, 4, 0),()),
2420                 "ISDNNumber": ((14893, LCID, 4, 0),()),
2421                 "Importance": ((23, LCID, 4, 0),()),
2422                 "Initials": ((14858, LCID, 4, 0),()),
2423                 "InternetFreeBusyAddress": ((32984, LCID, 4, 0),()),
2424                 "JobTitle": ((14871, LCID, 4, 0),()),
2425                 "Journal": ((32805, LCID, 4, 0),()),
2426                 "Language": ((14860, LCID, 4, 0),()),
2427                 "LastName": ((14865, LCID, 4, 0),()),
2428                 "MailingAddress": ((14869, LCID, 4, 0),()),
2429                 "MailingAddressCity": ((14887, LCID, 4, 0),()),
2430                 "MailingAddressCountry": ((14886, LCID, 4, 0),()),
2431                 "MailingAddressPostOfficeBox": ((14891, LCID, 4, 0),()),
2432                 "MailingAddressPostalCode": ((14890, LCID, 4, 0),()),
2433                 "MailingAddressState": ((14888, LCID, 4, 0),()),
2434                 "MailingAddressStreet": ((14889, LCID, 4, 0),()),
2435                 "ManagerName": ((14926, LCID, 4, 0),()),
2436                 "MessageClass": ((26, LCID, 4, 0),()),
2437                 "MiddleName": ((14916, LCID, 4, 0),()),
2438                 "Mileage": ((34100, LCID, 4, 0),()),
2439                 "MobileTelephoneNumber": ((14876, LCID, 4, 0),()),
2440                 "NetMeetingAlias": ((32863, LCID, 4, 0),()),
2441                 "NetMeetingServer": ((32864, LCID, 4, 0),()),
2442                 "NickName": ((14927, LCID, 4, 0),()),
2443                 "NoAging": ((34062, LCID, 4, 0),()),
2444                 "OfficeLocation": ((14873, LCID, 4, 0),()),
2445                 "OrganizationalIDNumber": ((14864, LCID, 4, 0),()),
2446                 "OtherAddress": ((32796, LCID, 4, 0),()),
2447                 "OtherAddressCity": ((14943, LCID, 4, 0),()),
2448                 "OtherAddressCountry": ((14944, LCID, 4, 0),()),
2449                 "OtherAddressPostOfficeBox": ((14948, LCID, 4, 0),()),
2450                 "OtherAddressPostalCode": ((14945, LCID, 4, 0),()),
2451                 "OtherAddressState": ((14946, LCID, 4, 0),()),
2452                 "OtherAddressStreet": ((14947, LCID, 4, 0),()),
2453                 "OtherFaxNumber": ((14883, LCID, 4, 0),()),
2454                 "OtherTelephoneNumber": ((14879, LCID, 4, 0),()),
2455                 "PagerNumber": ((14881, LCID, 4, 0),()),
2456                 "PersonalHomePage": ((14928, LCID, 4, 0),()),
2457                 "PrimaryTelephoneNumber": ((14874, LCID, 4, 0),()),
2458                 "Profession": ((14918, LCID, 4, 0),()),
2459                 "RadioTelephoneNumber": ((14877, LCID, 4, 0),()),
2460                 "ReferredBy": ((14919, LCID, 4, 0),()),
2461                 "SelectedMailingAddress": ((32802, LCID, 4, 0),()),
2462                 "Sensitivity": ((54, LCID, 4, 0),()),
2463                 "Spouse": ((14920, LCID, 4, 0),()),
2464                 "Subject": ((55, LCID, 4, 0),()),
2465                 "Suffix": ((14853, LCID, 4, 0),()),
2466                 "TTYTDDTelephoneNumber": ((14923, LCID, 4, 0),()),
2467                 "TelexNumber": ((14892, LCID, 4, 0),()),
2468                 "Title": ((14917, LCID, 4, 0),()),
2469                 "UnRead": ((61468, LCID, 4, 0),()),
2470                 "User1": ((32847, LCID, 4, 0),()),
2471                 "User2": ((32848, LCID, 4, 0),()),
2472                 "User3": ((32849, LCID, 4, 0),()),
2473                 "User4": ((32850, LCID, 4, 0),()),
2474                 "UserCertificate": ((32790, LCID, 4, 0),()),
2475                 "WebPage": ((32811, LCID, 4, 0),()),
2476                 "YomiCompanyName": ((32814, LCID, 4, 0),()),
2477                 "YomiFirstName": ((32812, LCID, 4, 0),()),
2478                 "YomiLastName": ((32813, LCID, 4, 0),()),
2479         }
2480 
2481 class _DDocSiteControl(DispatchBaseClass):
2482         CLSID = IID('{0006F026-0000-0000-C000-000000000046}')
2483         coclass_clsid = IID('{0006F024-0000-0000-C000-000000000046}')
2484 
2485         _prop_map_get_ = {
2486                 "ReadOnly": (-2147356664, 2, (11, 0), (), "ReadOnly", None),
2487         }
2488         _prop_map_put_ = {
2489                 "ReadOnly": ((-2147356664, LCID, 4, 0),()),
2490         }
2491 
2492 class _DDocSiteControlEvents:
2493         CLSID = CLSID_Sink = IID('{50BB9B50-811D-11CE-B565-00AA00608FAA}')
2494         coclass_clsid = IID('{0006F024-0000-0000-C000-000000000046}')
2495         _public_methods_ = [] # For COM Server support
2496         _dispid_to_func_ = {
2497                 }
2498 
2499         def __init__(self, oobj = None):
2500                 if oobj is None:
2501                         self._olecp = None
2502                 else:
2503                         import win32com.server.util
2504                         from win32com.server.policy import EventHandlerPolicy
2505                         cpc=oobj._oleobj_.QueryInterface(pythoncom.IID_IConnectionPointContainer)
2506                         cp=cpc.FindConnectionPoint(self.CLSID_Sink)
2507                         cookie=cp.Advise(win32com.server.util.wrap(self, usePolicy=EventHandlerPolicy))
2508                         self._olecp,self._olecp_cookie = cp,cookie
2509         def __del__(self):
2510                 try:
2511                         self.close()
2512                 except pythoncom.com_error:
2513                         pass
2514         def close(self):
2515                 if self._olecp is not None:
2516                         cp,cookie,self._olecp,self._olecp_cookie = self._olecp,self._olecp_cookie,None,None
2517                         cp.Unadvise(cookie)
2518         def _query_interface_(self, iid):
2519                 import win32com.server.util
2520                 if iid==self.CLSID_Sink: return win32com.server.util.wrap(self)
2521 
2522         # Event Handlers
2523         # If you create handlers, they should have the following prototypes:
2524 
2525 
2526 class _DRecipientControl(DispatchBaseClass):
2527         CLSID = IID('{0006F025-0000-0000-C000-000000000046}')
2528         coclass_clsid = IID('{0006F023-0000-0000-C000-000000000046}')
2529 
2530         _prop_map_get_ = {
2531                 "BackColor": (-501, 2, (3, 0), (), "BackColor", None),
2532                 "Enabled": (-514, 2, (11, 0), (), "Enabled", None),
2533                 "Font": (-512, 2, (9, 0), (), "Font", None),
2534                 "ForeColor": (-513, 2, (3, 0), (), "ForeColor", None),
2535                 "ReadOnly": (-2147356664, 2, (11, 0), (), "ReadOnly", None),
2536                 "SpecialEffect": (12, 2, (3, 0), (), "SpecialEffect", None),
2537         }
2538         _prop_map_put_ = {
2539                 "BackColor": ((-501, LCID, 4, 0),()),
2540                 "Enabled": ((-514, LCID, 4, 0),()),
2541                 "Font": ((-512, LCID, 4, 0),()),
2542                 "ForeColor": ((-513, LCID, 4, 0),()),
2543                 "ReadOnly": ((-2147356664, LCID, 4, 0),()),
2544                 "SpecialEffect": ((12, LCID, 4, 0),()),
2545         }
2546 
2547 class _DRecipientControlEvents:
2548         CLSID = CLSID_Sink = IID('{D87E7E17-6897-11CE-A6C0-00AA00608FAA}')
2549         coclass_clsid = IID('{0006F023-0000-0000-C000-000000000046}')
2550         _public_methods_ = [] # For COM Server support
2551         _dispid_to_func_ = {
2552                 }
2553 
2554         def __init__(self, oobj = None):
2555                 if oobj is None:
2556                         self._olecp = None
2557                 else:
2558                         import win32com.server.util
2559                         from win32com.server.policy import EventHandlerPolicy
2560                         cpc=oobj._oleobj_.QueryInterface(pythoncom.IID_IConnectionPointContainer)
2561                         cp=cpc.FindConnectionPoint(self.CLSID_Sink)
2562                         cookie=cp.Advise(win32com.server.util.wrap(self, usePolicy=EventHandlerPolicy))
2563                         self._olecp,self._olecp_cookie = cp,cookie
2564         def __del__(self):
2565                 try:
2566                         self.close()
2567                 except pythoncom.com_error:
2568                         pass
2569         def close(self):
2570                 if self._olecp is not None:
2571                         cp,cookie,self._olecp,self._olecp_cookie = self._olecp,self._olecp_cookie,None,None
2572                         cp.Unadvise(cookie)
2573         def _query_interface_(self, iid):
2574                 import win32com.server.util
2575                 if iid==self.CLSID_Sink: return win32com.server.util.wrap(self)
2576 
2577         # Event Handlers
2578         # If you create handlers, they should have the following prototypes:
2579 
2580 
2581 class _DistListItem(DispatchBaseClass):
2582         CLSID = IID('{00063081-0000-0000-C000-000000000046}')
2583         coclass_clsid = IID('{0006103C-0000-0000-C000-000000000046}')
2584 
2585         def AddMembers(self, Recipients=defaultNamedNotOptArg):
2586                 return self._oleobj_.InvokeTypes(63744, LCID, 1, (24, 0), ((9, 1),),Recipients)
2587 
2588         def Close(self, SaveMode=defaultNamedNotOptArg):
2589                 return self._oleobj_.InvokeTypes(61475, LCID, 1, (24, 0), ((3, 1),),SaveMode)
2590 
2591         def Copy(self):
2592                 ret = self._oleobj_.InvokeTypes(61490, LCID, 1, (9, 0), (),)
2593                 if ret is not None:
2594                         ret = Dispatch(ret, 'Copy', None, UnicodeToString=0)
2595                 return ret
2596 
2597         def Delete(self):
2598                 return self._oleobj_.InvokeTypes(61514, LCID, 1, (24, 0), (),)
2599 
2600         def Display(self, Modal=defaultNamedOptArg):
2601                 return self._oleobj_.InvokeTypes(61606, LCID, 1, (24, 0), ((12, 17),),Modal)
2602 
2603         # Result is of type Recipient
2604         def GetMember(self, Index=defaultNamedNotOptArg):
2605                 ret = self._oleobj_.InvokeTypes(63749, LCID, 1, (9, 0), ((3, 1),),Index)
2606                 if ret is not None:
2607                         ret = Dispatch(ret, 'GetMember', '{00063045-0000-0000-C000-000000000046}', UnicodeToString=0)
2608                 return ret
2609 
2610         def Move(self, DestFldr=defaultNamedNotOptArg):
2611                 ret = self._oleobj_.InvokeTypes(61492, LCID, 1, (9, 0), ((9, 1),),DestFldr)
2612                 if ret is not None:
2613                         ret = Dispatch(ret, 'Move', None, UnicodeToString=0)
2614                 return ret
2615 
2616         def PrintOut(self):
2617                 return self._oleobj_.InvokeTypes(61491, LCID, 1, (24, 0), (),)
2618 
2619         def RemoveMembers(self, Recipients=defaultNamedNotOptArg):
2620                 return self._oleobj_.InvokeTypes(63745, LCID, 1, (24, 0), ((9, 1),),Recipients)
2621 
2622         def Save(self):
2623                 return self._oleobj_.InvokeTypes(61512, LCID, 1, (24, 0), (),)
2624 
2625         def SaveAs(self, Path=defaultNamedNotOptArg, Type=defaultNamedOptArg):
2626                 return self._oleobj_.InvokeTypes(61521, LCID, 1, (24, 0), ((8, 1), (12, 17)),Path, Type)
2627 
2628         _prop_map_get_ = {
2629                 # Method 'Actions' returns object of type 'Actions'
2630                 "Actions": (63511, 2, (9, 0), (), "Actions", '{0006303E-0000-0000-C000-000000000046}'),
2631                 # Method 'Application' returns object of type '_Application'
2632                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
2633                 # Method 'Attachments' returns object of type 'Attachments'
2634                 "Attachments": (63509, 2, (9, 0), (), "Attachments", '{0006303C-0000-0000-C000-000000000046}'),
2635                 "BillingInformation": (34101, 2, (8, 0), (), "BillingInformation", None),
2636                 "Body": (37120, 2, (8, 0), (), "Body", None),
2637                 "Categories": (36865, 2, (8, 0), (), "Categories", None),
2638                 "CheckSum": (32844, 2, (3, 0), (), "CheckSum", None),
2639                 "Class": (61450, 2, (3, 0), (), "Class", None),
2640                 "Companies": (34107, 2, (8, 0), (), "Companies", None),
2641                 "ConversationIndex": (113, 2, (8, 0), (), "ConversationIndex", None),
2642                 "ConversationTopic": (112, 2, (8, 0), (), "ConversationTopic", None),
2643                 "CreationTime": (12295, 2, (7, 0), (), "CreationTime", None),
2644                 "DLName": (32851, 2, (8, 0), (), "DLName", None),
2645                 "EntryID": (61470, 2, (8, 0), (), "EntryID", None),
2646                 # Method 'FormDescription' returns object of type 'FormDescription'
2647                 "FormDescription": (61589, 2, (9, 0), (), "FormDescription", '{00063046-0000-0000-C000-000000000046}'),
2648                 # Method 'GetInspector' returns object of type '_Inspector'
2649                 "GetInspector": (61502, 2, (9, 0), (), "GetInspector", '{00063005-0000-0000-C000-000000000046}'),
2650                 "Importance": (23, 2, (3, 0), (), "Importance", None),
2651                 "LastModificationTime": (12296, 2, (7, 0), (), "LastModificationTime", None),
2652                 # Method 'Links' returns object of type 'Links'
2653                 "Links": (62469, 2, (9, 0), (), "Links", '{0006308A-0000-0000-C000-000000000046}'),
2654                 "MAPIOBJECT": (61696, 2, (13, 0), (), "MAPIOBJECT", None),
2655                 "MemberCount": (32843, 2, (3, 0), (), "MemberCount", None),
2656                 "Members": (32853, 2, (12, 0), (), "Members", None),
2657                 "MessageClass": (26, 2, (8, 0), (), "MessageClass", None),
2658                 "Mileage": (34100, 2, (8, 0), (), "Mileage", None),
2659                 "NoAging": (34062, 2, (11, 0), (), "NoAging", None),
2660                 "OneOffMembers": (32852, 2, (12, 0), (), "OneOffMembers", None),
2661                 "OutlookInternalVersion": (34130, 2, (3, 0), (), "OutlookInternalVersion", None),
2662                 "OutlookVersion": (34132, 2, (8, 0), (), "OutlookVersion", None),
2663                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
2664                 "Saved": (61603, 2, (11, 0), (), "Saved", None),
2665                 "Sensitivity": (54, 2, (3, 0), (), "Sensitivity", None),
2666                 # Method 'Session' returns object of type '_NameSpace'
2667                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
2668                 "Size": (3592, 2, (3, 0), (), "Size", None),
2669                 "Subject": (55, 2, (8, 0), (), "Subject", None),
2670                 "UnRead": (61468, 2, (11, 0), (), "UnRead", None),
2671                 # Method 'UserProperties' returns object of type 'UserProperties'
2672                 "UserProperties": (63510, 2, (9, 0), (), "UserProperties", '{0006303D-0000-0000-C000-000000000046}'),
2673         }
2674         _prop_map_put_ = {
2675                 "BillingInformation": ((34101, LCID, 4, 0),()),
2676                 "Body": ((37120, LCID, 4, 0),()),
2677                 "Categories": ((36865, LCID, 4, 0),()),
2678                 "Companies": ((34107, LCID, 4, 0),()),
2679                 "DLName": ((32851, LCID, 4, 0),()),
2680                 "Importance": ((23, LCID, 4, 0),()),
2681                 "Members": ((32853, LCID, 4, 0),()),
2682                 "MessageClass": ((26, LCID, 4, 0),()),
2683                 "Mileage": ((34100, LCID, 4, 0),()),
2684                 "NoAging": ((34062, LCID, 4, 0),()),
2685                 "OneOffMembers": ((32852, LCID, 4, 0),()),
2686                 "Sensitivity": ((54, LCID, 4, 0),()),
2687                 "Subject": ((55, LCID, 4, 0),()),
2688                 "UnRead": ((61468, LCID, 4, 0),()),
2689         }
2690 
2691 class _DocumentItem(DispatchBaseClass):
2692         CLSID = IID('{00063020-0000-0000-C000-000000000046}')
2693         coclass_clsid = IID('{00061061-0000-0000-C000-000000000046}')
2694 
2695         def Close(self, SaveMode=defaultNamedNotOptArg):
2696                 return self._oleobj_.InvokeTypes(61475, LCID, 1, (24, 0), ((3, 1),),SaveMode)
2697 
2698         def Copy(self):
2699                 ret = self._oleobj_.InvokeTypes(61490, LCID, 1, (9, 0), (),)
2700                 if ret is not None:
2701                         ret = Dispatch(ret, 'Copy', None, UnicodeToString=0)
2702                 return ret
2703 
2704         def Delete(self):
2705                 return self._oleobj_.InvokeTypes(61514, LCID, 1, (24, 0), (),)
2706 
2707         def Display(self, Modal=defaultNamedOptArg):
2708                 return self._oleobj_.InvokeTypes(61606, LCID, 1, (24, 0), ((12, 17),),Modal)
2709 
2710         def Move(self, DestFldr=defaultNamedNotOptArg):
2711                 ret = self._oleobj_.InvokeTypes(61492, LCID, 1, (9, 0), ((9, 1),),DestFldr)
2712                 if ret is not None:
2713                         ret = Dispatch(ret, 'Move', None, UnicodeToString=0)
2714                 return ret
2715 
2716         def PrintOut(self):
2717                 return self._oleobj_.InvokeTypes(61491, LCID, 1, (24, 0), (),)
2718 
2719         def Save(self):
2720                 return self._oleobj_.InvokeTypes(61512, LCID, 1, (24, 0), (),)
2721 
2722         def SaveAs(self, Path=defaultNamedNotOptArg, Type=defaultNamedOptArg):
2723                 return self._oleobj_.InvokeTypes(61521, LCID, 1, (24, 0), ((8, 1), (12, 17)),Path, Type)
2724 
2725         _prop_map_get_ = {
2726                 # Method 'Actions' returns object of type 'Actions'
2727                 "Actions": (63511, 2, (9, 0), (), "Actions", '{0006303E-0000-0000-C000-000000000046}'),
2728                 # Method 'Application' returns object of type '_Application'
2729                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
2730                 # Method 'Attachments' returns object of type 'Attachments'
2731                 "Attachments": (63509, 2, (9, 0), (), "Attachments", '{0006303C-0000-0000-C000-000000000046}'),
2732                 "BillingInformation": (34101, 2, (8, 0), (), "BillingInformation", None),
2733                 "Body": (37120, 2, (8, 0), (), "Body", None),
2734                 "Categories": (36865, 2, (8, 0), (), "Categories", None),
2735                 "Class": (61450, 2, (3, 0), (), "Class", None),
2736                 "Companies": (34107, 2, (8, 0), (), "Companies", None),
2737                 "ConversationIndex": (113, 2, (8, 0), (), "ConversationIndex", None),
2738                 "ConversationTopic": (112, 2, (8, 0), (), "ConversationTopic", None),
2739                 "CreationTime": (12295, 2, (7, 0), (), "CreationTime", None),
2740                 "EntryID": (61470, 2, (8, 0), (), "EntryID", None),
2741                 # Method 'FormDescription' returns object of type 'FormDescription'
2742                 "FormDescription": (61589, 2, (9, 0), (), "FormDescription", '{00063046-0000-0000-C000-000000000046}'),
2743                 # Method 'GetInspector' returns object of type '_Inspector'
2744                 "GetInspector": (61502, 2, (9, 0), (), "GetInspector", '{00063005-0000-0000-C000-000000000046}'),
2745                 "Importance": (23, 2, (3, 0), (), "Importance", None),
2746                 "LastModificationTime": (12296, 2, (7, 0), (), "LastModificationTime", None),
2747                 # Method 'Links' returns object of type 'Links'
2748                 "Links": (62469, 2, (9, 0), (), "Links", '{0006308A-0000-0000-C000-000000000046}'),
2749                 "MAPIOBJECT": (61696, 2, (13, 0), (), "MAPIOBJECT", None),
2750                 "MessageClass": (26, 2, (8, 0), (), "MessageClass", None),
2751                 "Mileage": (34100, 2, (8, 0), (), "Mileage", None),
2752                 "NoAging": (34062, 2, (11, 0), (), "NoAging", None),
2753                 "OutlookInternalVersion": (34130, 2, (3, 0), (), "OutlookInternalVersion", None),
2754                 "OutlookVersion": (34132, 2, (8, 0), (), "OutlookVersion", None),
2755                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
2756                 "Saved": (61603, 2, (11, 0), (), "Saved", None),
2757                 "Sensitivity": (54, 2, (3, 0), (), "Sensitivity", None),
2758                 # Method 'Session' returns object of type '_NameSpace'
2759                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
2760                 "Size": (3592, 2, (3, 0), (), "Size", None),
2761                 "Subject": (55, 2, (8, 0), (), "Subject", None),
2762                 "UnRead": (61468, 2, (11, 0), (), "UnRead", None),
2763                 # Method 'UserProperties' returns object of type 'UserProperties'
2764                 "UserProperties": (63510, 2, (9, 0), (), "UserProperties", '{0006303D-0000-0000-C000-000000000046}'),
2765         }
2766         _prop_map_put_ = {
2767                 "BillingInformation": ((34101, LCID, 4, 0),()),
2768                 "Body": ((37120, LCID, 4, 0),()),
2769                 "Categories": ((36865, LCID, 4, 0),()),
2770                 "Companies": ((34107, LCID, 4, 0),()),
2771                 "Importance": ((23, LCID, 4, 0),()),
2772                 "MessageClass": ((26, LCID, 4, 0),()),
2773                 "Mileage": ((34100, LCID, 4, 0),()),
2774                 "NoAging": ((34062, LCID, 4, 0),()),
2775                 "Sensitivity": ((54, LCID, 4, 0),()),
2776                 "Subject": ((55, LCID, 4, 0),()),
2777                 "UnRead": ((61468, LCID, 4, 0),()),
2778         }
2779 
2780 class _Explorer(DispatchBaseClass):
2781         CLSID = IID('{00063003-0000-0000-C000-000000000046}')
2782         coclass_clsid = IID('{00063050-0000-0000-C000-000000000046}')
2783 
2784         def Activate(self):
2785                 return self._oleobj_.InvokeTypes(8467, LCID, 1, (24, 0), (),)
2786 
2787         def Close(self):
2788                 return self._oleobj_.InvokeTypes(8451, LCID, 1, (24, 0), (),)
2789 
2790         def Display(self):
2791                 return self._oleobj_.InvokeTypes(8452, LCID, 1, (24, 0), (),)
2792 
2793         def IsPaneVisible(self, Pane=defaultNamedNotOptArg):
2794                 return self._oleobj_.InvokeTypes(8707, LCID, 1, (11, 0), ((3, 1),),Pane)
2795 
2796         def ShowPane(self, Pane=defaultNamedNotOptArg, Visible=defaultNamedNotOptArg):
2797                 return self._oleobj_.InvokeTypes(8708, LCID, 1, (24, 0), ((3, 1), (11, 1)),Pane, Visible)
2798 
2799         _prop_map_get_ = {
2800                 # Method 'Application' returns object of type '_Application'
2801                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
2802                 "Caption": (8465, 2, (8, 0), (), "Caption", None),
2803                 "Class": (61450, 2, (3, 0), (), "Class", None),
2804                 # Method 'CommandBars' returns object of type 'CommandBars'
2805                 "CommandBars": (8448, 2, (13, 0), (), "CommandBars", '{55F88893-7708-11D1-ACEB-006008961DA5}'),
2806                 # Method 'CurrentFolder' returns object of type 'MAPIFolder'
2807                 "CurrentFolder": (8449, 2, (9, 0), (), "CurrentFolder", '{00063006-0000-0000-C000-000000000046}'),
2808                 "CurrentView": (8704, 2, (12, 0), (), "CurrentView", None),
2809                 "Height": (8468, 2, (3, 0), (), "Height", None),
2810                 "Left": (8469, 2, (3, 0), (), "Left", None),
2811                 # Method 'Panes' returns object of type 'Panes'
2812                 "Panes": (8705, 2, (9, 0), (), "Panes", '{00063009-0000-0000-C000-000000000046}'),
2813                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
2814                 # Method 'Selection' returns object of type 'Selection'
2815                 "Selection": (8706, 2, (9, 0), (), "Selection", '{00063087-0000-0000-C000-000000000046}'),
2816                 # Method 'Session' returns object of type '_NameSpace'
2817                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
2818                 "Top": (8470, 2, (3, 0), (), "Top", None),
2819                 "Views": (12553, 2, (9, 0), (), "Views", None),
2820                 "Width": (8471, 2, (3, 0), (), "Width", None),
2821                 "WindowState": (8466, 2, (3, 0), (), "WindowState", None),
2822         }
2823         _prop_map_put_ = {
2824                 "CurrentFolder": ((8449, LCID, 8, 0),()),
2825                 "CurrentView": ((8704, LCID, 4, 0),()),
2826                 "Height": ((8468, LCID, 4, 0),()),
2827                 "Left": ((8469, LCID, 4, 0),()),
2828                 "Top": ((8470, LCID, 4, 0),()),
2829                 "Width": ((8471, LCID, 4, 0),()),
2830                 "WindowState": ((8466, LCID, 4, 0),()),
2831         }
2832 
2833 class _Explorers(DispatchBaseClass):
2834         CLSID = IID('{0006300A-0000-0000-C000-000000000046}')
2835         coclass_clsid = IID('{00063053-0000-0000-C000-000000000046}')
2836 
2837         # Result is of type _Explorer
2838         def Add(self, Folder=defaultNamedNotOptArg, DisplayMode=defaultNamedNotOptArg):
2839                 ret = self._oleobj_.InvokeTypes(95, LCID, 1, (9, 0), ((12, 1), (3, 17)),Folder, DisplayMode)
2840                 if ret is not None:
2841                         ret = Dispatch(ret, 'Add', '{00063003-0000-0000-C000-000000000046}', UnicodeToString=0)
2842                 return ret
2843 
2844         # Result is of type Explorer
2845         def Item(self, Index=defaultNamedNotOptArg):
2846                 ret = self._oleobj_.InvokeTypes(81, LCID, 1, (13, 0), ((12, 1),),Index)
2847                 if ret is not None:
2848                         # See if this IUnknown is really an IDispatch
2849                         try:
2850                                 ret = ret.QueryInterface(pythoncom.IID_IDispatch)
2851                         except pythoncom.error:
2852                                 return ret
2853                         ret = Dispatch(ret, 'Item', '{00063050-0000-0000-C000-000000000046}', UnicodeToString=0)
2854                 return ret
2855 
2856         _prop_map_get_ = {
2857                 # Method 'Application' returns object of type '_Application'
2858                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
2859                 "Class": (61450, 2, (3, 0), (), "Class", None),
2860                 "Count": (80, 2, (3, 0), (), "Count", None),
2861                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
2862                 # Method 'Session' returns object of type '_NameSpace'
2863                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
2864         }
2865         _prop_map_put_ = {
2866         }
2867         #This class has Item property/method which may take args - allow indexed access
2868         def __getitem__(self, item):
2869                 return self._get_good_object_(self._oleobj_.Invoke(*(81, LCID, 1, 1, item)), "Item")
2870         #This class has Count() property - allow len(ob) to provide this
2871         def __len__(self):
2872                 return self._ApplyTypes_(*(80, 2, (3, 0), (), "Count", None))
2873         #This class has a __len__ - this is needed so 'if object:' always returns TRUE.
2874         def __nonzero__(self):
2875                 return True
2876 
2877 class _Folders(DispatchBaseClass):
2878         CLSID = IID('{00063040-0000-0000-C000-000000000046}')
2879         coclass_clsid = IID('{00063051-0000-0000-C000-000000000046}')
2880 
2881         # Result is of type MAPIFolder
2882         def Add(self, Name=defaultNamedNotOptArg, Type=defaultNamedOptArg):
2883                 ret = self._oleobj_.InvokeTypes(95, LCID, 1, (9, 0), ((8, 1), (12, 17)),Name, Type)
2884                 if ret is not None:
2885                         ret = Dispatch(ret, 'Add', '{00063006-0000-0000-C000-000000000046}', UnicodeToString=0)
2886                 return ret
2887 
2888         # Result is of type MAPIFolder
2889         def GetFirst(self):
2890                 ret = self._oleobj_.InvokeTypes(86, LCID, 1, (9, 0), (),)
2891                 if ret is not None:
2892                         ret = Dispatch(ret, 'GetFirst', '{00063006-0000-0000-C000-000000000046}', UnicodeToString=0)
2893                 return ret
2894 
2895         # Result is of type MAPIFolder
2896         def GetLast(self):
2897                 ret = self._oleobj_.InvokeTypes(88, LCID, 1, (9, 0), (),)
2898                 if ret is not None:
2899                         ret = Dispatch(ret, 'GetLast', '{00063006-0000-0000-C000-000000000046}', UnicodeToString=0)
2900                 return ret
2901 
2902         # Result is of type MAPIFolder
2903         def GetNext(self):
2904                 ret = self._oleobj_.InvokeTypes(87, LCID, 1, (9, 0), (),)
2905                 if ret is not None:
2906                         ret = Dispatch(ret, 'GetNext', '{00063006-0000-0000-C000-000000000046}', UnicodeToString=0)
2907                 return ret
2908 
2909         # Result is of type MAPIFolder
2910         def GetPrevious(self):
2911                 ret = self._oleobj_.InvokeTypes(89, LCID, 1, (9, 0), (),)
2912                 if ret is not None:
2913                         ret = Dispatch(ret, 'GetPrevious', '{00063006-0000-0000-C000-000000000046}', UnicodeToString=0)
2914                 return ret
2915 
2916         # Result is of type MAPIFolder
2917         def Item(self, Index=defaultNamedNotOptArg):
2918                 ret = self._oleobj_.InvokeTypes(81, LCID, 1, (9, 0), ((12, 1),),Index)
2919                 if ret is not None:
2920                         ret = Dispatch(ret, 'Item', '{00063006-0000-0000-C000-000000000046}', UnicodeToString=0)
2921                 return ret
2922 
2923         def Remove(self, Index=defaultNamedNotOptArg):
2924                 return self._oleobj_.InvokeTypes(84, LCID, 1, (24, 0), ((3, 1),),Index)
2925 
2926         _prop_map_get_ = {
2927                 # Method 'Application' returns object of type '_Application'
2928                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
2929                 "Class": (61450, 2, (3, 0), (), "Class", None),
2930                 "Count": (80, 2, (3, 0), (), "Count", None),
2931                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
2932                 "RawTable": (90, 2, (13, 0), (), "RawTable", None),
2933                 # Method 'Session' returns object of type '_NameSpace'
2934                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
2935         }
2936         _prop_map_put_ = {
2937         }
2938         #This class has Item property/method which may take args - allow indexed access
2939         def __getitem__(self, item):
2940                 return self._get_good_object_(self._oleobj_.Invoke(*(81, LCID, 1, 1, item)), "Item")
2941         #This class has Count() property - allow len(ob) to provide this
2942         def __len__(self):
2943                 return self._ApplyTypes_(*(80, 2, (3, 0), (), "Count", None))
2944         #This class has a __len__ - this is needed so 'if object:' always returns TRUE.
2945         def __nonzero__(self):
2946                 return True
2947 
2948 class _Inspector(DispatchBaseClass):
2949         CLSID = IID('{00063005-0000-0000-C000-000000000046}')
2950         coclass_clsid = IID('{00063058-0000-0000-C000-000000000046}')
2951 
2952         def Activate(self):
2953                 return self._oleobj_.InvokeTypes(8467, LCID, 1, (24, 0), (),)
2954 
2955         def Close(self, SaveMode=defaultNamedNotOptArg):
2956                 return self._oleobj_.InvokeTypes(8451, LCID, 1, (24, 0), ((3, 1),),SaveMode)
2957 
2958         def Display(self, Modal=defaultNamedOptArg):
2959                 return self._oleobj_.InvokeTypes(8452, LCID, 1, (24, 0), ((12, 17),),Modal)
2960 
2961         def HideFormPage(self, PageName=defaultNamedNotOptArg):
2962                 return self._oleobj_.InvokeTypes(8456, LCID, 1, (24, 0), ((8, 1),),PageName)
2963 
2964         def IsWordMail(self):
2965                 return self._oleobj_.InvokeTypes(8453, LCID, 1, (11, 0), (),)
2966 
2967         def SetCurrentFormPage(self, PageName=defaultNamedNotOptArg):
2968                 return self._oleobj_.InvokeTypes(8460, LCID, 1, (24, 0), ((8, 1),),PageName)
2969 
2970         def ShowFormPage(self, PageName=defaultNamedNotOptArg):
2971                 return self._oleobj_.InvokeTypes(8457, LCID, 1, (24, 0), ((8, 1),),PageName)
2972 
2973         _prop_map_get_ = {
2974                 # Method 'Application' returns object of type '_Application'
2975                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
2976                 "Caption": (8465, 2, (8, 0), (), "Caption", None),
2977                 "Class": (61450, 2, (3, 0), (), "Class", None),
2978                 # Method 'CommandBars' returns object of type 'CommandBars'
2979                 "CommandBars": (8448, 2, (13, 0), (), "CommandBars", '{55F88893-7708-11D1-ACEB-006008961DA5}'),
2980                 "CurrentItem": (8450, 2, (9, 0), (), "CurrentItem", None),
2981                 "EditorType": (8464, 2, (3, 0), (), "EditorType", None),
2982                 "HTMLEditor": (8462, 2, (9, 0), (), "HTMLEditor", None),
2983                 "Height": (8468, 2, (3, 0), (), "Height", None),
2984                 "Left": (8469, 2, (3, 0), (), "Left", None),
2985                 "ModifiedFormPages": (8454, 2, (9, 0), (), "ModifiedFormPages", None),
2986                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
2987                 # Method 'Session' returns object of type '_NameSpace'
2988                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
2989                 "Top": (8470, 2, (3, 0), (), "Top", None),
2990                 "Width": (8471, 2, (3, 0), (), "Width", None),
2991                 "WindowState": (8466, 2, (3, 0), (), "WindowState", None),
2992                 "WordEditor": (8463, 2, (9, 0), (), "WordEditor", None),
2993         }
2994         _prop_map_put_ = {
2995                 "Height": ((8468, LCID, 4, 0),()),
2996                 "Left": ((8469, LCID, 4, 0),()),
2997                 "Top": ((8470, LCID, 4, 0),()),
2998                 "Width": ((8471, LCID, 4, 0),()),
2999                 "WindowState": ((8466, LCID, 4, 0),()),
3000         }
3001 
3002 class _Inspectors(DispatchBaseClass):
3003         CLSID = IID('{00063008-0000-0000-C000-000000000046}')
3004         coclass_clsid = IID('{00063054-0000-0000-C000-000000000046}')
3005 
3006         # Result is of type _Inspector
3007         def Add(self, Item=defaultNamedNotOptArg):
3008                 ret = self._oleobj_.InvokeTypes(95, LCID, 1, (9, 0), ((9, 1),),Item)
3009                 if ret is not None:
3010                         ret = Dispatch(ret, 'Add', '{00063005-0000-0000-C000-000000000046}', UnicodeToString=0)
3011                 return ret
3012 
3013         # Result is of type Inspector
3014         def Item(self, Index=defaultNamedNotOptArg):
3015                 ret = self._oleobj_.InvokeTypes(81, LCID, 1, (13, 0), ((12, 1),),Index)
3016                 if ret is not None:
3017                         # See if this IUnknown is really an IDispatch
3018                         try:
3019                                 ret = ret.QueryInterface(pythoncom.IID_IDispatch)
3020                         except pythoncom.error:
3021                                 return ret
3022                         ret = Dispatch(ret, 'Item', '{00063058-0000-0000-C000-000000000046}', UnicodeToString=0)
3023                 return ret
3024 
3025         _prop_map_get_ = {
3026                 # Method 'Application' returns object of type '_Application'
3027                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
3028                 "Class": (61450, 2, (3, 0), (), "Class", None),
3029                 "Count": (80, 2, (3, 0), (), "Count", None),
3030                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
3031                 # Method 'Session' returns object of type '_NameSpace'
3032                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
3033         }
3034         _prop_map_put_ = {
3035         }
3036         #This class has Item property/method which may take args - allow indexed access
3037         def __getitem__(self, item):
3038                 return self._get_good_object_(self._oleobj_.Invoke(*(81, LCID, 1, 1, item)), "Item")
3039         #This class has Count() property - allow len(ob) to provide this
3040         def __len__(self):
3041                 return self._ApplyTypes_(*(80, 2, (3, 0), (), "Count", None))
3042         #This class has a __len__ - this is needed so 'if object:' always returns TRUE.
3043         def __nonzero__(self):
3044                 return True
3045 
3046 class _Items(DispatchBaseClass):
3047         CLSID = IID('{00063041-0000-0000-C000-000000000046}')
3048         coclass_clsid = IID('{00063052-0000-0000-C000-000000000046}')
3049 
3050         def Add(self, Type=defaultNamedOptArg):
3051                 ret = self._oleobj_.InvokeTypes(95, LCID, 1, (9, 0), ((12, 17),),Type)
3052                 if ret is not None:
3053                         ret = Dispatch(ret, 'Add', None, UnicodeToString=0)
3054                 return ret
3055 
3056         def Find(self, Filter=defaultNamedNotOptArg):
3057                 ret = self._oleobj_.InvokeTypes(98, LCID, 1, (9, 0), ((8, 1),),Filter)
3058                 if ret is not None:
3059                         ret = Dispatch(ret, 'Find', None, UnicodeToString=0)
3060                 return ret
3061 
3062         def FindNext(self):
3063                 ret = self._oleobj_.InvokeTypes(99, LCID, 1, (9, 0), (),)
3064                 if ret is not None:
3065                         ret = Dispatch(ret, 'FindNext', None, UnicodeToString=0)
3066                 return ret
3067 
3068         def GetFirst(self):
3069                 ret = self._oleobj_.InvokeTypes(86, LCID, 1, (9, 0), (),)
3070                 if ret is not None:
3071                         ret = Dispatch(ret, 'GetFirst', None, UnicodeToString=0)
3072                 return ret
3073 
3074         def GetLast(self):
3075                 ret = self._oleobj_.InvokeTypes(88, LCID, 1, (9, 0), (),)
3076                 if ret is not None:
3077                         ret = Dispatch(ret, 'GetLast', None, UnicodeToString=0)
3078                 return ret
3079 
3080         def GetNext(self):
3081                 ret = self._oleobj_.InvokeTypes(87, LCID, 1, (9, 0), (),)
3082                 if ret is not None:
3083                         ret = Dispatch(ret, 'GetNext', None, UnicodeToString=0)
3084                 return ret
3085 
3086         def GetPrevious(self):
3087                 ret = self._oleobj_.InvokeTypes(89, LCID, 1, (9, 0), (),)
3088                 if ret is not None:
3089                         ret = Dispatch(ret, 'GetPrevious', None, UnicodeToString=0)
3090                 return ret
3091 
3092         def Item(self, Index=defaultNamedNotOptArg):
3093                 ret = self._oleobj_.InvokeTypes(81, LCID, 1, (9, 0), ((12, 1),),Index)
3094                 if ret is not None:
3095                         ret = Dispatch(ret, 'Item', None, UnicodeToString=0)
3096                 return ret
3097 
3098         def Remove(self, Index=defaultNamedNotOptArg):
3099                 return self._oleobj_.InvokeTypes(84, LCID, 1, (24, 0), ((3, 1),),Index)
3100 
3101         def ResetColumns(self):
3102                 return self._oleobj_.InvokeTypes(93, LCID, 1, (24, 0), (),)
3103 
3104         # Result is of type _Items
3105         def Restrict(self, Filter=defaultNamedNotOptArg):
3106                 ret = self._oleobj_.InvokeTypes(100, LCID, 1, (9, 0), ((8, 1),),Filter)
3107                 if ret is not None:
3108                         ret = Dispatch(ret, 'Restrict', '{00063041-0000-0000-C000-000000000046}', UnicodeToString=0)
3109                 return ret
3110 
3111         def SetColumns(self, Columns=defaultNamedNotOptArg):
3112                 return self._oleobj_.InvokeTypes(92, LCID, 1, (24, 0), ((8, 1),),Columns)
3113 
3114         def Sort(self, Property=defaultNamedNotOptArg, Descending=defaultNamedOptArg):
3115                 return self._oleobj_.InvokeTypes(97, LCID, 1, (24, 0), ((8, 1), (12, 17)),Property, Descending)
3116 
3117         _prop_map_get_ = {
3118                 # Method 'Application' returns object of type '_Application'
3119                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
3120                 "Class": (61450, 2, (3, 0), (), "Class", None),
3121                 "Count": (80, 2, (3, 0), (), "Count", None),
3122                 "IncludeRecurrences": (206, 2, (11, 0), (), "IncludeRecurrences", None),
3123                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
3124                 "RawTable": (90, 2, (13, 0), (), "RawTable", None),
3125                 # Method 'Session' returns object of type '_NameSpace'
3126                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
3127         }
3128         _prop_map_put_ = {
3129                 "IncludeRecurrences": ((206, LCID, 4, 0),()),
3130         }
3131         #This class has Item property/method which may take args - allow indexed access
3132         def __getitem__(self, item):
3133                 return self._get_good_object_(self._oleobj_.Invoke(*(81, LCID, 1, 1, item)), "Item")
3134         #This class has Count() property - allow len(ob) to provide this
3135         def __len__(self):
3136                 return self._ApplyTypes_(*(80, 2, (3, 0), (), "Count", None))
3137         #This class has a __len__ - this is needed so 'if object:' always returns TRUE.
3138         def __nonzero__(self):
3139                 return True
3140 
3141 class _JournalItem(DispatchBaseClass):
3142         CLSID = IID('{00063022-0000-0000-C000-000000000046}')
3143         coclass_clsid = IID('{00061037-0000-0000-C000-000000000046}')
3144 
3145         def Close(self, SaveMode=defaultNamedNotOptArg):
3146                 return self._oleobj_.InvokeTypes(61475, LCID, 1, (24, 0), ((3, 1),),SaveMode)
3147 
3148         def Copy(self):
3149                 ret = self._oleobj_.InvokeTypes(61490, LCID, 1, (9, 0), (),)
3150                 if ret is not None:
3151                         ret = Dispatch(ret, 'Copy', None, UnicodeToString=0)
3152                 return ret
3153 
3154         def Delete(self):
3155                 return self._oleobj_.InvokeTypes(61514, LCID, 1, (24, 0), (),)
3156 
3157         def Display(self, Modal=defaultNamedOptArg):
3158                 return self._oleobj_.InvokeTypes(61606, LCID, 1, (24, 0), ((12, 17),),Modal)
3159 
3160         # Result is of type MailItem
3161         def Forward(self):
3162                 ret = self._oleobj_.InvokeTypes(63507, LCID, 1, (13, 0), (),)
3163                 if ret is not None:
3164                         # See if this IUnknown is really an IDispatch
3165                         try:
3166                                 ret = ret.QueryInterface(pythoncom.IID_IDispatch)
3167                         except pythoncom.error:
3168                                 return ret
3169                         ret = Dispatch(ret, 'Forward', '{00061033-0000-0000-C000-000000000046}', UnicodeToString=0)
3170                 return ret
3171 
3172         def Move(self, DestFldr=defaultNamedNotOptArg):
3173                 ret = self._oleobj_.InvokeTypes(61492, LCID, 1, (9, 0), ((9, 1),),DestFldr)
3174                 if ret is not None:
3175                         ret = Dispatch(ret, 'Move', None, UnicodeToString=0)
3176                 return ret
3177 
3178         def PrintOut(self):
3179                 return self._oleobj_.InvokeTypes(61491, LCID, 1, (24, 0), (),)
3180 
3181         # Result is of type MailItem
3182         def Reply(self):
3183                 ret = self._oleobj_.InvokeTypes(63504, LCID, 1, (13, 0), (),)
3184                 if ret is not None:
3185                         # See if this IUnknown is really an IDispatch
3186                         try:
3187                                 ret = ret.QueryInterface(pythoncom.IID_IDispatch)
3188                         except pythoncom.error:
3189                                 return ret
3190                         ret = Dispatch(ret, 'Reply', '{00061033-0000-0000-C000-000000000046}', UnicodeToString=0)
3191                 return ret
3192 
3193         # Result is of type MailItem
3194         def ReplyAll(self):
3195                 ret = self._oleobj_.InvokeTypes(63505, LCID, 1, (13, 0), (),)
3196                 if ret is not None:
3197                         # See if this IUnknown is really an IDispatch
3198                         try:
3199                                 ret = ret.QueryInterface(pythoncom.IID_IDispatch)
3200                         except pythoncom.error:
3201                                 return ret
3202                         ret = Dispatch(ret, 'ReplyAll', '{00061033-0000-0000-C000-000000000046}', UnicodeToString=0)
3203                 return ret
3204 
3205         def Save(self):
3206                 return self._oleobj_.InvokeTypes(61512, LCID, 1, (24, 0), (),)
3207 
3208         def SaveAs(self, Path=defaultNamedNotOptArg, Type=defaultNamedOptArg):
3209                 return self._oleobj_.InvokeTypes(61521, LCID, 1, (24, 0), ((8, 1), (12, 17)),Path, Type)
3210 
3211         def StartTimer(self):
3212                 return self._oleobj_.InvokeTypes(63269, LCID, 1, (24, 0), (),)
3213 
3214         def StopTimer(self):
3215                 return self._oleobj_.InvokeTypes(63270, LCID, 1, (24, 0), (),)
3216 
3217         _prop_map_get_ = {
3218                 # Method 'Actions' returns object of type 'Actions'
3219                 "Actions": (63511, 2, (9, 0), (), "Actions", '{0006303E-0000-0000-C000-000000000046}'),
3220                 # Method 'Application' returns object of type '_Application'
3221                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
3222                 # Method 'Attachments' returns object of type 'Attachments'
3223                 "Attachments": (63509, 2, (9, 0), (), "Attachments", '{0006303C-0000-0000-C000-000000000046}'),
3224                 "BillingInformation": (34101, 2, (8, 0), (), "BillingInformation", None),
3225                 "Body": (37120, 2, (8, 0), (), "Body", None),
3226                 "Categories": (36865, 2, (8, 0), (), "Categories", None),
3227                 "Class": (61450, 2, (3, 0), (), "Class", None),
3228                 "Companies": (34107, 2, (8, 0), (), "Companies", None),
3229                 "ContactNames": (3588, 2, (8, 0), (), "ContactNames", None),
3230                 "ConversationIndex": (113, 2, (8, 0), (), "ConversationIndex", None),
3231                 "ConversationTopic": (112, 2, (8, 0), (), "ConversationTopic", None),
3232                 "CreationTime": (12295, 2, (7, 0), (), "CreationTime", None),
3233                 "DocPosted": (34577, 2, (11, 0), (), "DocPosted", None),
3234                 "DocPrinted": (34574, 2, (11, 0), (), "DocPrinted", None),
3235                 "DocRouted": (34576, 2, (11, 0), (), "DocRouted", None),
3236                 "DocSaved": (34575, 2, (11, 0), (), "DocSaved", None),
3237                 "Duration": (34567, 2, (3, 0), (), "Duration", None),
3238                 "End": (34568, 2, (7, 0), (), "End", None),
3239                 "EntryID": (61470, 2, (8, 0), (), "EntryID", None),
3240                 # Method 'FormDescription' returns object of type 'FormDescription'
3241                 "FormDescription": (61589, 2, (9, 0), (), "FormDescription", '{00063046-0000-0000-C000-000000000046}'),
3242                 # Method 'GetInspector' returns object of type '_Inspector'
3243                 "GetInspector": (61502, 2, (9, 0), (), "GetInspector", '{00063005-0000-0000-C000-000000000046}'),
3244                 "Importance": (23, 2, (3, 0), (), "Importance", None),
3245                 "LastModificationTime": (12296, 2, (7, 0), (), "LastModificationTime", None),
3246                 # Method 'Links' returns object of type 'Links'
3247                 "Links": (62469, 2, (9, 0), (), "Links", '{0006308A-0000-0000-C000-000000000046}'),
3248                 "MAPIOBJECT": (61696, 2, (13, 0), (), "MAPIOBJECT", None),
3249                 "MessageClass": (26, 2, (8, 0), (), "MessageClass", None),
3250                 "Mileage": (34100, 2, (8, 0), (), "Mileage", None),
3251                 "NoAging": (34062, 2, (11, 0), (), "NoAging", None),
3252                 "OutlookInternalVersion": (34130, 2, (3, 0), (), "OutlookInternalVersion", None),
3253                 "OutlookVersion": (34132, 2, (8, 0), (), "OutlookVersion", None),
3254                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
3255                 # Method 'Recipients' returns object of type 'Recipients'
3256                 "Recipients": (63508, 2, (9, 0), (), "Recipients", '{0006303B-0000-0000-C000-000000000046}'),
3257                 "Saved": (61603, 2, (11, 0), (), "Saved", None),
3258                 "Sensitivity": (54, 2, (3, 0), (), "Sensitivity", None),
3259                 # Method 'Session' returns object of type '_NameSpace'
3260                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
3261                 "Size": (3592, 2, (3, 0), (), "Size", None),
3262                 "Start": (34566, 2, (7, 0), (), "Start", None),
3263                 "Subject": (55, 2, (8, 0), (), "Subject", None),
3264                 "Type": (34560, 2, (8, 0), (), "Type", None),
3265                 "UnRead": (61468, 2, (11, 0), (), "UnRead", None),
3266                 # Method 'UserProperties' returns object of type 'UserProperties'
3267                 "UserProperties": (63510, 2, (9, 0), (), "UserProperties", '{0006303D-0000-0000-C000-000000000046}'),
3268         }
3269         _prop_map_put_ = {
3270                 "BillingInformation": ((34101, LCID, 4, 0),()),
3271                 "Body": ((37120, LCID, 4, 0),()),
3272                 "Categories": ((36865, LCID, 4, 0),()),
3273                 "Companies": ((34107, LCID, 4, 0),()),
3274                 "ContactNames": ((3588, LCID, 4, 0),()),
3275                 "DocPosted": ((34577, LCID, 4, 0),()),
3276                 "DocPrinted": ((34574, LCID, 4, 0),()),
3277                 "DocRouted": ((34576, LCID, 4, 0),()),
3278                 "DocSaved": ((34575, LCID, 4, 0),()),
3279                 "Duration": ((34567, LCID, 4, 0),()),
3280                 "End": ((34568, LCID, 4, 0),()),
3281                 "Importance": ((23, LCID, 4, 0),()),
3282                 "MessageClass": ((26, LCID, 4, 0),()),
3283                 "Mileage": ((34100, LCID, 4, 0),()),
3284                 "NoAging": ((34062, LCID, 4, 0),()),
3285                 "Sensitivity": ((54, LCID, 4, 0),()),
3286                 "Start": ((34566, LCID, 4, 0),()),
3287                 "Subject": ((55, LCID, 4, 0),()),
3288                 "Type": ((34560, LCID, 4, 0),()),
3289                 "UnRead": ((61468, LCID, 4, 0),()),
3290         }
3291 
3292 class _MailItem(DispatchBaseClass):
3293         CLSID = IID('{00063034-0000-0000-C000-000000000046}')
3294         coclass_clsid = IID('{00061033-0000-0000-C000-000000000046}')
3295 
3296         def ClearConversationIndex(self):
3297                 return self._oleobj_.InvokeTypes(63522, LCID, 1, (24, 0), (),)
3298 
3299         def Close(self, SaveMode=defaultNamedNotOptArg):
3300                 return self._oleobj_.InvokeTypes(61475, LCID, 1, (24, 0), ((3, 1),),SaveMode)
3301 
3302         def Copy(self):
3303                 ret = self._oleobj_.InvokeTypes(61490, LCID, 1, (9, 0), (),)
3304                 if ret is not None:
3305                         ret = Dispatch(ret, 'Copy', None, UnicodeToString=0)
3306                 return ret
3307 
3308         def Delete(self):
3309                 return self._oleobj_.InvokeTypes(61514, LCID, 1, (24, 0), (),)
3310 
3311         def Display(self, Modal=defaultNamedOptArg):
3312                 return self._oleobj_.InvokeTypes(61606, LCID, 1, (24, 0), ((12, 17),),Modal)
3313 
3314         # Result is of type MailItem
3315         def Forward(self):
3316                 ret = self._oleobj_.InvokeTypes(63507, LCID, 1, (13, 0), (),)
3317                 if ret is not None:
3318                         # See if this IUnknown is really an IDispatch
3319                         try:
3320                                 ret = ret.QueryInterface(pythoncom.IID_IDispatch)
3321                         except pythoncom.error:
3322                                 return ret
3323                         ret = Dispatch(ret, 'Forward', '{00061033-0000-0000-C000-000000000046}', UnicodeToString=0)
3324                 return ret
3325 
3326         def Move(self, DestFldr=defaultNamedNotOptArg):
3327                 ret = self._oleobj_.InvokeTypes(61492, LCID, 1, (9, 0), ((9, 1),),DestFldr)
3328                 if ret is not None:
3329                         ret = Dispatch(ret, 'Move', None, UnicodeToString=0)
3330                 return ret
3331 
3332         def PrintOut(self):
3333                 return self._oleobj_.InvokeTypes(61491, LCID, 1, (24, 0), (),)
3334 
3335         # Result is of type MailItem
3336         def Reply(self):
3337                 ret = self._oleobj_.InvokeTypes(63504, LCID, 1, (13, 0), (),)
3338                 if ret is not None:
3339                         # See if this IUnknown is really an IDispatch
3340                         try:
3341                                 ret = ret.QueryInterface(pythoncom.IID_IDispatch)
3342                         except pythoncom.error:
3343                                 return ret
3344                         ret = Dispatch(ret, 'Reply', '{00061033-0000-0000-C000-000000000046}', UnicodeToString=0)
3345                 return ret
3346 
3347         # Result is of type MailItem
3348         def ReplyAll(self):
3349                 ret = self._oleobj_.InvokeTypes(63505, LCID, 1, (13, 0), (),)
3350                 if ret is not None:
3351                         # See if this IUnknown is really an IDispatch
3352                         try:
3353                                 ret = ret.QueryInterface(pythoncom.IID_IDispatch)
3354                         except pythoncom.error:
3355                                 return ret
3356                         ret = Dispatch(ret, 'ReplyAll', '{00061033-0000-0000-C000-000000000046}', UnicodeToString=0)
3357                 return ret
3358 
3359         def Save(self):
3360                 return self._oleobj_.InvokeTypes(61512, LCID, 1, (24, 0), (),)
3361 
3362         def SaveAs(self, Path=defaultNamedNotOptArg, Type=defaultNamedOptArg):
3363                 return self._oleobj_.InvokeTypes(61521, LCID, 1, (24, 0), ((8, 1), (12, 17)),Path, Type)
3364 
3365         def Send(self):
3366                 return self._oleobj_.InvokeTypes(61557, LCID, 1, (24, 0), (),)
3367 
3368         _prop_map_get_ = {
3369                 # Method 'Actions' returns object of type 'Actions'
3370                 "Actions": (63511, 2, (9, 0), (), "Actions", '{0006303E-0000-0000-C000-000000000046}'),
3371                 "AlternateRecipientAllowed": (2, 2, (11, 0), (), "AlternateRecipientAllowed", None),
3372                 # Method 'Application' returns object of type '_Application'
3373                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
3374                 # Method 'Attachments' returns object of type 'Attachments'
3375                 "Attachments": (63509, 2, (9, 0), (), "Attachments", '{0006303C-0000-0000-C000-000000000046}'),
3376                 "AutoForwarded": (5, 2, (11, 0), (), "AutoForwarded", None),
3377                 "BCC": (3586, 2, (8, 0), (), "BCC", None),
3378                 "BillingInformation": (34101, 2, (8, 0), (), "BillingInformation", None),
3379                 "Body": (37120, 2, (8, 0), (), "Body", None),
3380                 "CC": (3587, 2, (8, 0), (), "CC", None),
3381                 "Categories": (36865, 2, (8, 0), (), "Categories", None),
3382                 "Class": (61450, 2, (3, 0), (), "Class", None),
3383                 "Companies": (34107, 2, (8, 0), (), "Companies", None),
3384                 "ConversationIndex": (113, 2, (8, 0), (), "ConversationIndex", None),
3385                 "ConversationTopic": (112, 2, (8, 0), (), "ConversationTopic", None),
3386                 "CreationTime": (12295, 2, (7, 0), (), "CreationTime", None),
3387                 "DeferredDeliveryTime": (15, 2, (7, 0), (), "DeferredDeliveryTime", None),
3388                 "DeleteAfterSubmit": (3585, 2, (11, 0), (), "DeleteAfterSubmit", None),
3389                 "EntryID": (61470, 2, (8, 0), (), "EntryID", None),
3390                 "ExpiryTime": (21, 2, (7, 0), (), "ExpiryTime", None),
3391                 "FlagDueBy": (48, 2, (7, 0), (), "FlagDueBy", None),
3392                 "FlagRequest": (34096, 2, (8, 0), (), "FlagRequest", None),
3393                 "FlagStatus": (4240, 2, (3, 0), (), "FlagStatus", None),
3394                 # Method 'FormDescription' returns object of type 'FormDescription'
3395                 "FormDescription": (61589, 2, (9, 0), (), "FormDescription", '{00063046-0000-0000-C000-000000000046}'),
3396                 # Method 'GetInspector' returns object of type '_Inspector'
3397                 "GetInspector": (61502, 2, (9, 0), (), "GetInspector", '{00063005-0000-0000-C000-000000000046}'),
3398                 "HTMLBody": (62468, 2, (8, 0), (), "HTMLBody", None),
3399                 "Importance": (23, 2, (3, 0), (), "Importance", None),
3400                 "LastModificationTime": (12296, 2, (7, 0), (), "LastModificationTime", None),
3401                 # Method 'Links' returns object of type 'Links'
3402                 "Links": (62469, 2, (9, 0), (), "Links", '{0006308A-0000-0000-C000-000000000046}'),
3403                 "MAPIOBJECT": (61696, 2, (13, 0), (), "MAPIOBJECT", None),
3404                 "MessageClass": (26, 2, (8, 0), (), "MessageClass", None),
3405                 "Mileage": (34100, 2, (8, 0), (), "Mileage", None),
3406                 "NoAging": (34062, 2, (11, 0), (), "NoAging", None),
3407                 "OriginatorDeliveryReportRequested": (35, 2, (11, 0), (), "OriginatorDeliveryReportRequested", None),
3408                 "OutlookInternalVersion": (34130, 2, (3, 0), (), "OutlookInternalVersion", None),
3409                 "OutlookVersion": (34132, 2, (8, 0), (), "OutlookVersion", None),
3410                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
3411                 "ReadReceiptRequested": (41, 2, (11, 0), (), "ReadReceiptRequested", None),
3412                 "ReceivedByEntryID": (63, 2, (8, 0), (), "ReceivedByEntryID", None),
3413                 "ReceivedByName": (64, 2, (8, 0), (), "ReceivedByName", None),
3414                 "ReceivedOnBehalfOfEntryID": (67, 2, (8, 0), (), "ReceivedOnBehalfOfEntryID", None),
3415                 "ReceivedOnBehalfOfName": (68, 2, (8, 0), (), "ReceivedOnBehalfOfName", None),
3416                 "ReceivedTime": (3590, 2, (7, 0), (), "ReceivedTime", None),
3417                 "RecipientReassignmentProhibited": (43, 2, (11, 0), (), "RecipientReassignmentProhibited", None),
3418                 # Method 'Recipients' returns object of type 'Recipients'
3419                 "Recipients": (63508, 2, (9, 0), (), "Recipients", '{0006303B-0000-0000-C000-000000000046}'),
3420                 "ReminderOverrideDefault": (34076, 2, (11, 0), (), "ReminderOverrideDefault", None),
3421                 "ReminderPlaySound": (34078, 2, (11, 0), (), "ReminderPlaySound", None),
3422                 "ReminderSet": (34051, 2, (11, 0), (), "ReminderSet", None),
3423                 "ReminderSoundFile": (34079, 2, (8, 0), (), "ReminderSoundFile", None),
3424                 "ReminderTime": (34050, 2, (7, 0), (), "ReminderTime", None),
3425                 "RemoteStatus": (34065, 2, (3, 0), (), "RemoteStatus", None),
3426                 "ReplyRecipientNames": (80, 2, (8, 0), (), "ReplyRecipientNames", None),
3427                 # Method 'ReplyRecipients' returns object of type 'Recipients'
3428                 "ReplyRecipients": (61459, 2, (9, 0), (), "ReplyRecipients", '{0006303B-0000-0000-C000-000000000046}'),
3429                 # Method 'SaveSentMessageFolder' returns object of type 'MAPIFolder'
3430                 "SaveSentMessageFolder": (62465, 2, (9, 0), (), "SaveSentMessageFolder", '{00063006-0000-0000-C000-000000000046}'),
3431                 "Saved": (61603, 2, (11, 0), (), "Saved", None),
3432                 "SenderName": (3098, 2, (8, 0), (), "SenderName", None),
3433                 "Sensitivity": (54, 2, (3, 0), (), "Sensitivity", None),
3434                 "Sent": (62466, 2, (11, 0), (), "Sent", None),
3435                 "SentOn": (57, 2, (7, 0), (), "SentOn", None),
3436                 "SentOnBehalfOfName": (66, 2, (8, 0), (), "SentOnBehalfOfName", None),
3437                 # Method 'Session' returns object of type '_NameSpace'
3438                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
3439                 "Size": (3592, 2, (3, 0), (), "Size", None),
3440                 "Subject": (55, 2, (8, 0), (), "Subject", None),
3441                 "Submitted": (62467, 2, (11, 0), (), "Submitted", None),
3442                 "To": (3588, 2, (8, 0), (), "To", None),
3443                 "UnRead": (61468, 2, (11, 0), (), "UnRead", None),
3444                 # Method 'UserProperties' returns object of type 'UserProperties'
3445                 "UserProperties": (63510, 2, (9, 0), (), "UserProperties", '{0006303D-0000-0000-C000-000000000046}'),
3446                 "VotingOptions": (61467, 2, (8, 0), (), "VotingOptions", None),
3447                 "VotingResponse": (34084, 2, (8, 0), (), "VotingResponse", None),
3448         }
3449         _prop_map_put_ = {
3450                 "AlternateRecipientAllowed": ((2, LCID, 4, 0),()),
3451                 "AutoForwarded": ((5, LCID, 4, 0),()),
3452                 "BCC": ((3586, LCID, 4, 0),()),
3453                 "BillingInformation": ((34101, LCID, 4, 0),()),
3454                 "Body": ((37120, LCID, 4, 0),()),
3455                 "CC": ((3587, LCID, 4, 0),()),
3456                 "Categories": ((36865, LCID, 4, 0),()),
3457                 "Companies": ((34107, LCID, 4, 0),()),
3458                 "DeferredDeliveryTime": ((15, LCID, 4, 0),()),
3459                 "DeleteAfterSubmit": ((3585, LCID, 4, 0),()),
3460                 "ExpiryTime": ((21, LCID, 4, 0),()),
3461                 "FlagDueBy": ((48, LCID, 4, 0),()),
3462                 "FlagRequest": ((34096, LCID, 4, 0),()),
3463                 "FlagStatus": ((4240, LCID, 4, 0),()),
3464                 "HTMLBody": ((62468, LCID, 4, 0),()),
3465                 "Importance": ((23, LCID, 4, 0),()),
3466                 "MessageClass": ((26, LCID, 4, 0),()),
3467                 "Mileage": ((34100, LCID, 4, 0),()),
3468                 "NoAging": ((34062, LCID, 4, 0),()),
3469                 "OriginatorDeliveryReportRequested": ((35, LCID, 4, 0),()),
3470                 "ReadReceiptRequested": ((41, LCID, 4, 0),()),
3471                 "RecipientReassignmentProhibited": ((43, LCID, 4, 0),()),
3472                 "ReminderOverrideDefault": ((34076, LCID, 4, 0),()),
3473                 "ReminderPlaySound": ((34078, LCID, 4, 0),()),
3474                 "ReminderSet": ((34051, LCID, 4, 0),()),
3475                 "ReminderSoundFile": ((34079, LCID, 4, 0),()),
3476                 "ReminderTime": ((34050, LCID, 4, 0),()),
3477                 "RemoteStatus": ((34065, LCID, 4, 0),()),
3478                 "SaveSentMessageFolder": ((62465, LCID, 8, 0),()),
3479                 "Sensitivity": ((54, LCID, 4, 0),()),
3480                 "SentOnBehalfOfName": ((66, LCID, 4, 0),()),
3481                 "Subject": ((55, LCID, 4, 0),()),
3482                 "To": ((3588, LCID, 4, 0),()),
3483                 "UnRead": ((61468, LCID, 4, 0),()),
3484                 "VotingOptions": ((61467, LCID, 4, 0),()),
3485                 "VotingResponse": ((34084, LCID, 4, 0),()),
3486         }
3487 
3488 class _MeetingItem(DispatchBaseClass):
3489         CLSID = IID('{00063062-0000-0000-C000-000000000046}')
3490         coclass_clsid = IID('{00061036-0000-0000-C000-000000000046}')
3491 
3492         def Close(self, SaveMode=defaultNamedNotOptArg):
3493                 return self._oleobj_.InvokeTypes(61475, LCID, 1, (24, 0), ((3, 1),),SaveMode)
3494 
3495         def Copy(self):
3496                 ret = self._oleobj_.InvokeTypes(61490, LCID, 1, (9, 0), (),)
3497                 if ret is not None:
3498                         ret = Dispatch(ret, 'Copy', None, UnicodeToString=0)
3499                 return ret
3500 
3501         def Delete(self):
3502                 return self._oleobj_.InvokeTypes(61514, LCID, 1, (24, 0), (),)
3503 
3504         def Display(self, Modal=defaultNamedOptArg):
3505                 return self._oleobj_.InvokeTypes(61606, LCID, 1, (24, 0), ((12, 17),),Modal)
3506 
3507         # Result is of type MeetingItem
3508         def Forward(self):
3509                 ret = self._oleobj_.InvokeTypes(63507, LCID, 1, (13, 0), (),)
3510                 if ret is not None:
3511                         # See if this IUnknown is really an IDispatch
3512                         try:
3513                                 ret = ret.QueryInterface(pythoncom.IID_IDispatch)
3514                         except pythoncom.error:
3515                                 return ret
3516                         ret = Dispatch(ret, 'Forward', '{00061036-0000-0000-C000-000000000046}', UnicodeToString=0)
3517                 return ret
3518 
3519         # Result is of type AppointmentItem
3520         def GetAssociatedAppointment(self, AddToCalendar=defaultNamedNotOptArg):
3521                 ret = self._oleobj_.InvokeTypes(63328, LCID, 1, (13, 0), ((11, 1),),AddToCalendar)
3522                 if ret is not None:
3523                         # See if this IUnknown is really an IDispatch
3524                         try:
3525                                 ret = ret.QueryInterface(pythoncom.IID_IDispatch)
3526                         except pythoncom.error:
3527                                 return ret
3528                         ret = Dispatch(ret, 'GetAssociatedAppointment', '{00061030-0000-0000-C000-000000000046}', UnicodeToString=0)
3529                 return ret
3530 
3531         def Move(self, DestFldr=defaultNamedNotOptArg):
3532                 ret = self._oleobj_.InvokeTypes(61492, LCID, 1, (9, 0), ((9, 1),),DestFldr)
3533                 if ret is not None:
3534                         ret = Dispatch(ret, 'Move', None, UnicodeToString=0)
3535                 return ret
3536 
3537         def PrintOut(self):
3538                 return self._oleobj_.InvokeTypes(61491, LCID, 1, (24, 0), (),)
3539 
3540         # Result is of type MailItem
3541         def Reply(self):
3542                 ret = self._oleobj_.InvokeTypes(63504, LCID, 1, (13, 0), (),)
3543                 if ret is not None:
3544                         # See if this IUnknown is really an IDispatch
3545                         try:
3546                                 ret = ret.QueryInterface(pythoncom.IID_IDispatch)
3547                         except pythoncom.error:
3548                                 return ret
3549                         ret = Dispatch(ret, 'Reply', '{00061033-0000-0000-C000-000000000046}', UnicodeToString=0)
3550                 return ret
3551 
3552         # Result is of type MailItem
3553         def ReplyAll(self):
3554                 ret = self._oleobj_.InvokeTypes(63505, LCID, 1, (13, 0), (),)
3555                 if ret is not None:
3556                         # See if this IUnknown is really an IDispatch
3557                         try:
3558                                 ret = ret.QueryInterface(pythoncom.IID_IDispatch)
3559                         except pythoncom.error:
3560                                 return ret
3561                         ret = Dispatch(ret, 'ReplyAll', '{00061033-0000-0000-C000-000000000046}', UnicodeToString=0)
3562                 return ret
3563 
3564         def Save(self):
3565                 return self._oleobj_.InvokeTypes(61512, LCID, 1, (24, 0), (),)
3566 
3567         def SaveAs(self, Path=defaultNamedNotOptArg, Type=defaultNamedOptArg):
3568                 return self._oleobj_.InvokeTypes(61521, LCID, 1, (24, 0), ((8, 1), (12, 17)),Path, Type)
3569 
3570         def Send(self):
3571                 return self._oleobj_.InvokeTypes(61557, LCID, 1, (24, 0), (),)
3572 
3573         _prop_map_get_ = {
3574                 # Method 'Actions' returns object of type 'Actions'
3575                 "Actions": (63511, 2, (9, 0), (), "Actions", '{0006303E-0000-0000-C000-000000000046}'),
3576                 # Method 'Application' returns object of type '_Application'
3577                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
3578                 # Method 'Attachments' returns object of type 'Attachments'
3579                 "Attachments": (63509, 2, (9, 0), (), "Attachments", '{0006303C-0000-0000-C000-000000000046}'),
3580                 "AutoForwarded": (5, 2, (11, 0), (), "AutoForwarded", None),
3581                 "BillingInformation": (34101, 2, (8, 0), (), "BillingInformation", None),
3582                 "Body": (37120, 2, (8, 0), (), "Body", None),
3583                 "Categories": (36865, 2, (8, 0), (), "Categories", None),
3584                 "Class": (61450, 2, (3, 0), (), "Class", None),
3585                 "Companies": (34107, 2, (8, 0), (), "Companies", None),
3586                 "ConversationIndex": (113, 2, (8, 0), (), "ConversationIndex", None),
3587                 "ConversationTopic": (112, 2, (8, 0), (), "ConversationTopic", None),
3588                 "CreationTime": (12295, 2, (7, 0), (), "CreationTime", None),
3589                 "DeferredDeliveryTime": (15, 2, (7, 0), (), "DeferredDeliveryTime", None),
3590                 "DeleteAfterSubmit": (3585, 2, (11, 0), (), "DeleteAfterSubmit", None),
3591                 "EntryID": (61470, 2, (8, 0), (), "EntryID", None),
3592                 "ExpiryTime": (21, 2, (7, 0), (), "ExpiryTime", None),
3593                 "FlagDueBy": (48, 2, (7, 0), (), "FlagDueBy", None),
3594                 "FlagRequest": (34096, 2, (8, 0), (), "FlagRequest", None),
3595                 "FlagStatus": (4240, 2, (3, 0), (), "FlagStatus", None),
3596                 # Method 'FormDescription' returns object of type 'FormDescription'
3597                 "FormDescription": (61589, 2, (9, 0), (), "FormDescription", '{00063046-0000-0000-C000-000000000046}'),
3598                 # Method 'GetInspector' returns object of type '_Inspector'
3599                 "GetInspector": (61502, 2, (9, 0), (), "GetInspector", '{00063005-0000-0000-C000-000000000046}'),
3600                 "Importance": (23, 2, (3, 0), (), "Importance", None),
3601                 "LastModificationTime": (12296, 2, (7, 0), (), "LastModificationTime", None),
3602                 # Method 'Links' returns object of type 'Links'
3603                 "Links": (62469, 2, (9, 0), (), "Links", '{0006308A-0000-0000-C000-000000000046}'),
3604                 "MAPIOBJECT": (61696, 2, (13, 0), (), "MAPIOBJECT", None),
3605                 "MessageClass": (26, 2, (8, 0), (), "MessageClass", None),
3606                 "Mileage": (34100, 2, (8, 0), (), "Mileage", None),
3607                 "NoAging": (34062, 2, (11, 0), (), "NoAging", None),
3608                 "OriginatorDeliveryReportRequested": (35, 2, (11, 0), (), "OriginatorDeliveryReportRequested", None),
3609                 "OutlookInternalVersion": (34130, 2, (3, 0), (), "OutlookInternalVersion", None),
3610                 "OutlookVersion": (34132, 2, (8, 0), (), "OutlookVersion", None),
3611                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
3612                 "ReceivedTime": (3590, 2, (7, 0), (), "ReceivedTime", None),
3613                 # Method 'Recipients' returns object of type 'Recipients'
3614                 "Recipients": (63508, 2, (9, 0), (), "Recipients", '{0006303B-0000-0000-C000-000000000046}'),
3615                 "ReminderSet": (34051, 2, (11, 0), (), "ReminderSet", None),
3616                 "ReminderTime": (34050, 2, (7, 0), (), "ReminderTime", None),
3617                 # Method 'ReplyRecipients' returns object of type 'Recipients'
3618                 "ReplyRecipients": (61459, 2, (9, 0), (), "ReplyRecipients", '{0006303B-0000-0000-C000-000000000046}'),
3619                 # Method 'SaveSentMessageFolder' returns object of type 'MAPIFolder'
3620                 "SaveSentMessageFolder": (62465, 2, (9, 0), (), "SaveSentMessageFolder", '{00063006-0000-0000-C000-000000000046}'),
3621                 "Saved": (61603, 2, (11, 0), (), "Saved", None),
3622                 "SenderName": (3098, 2, (8, 0), (), "SenderName", None),
3623                 "Sensitivity": (54, 2, (3, 0), (), "Sensitivity", None),
3624                 "Sent": (62466, 2, (11, 0), (), "Sent", None),
3625                 "SentOn": (57, 2, (7, 0), (), "SentOn", None),
3626                 # Method 'Session' returns object of type '_NameSpace'
3627                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
3628                 "Size": (3592, 2, (3, 0), (), "Size", None),
3629                 "Subject": (55, 2, (8, 0), (), "Subject", None),
3630                 "Submitted": (62467, 2, (11, 0), (), "Submitted", None),
3631                 "UnRead": (61468, 2, (11, 0), (), "UnRead", None),
3632                 # Method 'UserProperties' returns object of type 'UserProperties'
3633                 "UserProperties": (63510, 2, (9, 0), (), "UserProperties", '{0006303D-0000-0000-C000-000000000046}'),
3634         }
3635         _prop_map_put_ = {
3636                 "AutoForwarded": ((5, LCID, 4, 0),()),
3637                 "BillingInformation": ((34101, LCID, 4, 0),()),
3638                 "Body": ((37120, LCID, 4, 0),()),
3639                 "Categories": ((36865, LCID, 4, 0),()),
3640                 "Companies": ((34107, LCID, 4, 0),()),
3641                 "DeferredDeliveryTime": ((15, LCID, 4, 0),()),
3642                 "DeleteAfterSubmit": ((3585, LCID, 4, 0),()),
3643                 "ExpiryTime": ((21, LCID, 4, 0),()),
3644                 "FlagDueBy": ((48, LCID, 4, 0),()),
3645                 "FlagRequest": ((34096, LCID, 4, 0),()),
3646                 "FlagStatus": ((4240, LCID, 4, 0),()),
3647                 "Importance": ((23, LCID, 4, 0),()),
3648                 "MessageClass": ((26, LCID, 4, 0),()),
3649                 "Mileage": ((34100, LCID, 4, 0),()),
3650                 "NoAging": ((34062, LCID, 4, 0),()),
3651                 "OriginatorDeliveryReportRequested": ((35, LCID, 4, 0),()),
3652                 "ReceivedTime": ((3590, LCID, 4, 0),()),
3653                 "ReminderSet": ((34051, LCID, 4, 0),()),
3654                 "ReminderTime": ((34050, LCID, 4, 0),()),
3655                 "SaveSentMessageFolder": ((62465, LCID, 8, 0),()),
3656                 "Sensitivity": ((54, LCID, 4, 0),()),
3657                 "Subject": ((55, LCID, 4, 0),()),
3658                 "UnRead": ((61468, LCID, 4, 0),()),
3659         }
3660 
3661 class _NameSpace(DispatchBaseClass):
3662         CLSID = IID('{00063002-0000-0000-C000-000000000046}')
3663         coclass_clsid = IID('{0006308B-0000-0000-C000-000000000046}')
3664 
3665         def AddStore(self, Store=defaultNamedNotOptArg):
3666                 return self._oleobj_.InvokeTypes(8473, LCID, 1, (24, 0), ((12, 1),),Store)
3667 
3668         # Result is of type Recipient
3669         def CreateRecipient(self, RecipientName=defaultNamedNotOptArg):
3670                 ret = self._oleobj_.InvokeTypes(8458, LCID, 1, (9, 0), ((8, 1),),RecipientName)
3671                 if ret is not None:
3672                         ret = Dispatch(ret, 'CreateRecipient', '{00063045-0000-0000-C000-000000000046}', UnicodeToString=0)
3673                 return ret
3674 
3675         # Result is of type MAPIFolder
3676         def GetDefaultFolder(self, FolderType=defaultNamedNotOptArg):
3677                 ret = self._oleobj_.InvokeTypes(8459, LCID, 1, (9, 0), ((3, 1),),FolderType)
3678                 if ret is not None:
3679                         ret = Dispatch(ret, 'GetDefaultFolder', '{00063006-0000-0000-C000-000000000046}', UnicodeToString=0)
3680                 return ret
3681 
3682         # Result is of type MAPIFolder
3683         def GetFolderFromID(self, EntryIDFolder=defaultNamedNotOptArg, EntryIDStore=defaultNamedOptArg):
3684                 ret = self._oleobj_.InvokeTypes(8456, LCID, 1, (9, 0), ((8, 1), (12, 17)),EntryIDFolder, EntryIDStore)
3685                 if ret is not None:
3686                         ret = Dispatch(ret, 'GetFolderFromID', '{00063006-0000-0000-C000-000000000046}', UnicodeToString=0)
3687                 return ret
3688 
3689         def GetItemFromID(self, EntryIDItem=defaultNamedNotOptArg, EntryIDStore=defaultNamedOptArg):
3690                 ret = self._oleobj_.InvokeTypes(8457, LCID, 1, (9, 0), ((8, 1), (12, 17)),EntryIDItem, EntryIDStore)
3691                 if ret is not None:
3692                         ret = Dispatch(ret, 'GetItemFromID', None, UnicodeToString=0)
3693                 return ret
3694 
3695         # Result is of type Recipient
3696         def GetRecipientFromID(self, EntryID=defaultNamedNotOptArg):
3697                 ret = self._oleobj_.InvokeTypes(8455, LCID, 1, (9, 0), ((8, 1),),EntryID)
3698                 if ret is not None:
3699                         ret = Dispatch(ret, 'GetRecipientFromID', '{00063045-0000-0000-C000-000000000046}', UnicodeToString=0)
3700                 return ret
3701 
3702         # Result is of type MAPIFolder
3703         def GetSharedDefaultFolder(self, Recipient=defaultNamedNotOptArg, FolderType=defaultNamedNotOptArg):
3704                 ret = self._oleobj_.InvokeTypes(8460, LCID, 1, (9, 0), ((9, 1), (3, 1)),Recipient, FolderType)
3705                 if ret is not None:
3706                         ret = Dispatch(ret, 'GetSharedDefaultFolder', '{00063006-0000-0000-C000-000000000046}', UnicodeToString=0)
3707                 return ret
3708 
3709         def Logoff(self):
3710                 return self._oleobj_.InvokeTypes(8454, LCID, 1, (24, 0), (),)
3711 
3712         def Logon(self, Profile=defaultNamedOptArg, Password=defaultNamedOptArg, ShowDialog=defaultNamedOptArg, NewSession=defaultNamedOptArg):
3713                 return self._oleobj_.InvokeTypes(8453, LCID, 1, (24, 0), ((12, 17), (12, 17), (12, 17), (12, 17)),Profile, Password, ShowDialog, NewSession)
3714 
3715         # Result is of type MAPIFolder
3716         def PickFolder(self):
3717                 ret = self._oleobj_.InvokeTypes(8462, LCID, 1, (9, 0), (),)
3718                 if ret is not None:
3719                         ret = Dispatch(ret, 'PickFolder', '{00063006-0000-0000-C000-000000000046}', UnicodeToString=0)
3720                 return ret
3721 
3722         def RefreshRemoteHeaders(self):
3723                 return self._oleobj_.InvokeTypes(8471, LCID, 1, (24, 0), (),)
3724 
3725         def RemoveStore(self, Folder=defaultNamedNotOptArg):
3726                 return self._oleobj_.InvokeTypes(8474, LCID, 1, (24, 0), ((9, 1),),Folder)
3727 
3728         _prop_map_get_ = {
3729                 # Method 'AddressLists' returns object of type 'AddressLists'
3730                 "AddressLists": (8461, 2, (9, 0), (), "AddressLists", '{00063048-0000-0000-C000-000000000046}'),
3731                 # Method 'Application' returns object of type '_Application'
3732                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
3733                 "Class": (61450, 2, (3, 0), (), "Class", None),
3734                 # Method 'CurrentUser' returns object of type 'Recipient'
3735                 "CurrentUser": (8449, 2, (9, 0), (), "CurrentUser", '{00063045-0000-0000-C000-000000000046}'),
3736                 # Method 'Folders' returns object of type '_Folders'
3737                 "Folders": (8451, 2, (9, 0), (), "Folders", '{00063040-0000-0000-C000-000000000046}'),
3738                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
3739                 # Method 'Session' returns object of type '_NameSpace'
3740                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
3741                 # Method 'SyncObjects' returns object of type 'SyncObjects'
3742                 "SyncObjects": (8472, 2, (9, 0), (), "SyncObjects", '{00063086-0000-0000-C000-000000000046}'),
3743                 "Type": (8452, 2, (8, 0), (), "Type", None),
3744         }
3745         _prop_map_put_ = {
3746         }
3747 
3748 class _NoteItem(DispatchBaseClass):
3749         CLSID = IID('{00063025-0000-0000-C000-000000000046}')
3750         coclass_clsid = IID('{00061034-0000-0000-C000-000000000046}')
3751 
3752         def Close(self, SaveMode=defaultNamedNotOptArg):
3753                 return self._oleobj_.InvokeTypes(61475, LCID, 1, (24, 0), ((3, 1),),SaveMode)
3754 
3755         def Copy(self):
3756                 ret = self._oleobj_.InvokeTypes(61490, LCID, 1, (9, 0), (),)
3757                 if ret is not None:
3758                         ret = Dispatch(ret, 'Copy', None, UnicodeToString=0)
3759                 return ret
3760 
3761         def Delete(self):
3762                 return self._oleobj_.InvokeTypes(61514, LCID, 1, (24, 0), (),)
3763 
3764         def Display(self, Modal=defaultNamedOptArg):
3765                 return self._oleobj_.InvokeTypes(61606, LCID, 1, (24, 0), ((12, 17),),Modal)
3766 
3767         def Move(self, DestFldr=defaultNamedNotOptArg):
3768                 ret = self._oleobj_.InvokeTypes(61492, LCID, 1, (9, 0), ((9, 1),),DestFldr)
3769                 if ret is not None:
3770                         ret = Dispatch(ret, 'Move', None, UnicodeToString=0)
3771                 return ret
3772 
3773         def PrintOut(self):
3774                 return self._oleobj_.InvokeTypes(61491, LCID, 1, (24, 0), (),)
3775 
3776         def Save(self):
3777                 return self._oleobj_.InvokeTypes(61512, LCID, 1, (24, 0), (),)
3778 
3779         def SaveAs(self, Path=defaultNamedNotOptArg, Type=defaultNamedOptArg):
3780                 return self._oleobj_.InvokeTypes(61521, LCID, 1, (24, 0), ((8, 1), (12, 17)),Path, Type)
3781 
3782         _prop_map_get_ = {
3783                 # Method 'Application' returns object of type '_Application'
3784                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
3785                 "Body": (37120, 2, (8, 0), (), "Body", None),
3786                 "Categories": (36865, 2, (8, 0), (), "Categories", None),
3787                 "Class": (61450, 2, (3, 0), (), "Class", None),
3788                 "Color": (35584, 2, (3, 0), (), "Color", None),
3789                 "CreationTime": (12295, 2, (7, 0), (), "CreationTime", None),
3790                 "EntryID": (61470, 2, (8, 0), (), "EntryID", None),
3791                 # Method 'GetInspector' returns object of type '_Inspector'
3792                 "GetInspector": (61502, 2, (9, 0), (), "GetInspector", '{00063005-0000-0000-C000-000000000046}'),
3793                 "Height": (35587, 2, (3, 0), (), "Height", None),
3794                 "LastModificationTime": (12296, 2, (7, 0), (), "LastModificationTime", None),
3795                 "Left": (35588, 2, (3, 0), (), "Left", None),
3796                 # Method 'Links' returns object of type 'Links'
3797                 "Links": (62469, 2, (9, 0), (), "Links", '{0006308A-0000-0000-C000-000000000046}'),
3798                 "MessageClass": (26, 2, (8, 0), (), "MessageClass", None),
3799                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
3800                 "Saved": (61603, 2, (11, 0), (), "Saved", None),
3801                 # Method 'Session' returns object of type '_NameSpace'
3802                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
3803                 "Size": (3592, 2, (3, 0), (), "Size", None),
3804                 "Subject": (63392, 2, (8, 0), (), "Subject", None),
3805                 "Top": (35589, 2, (3, 0), (), "Top", None),
3806                 "Width": (35586, 2, (3, 0), (), "Width", None),
3807         }
3808         _prop_map_put_ = {
3809                 "Body": ((37120, LCID, 4, 0),()),
3810                 "Categories": ((36865, LCID, 4, 0),()),
3811                 "Color": ((35584, LCID, 4, 0),()),
3812                 "Height": ((35587, LCID, 4, 0),()),
3813                 "Left": ((35588, LCID, 4, 0),()),
3814                 "MessageClass": ((26, LCID, 4, 0),()),
3815                 "Top": ((35589, LCID, 4, 0),()),
3816                 "Width": ((35586, LCID, 4, 0),()),
3817         }
3818 
3819 class _OutlookBarGroups(DispatchBaseClass):
3820         CLSID = IID('{00063072-0000-0000-C000-000000000046}')
3821         coclass_clsid = IID('{00063056-0000-0000-C000-000000000046}')
3822 
3823         # Result is of type OutlookBarGroup
3824         def Add(self, Name=defaultNamedNotOptArg, Index=defaultNamedOptArg):
3825                 ret = self._oleobj_.InvokeTypes(95, LCID, 1, (9, 0), ((8, 1), (12, 17)),Name, Index)
3826                 if ret is not None:
3827                         ret = Dispatch(ret, 'Add', '{00063073-0000-0000-C000-000000000046}', UnicodeToString=0)
3828                 return ret
3829 
3830         # Result is of type OutlookBarGroup
3831         def Item(self, Index=defaultNamedNotOptArg):
3832                 ret = self._oleobj_.InvokeTypes(81, LCID, 1, (9, 0), ((12, 1),),Index)
3833                 if ret is not None:
3834                         ret = Dispatch(ret, 'Item', '{00063073-0000-0000-C000-000000000046}', UnicodeToString=0)
3835                 return ret
3836 
3837         def Remove(self, Index=defaultNamedNotOptArg):
3838                 return self._oleobj_.InvokeTypes(84, LCID, 1, (24, 0), ((12, 1),),Index)
3839 
3840         _prop_map_get_ = {
3841                 # Method 'Application' returns object of type '_Application'
3842                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
3843                 "Class": (61450, 2, (3, 0), (), "Class", None),
3844                 "Count": (80, 2, (3, 0), (), "Count", None),
3845                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
3846                 # Method 'Session' returns object of type '_NameSpace'
3847                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
3848         }
3849         _prop_map_put_ = {
3850         }
3851         #This class has Item property/method which may take args - allow indexed access
3852         def __getitem__(self, item):
3853                 return self._get_good_object_(self._oleobj_.Invoke(*(81, LCID, 1, 1, item)), "Item")
3854         #This class has Count() property - allow len(ob) to provide this
3855         def __len__(self):
3856                 return self._ApplyTypes_(*(80, 2, (3, 0), (), "Count", None))
3857         #This class has a __len__ - this is needed so 'if object:' always returns TRUE.
3858         def __nonzero__(self):
3859                 return True
3860 
3861 class _OutlookBarPane(DispatchBaseClass):
3862         CLSID = IID('{00063070-0000-0000-C000-000000000046}')
3863         coclass_clsid = IID('{00063055-0000-0000-C000-000000000046}')
3864 
3865         _prop_map_get_ = {
3866                 # Method 'Application' returns object of type '_Application'
3867                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
3868                 "Class": (61450, 2, (3, 0), (), "Class", None),
3869                 # Method 'Contents' returns object of type 'OutlookBarStorage'
3870                 "Contents": (8448, 2, (9, 0), (), "Contents", '{00063071-0000-0000-C000-000000000046}'),
3871                 # Method 'CurrentGroup' returns object of type 'OutlookBarGroup'
3872                 "CurrentGroup": (8449, 2, (9, 0), (), "CurrentGroup", '{00063073-0000-0000-C000-000000000046}'),
3873                 "Name": (0, 2, (8, 0), (), "Name", None),
3874                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
3875                 # Method 'Session' returns object of type '_NameSpace'
3876                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
3877                 "Visible": (8451, 2, (11, 0), (), "Visible", None),
3878         }
3879         _prop_map_put_ = {
3880                 "CurrentGroup": ((8449, LCID, 8, 0),()),
3881                 "Visible": ((8451, LCID, 4, 0),()),
3882         }
3883         # Default property for this class is 'Name'
3884         def __call__(self):
3885                 return self._ApplyTypes_(*(0, 2, (8, 0), (), "Name", None))
3886         # str(ob) and int(ob) will use __call__
3887         def __unicode__(self, *args):
3888                 try:
3889                         return unicode(self.__call__(*args))
3890                 except pythoncom.com_error:
3891                         return repr(self)
3892         def __str__(self, *args):
3893                 return str(self.__unicode__(*args))
3894         def __int__(self, *args):
3895                 return int(self.__call__(*args))
3896 
3897 class _OutlookBarShortcuts(DispatchBaseClass):
3898         CLSID = IID('{00063074-0000-0000-C000-000000000046}')
3899         coclass_clsid = IID('{00063057-0000-0000-C000-000000000046}')
3900 
3901         # Result is of type OutlookBarShortcut
3902         def Add(self, Target=defaultNamedNotOptArg, Name=defaultNamedNotOptArg, Index=defaultNamedOptArg):
3903                 ret = self._oleobj_.InvokeTypes(95, LCID, 1, (9, 0), ((12, 1), (8, 1), (12, 17)),Target, Name, Index)
3904                 if ret is not None:
3905                         ret = Dispatch(ret, 'Add', '{00063075-0000-0000-C000-000000000046}', UnicodeToString=0)
3906                 return ret
3907 
3908         # Result is of type OutlookBarShortcut
3909         def Item(self, Index=defaultNamedNotOptArg):
3910                 ret = self._oleobj_.InvokeTypes(81, LCID, 1, (9, 0), ((12, 1),),Index)
3911                 if ret is not None:
3912                         ret = Dispatch(ret, 'Item', '{00063075-0000-0000-C000-000000000046}', UnicodeToString=0)
3913                 return ret
3914 
3915         def Remove(self, Index=defaultNamedNotOptArg):
3916                 return self._oleobj_.InvokeTypes(84, LCID, 1, (24, 0), ((12, 1),),Index)
3917 
3918         _prop_map_get_ = {
3919                 # Method 'Application' returns object of type '_Application'
3920                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
3921                 "Class": (61450, 2, (3, 0), (), "Class", None),
3922                 "Count": (80, 2, (3, 0), (), "Count", None),
3923                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
3924                 # Method 'Session' returns object of type '_NameSpace'
3925                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
3926         }
3927         _prop_map_put_ = {
3928         }
3929         #This class has Item property/method which may take args - allow indexed access
3930         def __getitem__(self, item):
3931                 return self._get_good_object_(self._oleobj_.Invoke(*(81, LCID, 1, 1, item)), "Item")
3932         #This class has Count() property - allow len(ob) to provide this
3933         def __len__(self):
3934                 return self._ApplyTypes_(*(80, 2, (3, 0), (), "Count", None))
3935         #This class has a __len__ - this is needed so 'if object:' always returns TRUE.
3936         def __nonzero__(self):
3937                 return True
3938 
3939 class _PostItem(DispatchBaseClass):
3940         CLSID = IID('{00063024-0000-0000-C000-000000000046}')
3941         coclass_clsid = IID('{0006103A-0000-0000-C000-000000000046}')
3942 
3943         def ClearConversationIndex(self):
3944                 return self._oleobj_.InvokeTypes(63522, LCID, 1, (24, 0), (),)
3945 
3946         def Close(self, SaveMode=defaultNamedNotOptArg):
3947                 return self._oleobj_.InvokeTypes(61475, LCID, 1, (24, 0), ((3, 1),),SaveMode)
3948 
3949         def Copy(self):
3950                 ret = self._oleobj_.InvokeTypes(61490, LCID, 1, (9, 0), (),)
3951                 if ret is not None:
3952                         ret = Dispatch(ret, 'Copy', None, UnicodeToString=0)
3953                 return ret
3954 
3955         def Delete(self):
3956                 return self._oleobj_.InvokeTypes(61514, LCID, 1, (24, 0), (),)
3957 
3958         def Display(self, Modal=defaultNamedOptArg):
3959                 return self._oleobj_.InvokeTypes(61606, LCID, 1, (24, 0), ((12, 17),),Modal)
3960 
3961         # Result is of type MailItem
3962         def Forward(self):
3963                 ret = self._oleobj_.InvokeTypes(63507, LCID, 1, (13, 0), (),)
3964                 if ret is not None:
3965                         # See if this IUnknown is really an IDispatch
3966                         try:
3967                                 ret = ret.QueryInterface(pythoncom.IID_IDispatch)
3968                         except pythoncom.error:
3969                                 return ret
3970                         ret = Dispatch(ret, 'Forward', '{00061033-0000-0000-C000-000000000046}', UnicodeToString=0)
3971                 return ret
3972 
3973         def Move(self, DestFldr=defaultNamedNotOptArg):
3974                 ret = self._oleobj_.InvokeTypes(61492, LCID, 1, (9, 0), ((9, 1),),DestFldr)
3975                 if ret is not None:
3976                         ret = Dispatch(ret, 'Move', None, UnicodeToString=0)
3977                 return ret
3978 
3979         def Post(self):
3980                 return self._oleobj_.InvokeTypes(61557, LCID, 1, (24, 0), (),)
3981 
3982         def PrintOut(self):
3983                 return self._oleobj_.InvokeTypes(61491, LCID, 1, (24, 0), (),)
3984 
3985         # Result is of type MailItem
3986         def Reply(self):
3987                 ret = self._oleobj_.InvokeTypes(63504, LCID, 1, (13, 0), (),)
3988                 if ret is not None:
3989                         # See if this IUnknown is really an IDispatch
3990                         try:
3991                                 ret = ret.QueryInterface(pythoncom.IID_IDispatch)
3992                         except pythoncom.error:
3993                                 return ret
3994                         ret = Dispatch(ret, 'Reply', '{00061033-0000-0000-C000-000000000046}', UnicodeToString=0)
3995                 return ret
3996 
3997         def Save(self):
3998                 return self._oleobj_.InvokeTypes(61512, LCID, 1, (24, 0), (),)
3999 
4000         def SaveAs(self, Path=defaultNamedNotOptArg, Type=defaultNamedOptArg):
4001                 return self._oleobj_.InvokeTypes(61521, LCID, 1, (24, 0), ((8, 1), (12, 17)),Path, Type)
4002 
4003         _prop_map_get_ = {
4004                 # Method 'Actions' returns object of type 'Actions'
4005                 "Actions": (63511, 2, (9, 0), (), "Actions", '{0006303E-0000-0000-C000-000000000046}'),
4006                 # Method 'Application' returns object of type '_Application'
4007                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
4008                 # Method 'Attachments' returns object of type 'Attachments'
4009                 "Attachments": (63509, 2, (9, 0), (), "Attachments", '{0006303C-0000-0000-C000-000000000046}'),
4010                 "BillingInformation": (34101, 2, (8, 0), (), "BillingInformation", None),
4011                 "Body": (37120, 2, (8, 0), (), "Body", None),
4012                 "Categories": (36865, 2, (8, 0), (), "Categories", None),
4013                 "Class": (61450, 2, (3, 0), (), "Class", None),
4014                 "Companies": (34107, 2, (8, 0), (), "Companies", None),
4015                 "ConversationIndex": (113, 2, (8, 0), (), "ConversationIndex", None),
4016                 "ConversationTopic": (112, 2, (8, 0), (), "ConversationTopic", None),
4017                 "CreationTime": (12295, 2, (7, 0), (), "CreationTime", None),
4018                 "EntryID": (61470, 2, (8, 0), (), "EntryID", None),
4019                 "ExpiryTime": (21, 2, (7, 0), (), "ExpiryTime", None),
4020                 # Method 'FormDescription' returns object of type 'FormDescription'
4021                 "FormDescription": (61589, 2, (9, 0), (), "FormDescription", '{00063046-0000-0000-C000-000000000046}'),
4022                 # Method 'GetInspector' returns object of type '_Inspector'
4023                 "GetInspector": (61502, 2, (9, 0), (), "GetInspector", '{00063005-0000-0000-C000-000000000046}'),
4024                 "HTMLBody": (62468, 2, (8, 0), (), "HTMLBody", None),
4025                 "Importance": (23, 2, (3, 0), (), "Importance", None),
4026                 "LastModificationTime": (12296, 2, (7, 0), (), "LastModificationTime", None),
4027                 # Method 'Links' returns object of type 'Links'
4028                 "Links": (62469, 2, (9, 0), (), "Links", '{0006308A-0000-0000-C000-000000000046}'),
4029                 "MAPIOBJECT": (61696, 2, (13, 0), (), "MAPIOBJECT", None),
4030                 "MessageClass": (26, 2, (8, 0), (), "MessageClass", None),
4031                 "Mileage": (34100, 2, (8, 0), (), "Mileage", None),
4032                 "NoAging": (34062, 2, (11, 0), (), "NoAging", None),
4033                 "OutlookInternalVersion": (34130, 2, (3, 0), (), "OutlookInternalVersion", None),
4034                 "OutlookVersion": (34132, 2, (8, 0), (), "OutlookVersion", None),
4035                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
4036                 "ReceivedTime": (3590, 2, (7, 0), (), "ReceivedTime", None),
4037                 "Saved": (61603, 2, (11, 0), (), "Saved", None),
4038                 "SenderName": (3098, 2, (8, 0), (), "SenderName", None),
4039                 "Sensitivity": (54, 2, (3, 0), (), "Sensitivity", None),
4040                 "SentOn": (57, 2, (7, 0), (), "SentOn", None),
4041                 # Method 'Session' returns object of type '_NameSpace'
4042                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
4043                 "Size": (3592, 2, (3, 0), (), "Size", None),
4044                 "Subject": (55, 2, (8, 0), (), "Subject", None),
4045                 "UnRead": (61468, 2, (11, 0), (), "UnRead", None),
4046                 # Method 'UserProperties' returns object of type 'UserProperties'
4047                 "UserProperties": (63510, 2, (9, 0), (), "UserProperties", '{0006303D-0000-0000-C000-000000000046}'),
4048         }
4049         _prop_map_put_ = {
4050                 "BillingInformation": ((34101, LCID, 4, 0),()),
4051                 "Body": ((37120, LCID, 4, 0),()),
4052                 "Categories": ((36865, LCID, 4, 0),()),
4053                 "Companies": ((34107, LCID, 4, 0),()),
4054                 "ExpiryTime": ((21, LCID, 4, 0),()),
4055                 "HTMLBody": ((62468, LCID, 4, 0),()),
4056                 "Importance": ((23, LCID, 4, 0),()),
4057                 "MessageClass": ((26, LCID, 4, 0),()),
4058                 "Mileage": ((34100, LCID, 4, 0),()),
4059                 "NoAging": ((34062, LCID, 4, 0),()),
4060                 "Sensitivity": ((54, LCID, 4, 0),()),
4061                 "Subject": ((55, LCID, 4, 0),()),
4062                 "UnRead": ((61468, LCID, 4, 0),()),
4063         }
4064 
4065 class _RemoteItem(DispatchBaseClass):
4066         CLSID = IID('{00063023-0000-0000-C000-000000000046}')
4067         coclass_clsid = IID('{00061060-0000-0000-C000-000000000046}')
4068 
4069         def Close(self, SaveMode=defaultNamedNotOptArg):
4070                 return self._oleobj_.InvokeTypes(61475, LCID, 1, (24, 0), ((3, 1),),SaveMode)
4071 
4072         def Copy(self):
4073                 ret = self._oleobj_.InvokeTypes(61490, LCID, 1, (9, 0), (),)
4074                 if ret is not None:
4075                         ret = Dispatch(ret, 'Copy', None, UnicodeToString=0)
4076                 return ret
4077 
4078         def Delete(self):
4079                 return self._oleobj_.InvokeTypes(61514, LCID, 1, (24, 0), (),)
4080 
4081         def Display(self, Modal=defaultNamedOptArg):
4082                 return self._oleobj_.InvokeTypes(61606, LCID, 1, (24, 0), ((12, 17),),Modal)
4083 
4084         def Move(self, DestFldr=defaultNamedNotOptArg):
4085                 ret = self._oleobj_.InvokeTypes(61492, LCID, 1, (9, 0), ((9, 1),),DestFldr)
4086                 if ret is not None:
4087                         ret = Dispatch(ret, 'Move', None, UnicodeToString=0)
4088                 return ret
4089 
4090         def PrintOut(self):
4091                 return self._oleobj_.InvokeTypes(61491, LCID, 1, (24, 0), (),)
4092 
4093         def Save(self):
4094                 return self._oleobj_.InvokeTypes(61512, LCID, 1, (24, 0), (),)
4095 
4096         def SaveAs(self, Path=defaultNamedNotOptArg, Type=defaultNamedOptArg):
4097                 return self._oleobj_.InvokeTypes(61521, LCID, 1, (24, 0), ((8, 1), (12, 17)),Path, Type)
4098 
4099         _prop_map_get_ = {
4100                 # Method 'Actions' returns object of type 'Actions'
4101                 "Actions": (63511, 2, (9, 0), (), "Actions", '{0006303E-0000-0000-C000-000000000046}'),
4102                 # Method 'Application' returns object of type '_Application'
4103                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
4104                 # Method 'Attachments' returns object of type 'Attachments'
4105                 "Attachments": (63509, 2, (9, 0), (), "Attachments", '{0006303C-0000-0000-C000-000000000046}'),
4106                 "BillingInformation": (34101, 2, (8, 0), (), "BillingInformation", None),
4107                 "Body": (37120, 2, (8, 0), (), "Body", None),
4108                 "Categories": (36865, 2, (8, 0), (), "Categories", None),
4109                 "Class": (61450, 2, (3, 0), (), "Class", None),
4110                 "Companies": (34107, 2, (8, 0), (), "Companies", None),
4111                 "ConversationIndex": (113, 2, (8, 0), (), "ConversationIndex", None),
4112                 "ConversationTopic": (112, 2, (8, 0), (), "ConversationTopic", None),
4113                 "CreationTime": (12295, 2, (7, 0), (), "CreationTime", None),
4114                 "EntryID": (61470, 2, (8, 0), (), "EntryID", None),
4115                 # Method 'FormDescription' returns object of type 'FormDescription'
4116                 "FormDescription": (61589, 2, (9, 0), (), "FormDescription", '{00063046-0000-0000-C000-000000000046}'),
4117                 # Method 'GetInspector' returns object of type '_Inspector'
4118                 "GetInspector": (61502, 2, (9, 0), (), "GetInspector", '{00063005-0000-0000-C000-000000000046}'),
4119                 "HasAttachment": (36615, 2, (11, 0), (), "HasAttachment", None),
4120                 "Importance": (23, 2, (3, 0), (), "Importance", None),
4121                 "LastModificationTime": (12296, 2, (7, 0), (), "LastModificationTime", None),
4122                 # Method 'Links' returns object of type 'Links'
4123                 "Links": (62469, 2, (9, 0), (), "Links", '{0006308A-0000-0000-C000-000000000046}'),
4124                 "MAPIOBJECT": (61696, 2, (13, 0), (), "MAPIOBJECT", None),
4125                 "MessageClass": (26, 2, (8, 0), (), "MessageClass", None),
4126                 "Mileage": (34100, 2, (8, 0), (), "Mileage", None),
4127                 "NoAging": (34062, 2, (11, 0), (), "NoAging", None),
4128                 "OutlookInternalVersion": (34130, 2, (3, 0), (), "OutlookInternalVersion", None),
4129                 "OutlookVersion": (34132, 2, (8, 0), (), "OutlookVersion", None),
4130                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
4131                 "RemoteMessageClass": (36610, 2, (8, 0), (), "RemoteMessageClass", None),
4132                 "Saved": (61603, 2, (11, 0), (), "Saved", None),
4133                 "Sensitivity": (54, 2, (3, 0), (), "Sensitivity", None),
4134                 # Method 'Session' returns object of type '_NameSpace'
4135                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
4136                 "Size": (3592, 2, (3, 0), (), "Size", None),
4137                 "Subject": (55, 2, (8, 0), (), "Subject", None),
4138                 "TransferSize": (36613, 2, (3, 0), (), "TransferSize", None),
4139                 "TransferTime": (36612, 2, (3, 0), (), "TransferTime", None),
4140                 "UnRead": (61468, 2, (11, 0), (), "UnRead", None),
4141                 # Method 'UserProperties' returns object of type 'UserProperties'
4142                 "UserProperties": (63510, 2, (9, 0), (), "UserProperties", '{0006303D-0000-0000-C000-000000000046}'),
4143         }
4144         _prop_map_put_ = {
4145                 "BillingInformation": ((34101, LCID, 4, 0),()),
4146                 "Body": ((37120, LCID, 4, 0),()),
4147                 "Categories": ((36865, LCID, 4, 0),()),
4148                 "Companies": ((34107, LCID, 4, 0),()),
4149                 "Importance": ((23, LCID, 4, 0),()),
4150                 "MessageClass": ((26, LCID, 4, 0),()),
4151                 "Mileage": ((34100, LCID, 4, 0),()),
4152                 "NoAging": ((34062, LCID, 4, 0),()),
4153                 "Sensitivity": ((54, LCID, 4, 0),()),
4154                 "Subject": ((55, LCID, 4, 0),()),
4155                 "UnRead": ((61468, LCID, 4, 0),()),
4156         }
4157 
4158 class _ReportItem(DispatchBaseClass):
4159         CLSID = IID('{00063026-0000-0000-C000-000000000046}')
4160         coclass_clsid = IID('{00061035-0000-0000-C000-000000000046}')
4161 
4162         def Close(self, SaveMode=defaultNamedNotOptArg):
4163                 return self._oleobj_.InvokeTypes(61475, LCID, 1, (24, 0), ((3, 1),),SaveMode)
4164 
4165         def Copy(self):
4166                 ret = self._oleobj_.InvokeTypes(61490, LCID, 1, (9, 0), (),)
4167                 if ret is not None:
4168                         ret = Dispatch(ret, 'Copy', None, UnicodeToString=0)
4169                 return ret
4170 
4171         def Delete(self):
4172                 return self._oleobj_.InvokeTypes(61514, LCID, 1, (24, 0), (),)
4173 
4174         def Display(self, Modal=defaultNamedOptArg):
4175                 return self._oleobj_.InvokeTypes(61606, LCID, 1, (24, 0), ((12, 17),),Modal)
4176 
4177         def Move(self, DestFldr=defaultNamedNotOptArg):
4178                 ret = self._oleobj_.InvokeTypes(61492, LCID, 1, (9, 0), ((9, 1),),DestFldr)
4179                 if ret is not None:
4180                         ret = Dispatch(ret, 'Move', None, UnicodeToString=0)
4181                 return ret
4182 
4183         def PrintOut(self):
4184                 return self._oleobj_.InvokeTypes(61491, LCID, 1, (24, 0), (),)
4185 
4186         def Save(self):
4187                 return self._oleobj_.InvokeTypes(61512, LCID, 1, (24, 0), (),)
4188 
4189         def SaveAs(self, Path=defaultNamedNotOptArg, Type=defaultNamedOptArg):
4190                 return self._oleobj_.InvokeTypes(61521, LCID, 1, (24, 0), ((8, 1), (12, 17)),Path, Type)
4191 
4192         _prop_map_get_ = {
4193                 # Method 'Actions' returns object of type 'Actions'
4194                 "Actions": (63511, 2, (9, 0), (), "Actions", '{0006303E-0000-0000-C000-000000000046}'),
4195                 # Method 'Application' returns object of type '_Application'
4196                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
4197                 # Method 'Attachments' returns object of type 'Attachments'
4198                 "Attachments": (63509, 2, (9, 0), (), "Attachments", '{0006303C-0000-0000-C000-000000000046}'),
4199                 "BillingInformation": (34101, 2, (8, 0), (), "BillingInformation", None),
4200                 "Body": (37120, 2, (8, 0), (), "Body", None),
4201                 "Categories": (36865, 2, (8, 0), (), "Categories", None),
4202                 "Class": (61450, 2, (3, 0), (), "Class", None),
4203                 "Companies": (34107, 2, (8, 0), (), "Companies", None),
4204                 "ConversationIndex": (113, 2, (8, 0), (), "ConversationIndex", None),
4205                 "ConversationTopic": (112, 2, (8, 0), (), "ConversationTopic", None),
4206                 "CreationTime": (12295, 2, (7, 0), (), "CreationTime", None),
4207                 "EntryID": (61470, 2, (8, 0), (), "EntryID", None),
4208                 # Method 'FormDescription' returns object of type 'FormDescription'
4209                 "FormDescription": (61589, 2, (9, 0), (), "FormDescription", '{00063046-0000-0000-C000-000000000046}'),
4210                 # Method 'GetInspector' returns object of type '_Inspector'
4211                 "GetInspector": (61502, 2, (9, 0), (), "GetInspector", '{00063005-0000-0000-C000-000000000046}'),
4212                 "Importance": (23, 2, (3, 0), (), "Importance", None),
4213                 "LastModificationTime": (12296, 2, (7, 0), (), "LastModificationTime", None),
4214                 # Method 'Links' returns object of type 'Links'
4215                 "Links": (62469, 2, (9, 0), (), "Links", '{0006308A-0000-0000-C000-000000000046}'),
4216                 "MAPIOBJECT": (61696, 2, (13, 0), (), "MAPIOBJECT", None),
4217                 "MessageClass": (26, 2, (8, 0), (), "MessageClass", None),
4218                 "Mileage": (34100, 2, (8, 0), (), "Mileage", None),
4219                 "NoAging": (34062, 2, (11, 0), (), "NoAging", None),
4220                 "OutlookInternalVersion": (34130, 2, (3, 0), (), "OutlookInternalVersion", None),
4221                 "OutlookVersion": (34132, 2, (8, 0), (), "OutlookVersion", None),
4222                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
4223                 "Saved": (61603, 2, (11, 0), (), "Saved", None),
4224                 "Sensitivity": (54, 2, (3, 0), (), "Sensitivity", None),
4225                 # Method 'Session' returns object of type '_NameSpace'
4226                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
4227                 "Size": (3592, 2, (3, 0), (), "Size", None),
4228                 "Subject": (55, 2, (8, 0), (), "Subject", None),
4229                 "UnRead": (61468, 2, (11, 0), (), "UnRead", None),
4230                 # Method 'UserProperties' returns object of type 'UserProperties'
4231                 "UserProperties": (63510, 2, (9, 0), (), "UserProperties", '{0006303D-0000-0000-C000-000000000046}'),
4232         }
4233         _prop_map_put_ = {
4234                 "BillingInformation": ((34101, LCID, 4, 0),()),
4235                 "Body": ((37120, LCID, 4, 0),()),
4236                 "Categories": ((36865, LCID, 4, 0),()),
4237                 "Companies": ((34107, LCID, 4, 0),()),
4238                 "Importance": ((23, LCID, 4, 0),()),
4239                 "MessageClass": ((26, LCID, 4, 0),()),
4240                 "Mileage": ((34100, LCID, 4, 0),()),
4241                 "NoAging": ((34062, LCID, 4, 0),()),
4242                 "Sensitivity": ((54, LCID, 4, 0),()),
4243                 "Subject": ((55, LCID, 4, 0),()),
4244                 "UnRead": ((61468, LCID, 4, 0),()),
4245         }
4246 
4247 class _SyncObject(DispatchBaseClass):
4248         CLSID = IID('{00063083-0000-0000-C000-000000000046}')
4249         coclass_clsid = IID('{00063084-0000-0000-C000-000000000046}')
4250 
4251         def Start(self):
4252                 return self._oleobj_.InvokeTypes(8449, LCID, 1, (24, 0), (),)
4253 
4254         def Stop(self):
4255                 return self._oleobj_.InvokeTypes(8450, LCID, 1, (24, 0), (),)
4256 
4257         _prop_map_get_ = {
4258                 # Method 'Application' returns object of type '_Application'
4259                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
4260                 "Class": (61450, 2, (3, 0), (), "Class", None),
4261                 "Name": (8448, 2, (8, 0), (), "Name", None),
4262                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
4263                 # Method 'Session' returns object of type '_NameSpace'
4264                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
4265         }
4266         _prop_map_put_ = {
4267         }
4268 
4269 class _TaskItem(DispatchBaseClass):
4270         CLSID = IID('{00063035-0000-0000-C000-000000000046}')
4271         coclass_clsid = IID('{00061032-0000-0000-C000-000000000046}')
4272 
4273         # Result is of type TaskItem
4274         def Assign(self):
4275                 ret = self._oleobj_.InvokeTypes(63008, LCID, 1, (13, 0), (),)
4276                 if ret is not None:
4277                         # See if this IUnknown is really an IDispatch
4278                         try:
4279                                 ret = ret.QueryInterface(pythoncom.IID_IDispatch)
4280                         except pythoncom.error:
4281                                 return ret
4282                         ret = Dispatch(ret, 'Assign', '{00061032-0000-0000-C000-000000000046}', UnicodeToString=0)
4283                 return ret
4284 
4285         def CancelResponseState(self):
4286                 return self._oleobj_.InvokeTypes(63010, LCID, 1, (24, 0), (),)
4287 
4288         def ClearRecurrencePattern(self):
4289                 return self._oleobj_.InvokeTypes(61605, LCID, 1, (24, 0), (),)
4290 
4291         def Close(self, SaveMode=defaultNamedNotOptArg):
4292                 return self._oleobj_.InvokeTypes(61475, LCID, 1, (24, 0), ((3, 1),),SaveMode)
4293 
4294         def Copy(self):
4295                 ret = self._oleobj_.InvokeTypes(61490, LCID, 1, (9, 0), (),)
4296                 if ret is not None:
4297                         ret = Dispatch(ret, 'Copy', None, UnicodeToString=0)
4298                 return ret
4299 
4300         def Delete(self):
4301                 return self._oleobj_.InvokeTypes(61514, LCID, 1, (24, 0), (),)
4302 
4303         def Display(self, Modal=defaultNamedOptArg):
4304                 return self._oleobj_.InvokeTypes(61606, LCID, 1, (24, 0), ((12, 17),),Modal)
4305 
4306         # Result is of type RecurrencePattern
4307         def GetRecurrencePattern(self):
4308                 ret = self._oleobj_.InvokeTypes(61604, LCID, 1, (9, 0), (),)
4309                 if ret is not None:
4310                         ret = Dispatch(ret, 'GetRecurrencePattern', '{00063044-0000-0000-C000-000000000046}', UnicodeToString=0)
4311                 return ret
4312 
4313         def MarkComplete(self):
4314                 return self._oleobj_.InvokeTypes(62989, LCID, 1, (24, 0), (),)
4315 
4316         def Move(self, DestFldr=defaultNamedNotOptArg):
4317                 ret = self._oleobj_.InvokeTypes(61492, LCID, 1, (9, 0), ((9, 1),),DestFldr)
4318                 if ret is not None:
4319                         ret = Dispatch(ret, 'Move', None, UnicodeToString=0)
4320                 return ret
4321 
4322         def PrintOut(self):
4323                 return self._oleobj_.InvokeTypes(61491, LCID, 1, (24, 0), (),)
4324 
4325         # Result is of type TaskItem
4326         def Respond(self, Response=defaultNamedNotOptArg, fNoUI=defaultNamedNotOptArg, fAdditionalTextDialog=defaultNamedNotOptArg):
4327                 ret = self._oleobj_.InvokeTypes(63009, LCID, 1, (13, 0), ((3, 1), (12, 1), (12, 1)),Response, fNoUI, fAdditionalTextDialog)
4328                 if ret is not None:
4329                         # See if this IUnknown is really an IDispatch
4330                         try:
4331                                 ret = ret.QueryInterface(pythoncom.IID_IDispatch)
4332                         except pythoncom.error:
4333                                 return ret
4334                         ret = Dispatch(ret, 'Respond', '{00061032-0000-0000-C000-000000000046}', UnicodeToString=0)
4335                 return ret
4336 
4337         def Save(self):
4338                 return self._oleobj_.InvokeTypes(61512, LCID, 1, (24, 0), (),)
4339 
4340         def SaveAs(self, Path=defaultNamedNotOptArg, Type=defaultNamedOptArg):
4341                 return self._oleobj_.InvokeTypes(61521, LCID, 1, (24, 0), ((8, 1), (12, 17)),Path, Type)
4342 
4343         def Send(self):
4344                 return self._oleobj_.InvokeTypes(61557, LCID, 1, (24, 0), (),)
4345 
4346         def SkipRecurrence(self):
4347                 return self._oleobj_.InvokeTypes(63012, LCID, 1, (11, 0), (),)
4348 
4349         def StatusReport(self):
4350                 ret = self._oleobj_.InvokeTypes(62994, LCID, 1, (9, 0), (),)
4351                 if ret is not None:
4352                         ret = Dispatch(ret, 'StatusReport', None, UnicodeToString=0)
4353                 return ret
4354 
4355         _prop_map_get_ = {
4356                 # Method 'Actions' returns object of type 'Actions'
4357                 "Actions": (63511, 2, (9, 0), (), "Actions", '{0006303E-0000-0000-C000-000000000046}'),
4358                 "ActualWork": (33040, 2, (3, 0), (), "ActualWork", None),
4359                 # Method 'Application' returns object of type '_Application'
4360                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
4361                 # Method 'Attachments' returns object of type 'Attachments'
4362                 "Attachments": (63509, 2, (9, 0), (), "Attachments", '{0006303C-0000-0000-C000-000000000046}'),
4363                 "BillingInformation": (34101, 2, (8, 0), (), "BillingInformation", None),
4364                 "Body": (37120, 2, (8, 0), (), "Body", None),
4365                 "CardData": (33067, 2, (8, 0), (), "CardData", None),
4366                 "Categories": (36865, 2, (8, 0), (), "Categories", None),
4367                 "Class": (61450, 2, (3, 0), (), "Class", None),
4368                 "Companies": (34107, 2, (8, 0), (), "Companies", None),
4369                 "Complete": (33052, 2, (11, 0), (), "Complete", None),
4370                 "ContactNames": (34108, 2, (8, 0), (), "ContactNames", None),
4371                 "Contacts": (34106, 2, (8, 0), (), "Contacts", None),
4372                 "ConversationIndex": (113, 2, (8, 0), (), "ConversationIndex", None),
4373                 "ConversationTopic": (112, 2, (8, 0), (), "ConversationTopic", None),
4374                 "CreationTime": (12295, 2, (7, 0), (), "CreationTime", None),
4375                 "DateCompleted": (33039, 2, (7, 0), (), "DateCompleted", None),
4376                 "DelegationState": (33066, 2, (3, 0), (), "DelegationState", None),
4377                 "Delegator": (33057, 2, (8, 0), (), "Delegator", None),
4378                 "DueDate": (33029, 2, (7, 0), (), "DueDate", None),
4379                 "EntryID": (61470, 2, (8, 0), (), "EntryID", None),
4380                 # Method 'FormDescription' returns object of type 'FormDescription'
4381                 "FormDescription": (61589, 2, (9, 0), (), "FormDescription", '{00063046-0000-0000-C000-000000000046}'),
4382                 # Method 'GetInspector' returns object of type '_Inspector'
4383                 "GetInspector": (61502, 2, (9, 0), (), "GetInspector", '{00063005-0000-0000-C000-000000000046}'),
4384                 "Importance": (23, 2, (3, 0), (), "Importance", None),
4385                 "IsRecurring": (62999, 2, (11, 0), (), "IsRecurring", None),
4386                 "LastModificationTime": (12296, 2, (7, 0), (), "LastModificationTime", None),
4387                 # Method 'Links' returns object of type 'Links'
4388                 "Links": (62469, 2, (9, 0), (), "Links", '{0006308A-0000-0000-C000-000000000046}'),
4389                 "MAPIOBJECT": (61696, 2, (13, 0), (), "MAPIOBJECT", None),
4390                 "MessageClass": (26, 2, (8, 0), (), "MessageClass", None),
4391                 "Mileage": (34100, 2, (8, 0), (), "Mileage", None),
4392                 "NoAging": (34062, 2, (11, 0), (), "NoAging", None),
4393                 "Ordinal": (33059, 2, (3, 0), (), "Ordinal", None),
4394                 "OutlookInternalVersion": (34130, 2, (3, 0), (), "OutlookInternalVersion", None),
4395                 "OutlookVersion": (34132, 2, (8, 0), (), "OutlookVersion", None),
4396                 "Owner": (33055, 2, (8, 0), (), "Owner", None),
4397                 "Ownership": (33065, 2, (3, 0), (), "Ownership", None),
4398                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
4399                 "PercentComplete": (63007, 2, (3, 0), (), "PercentComplete", None),
4400                 # Method 'Recipients' returns object of type 'Recipients'
4401                 "Recipients": (63508, 2, (9, 0), (), "Recipients", '{0006303B-0000-0000-C000-000000000046}'),
4402                 "ReminderOverrideDefault": (34076, 2, (11, 0), (), "ReminderOverrideDefault", None),
4403                 "ReminderPlaySound": (34078, 2, (11, 0), (), "ReminderPlaySound", None),
4404                 "ReminderSet": (34051, 2, (11, 0), (), "ReminderSet", None),
4405                 "ReminderSoundFile": (34079, 2, (8, 0), (), "ReminderSoundFile", None),
4406                 "ReminderTime": (34050, 2, (7, 0), (), "ReminderTime", None),
4407                 "ResponseState": (63011, 2, (3, 0), (), "ResponseState", None),
4408                 "Role": (33063, 2, (8, 0), (), "Role", None),
4409                 "Saved": (61603, 2, (11, 0), (), "Saved", None),
4410                 "SchedulePlusPriority": (33071, 2, (8, 0), (), "SchedulePlusPriority", None),
4411                 "Sensitivity": (54, 2, (3, 0), (), "Sensitivity", None),
4412                 # Method 'Session' returns object of type '_NameSpace'
4413                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
4414                 "Size": (3592, 2, (3, 0), (), "Size", None),
4415                 "StartDate": (33028, 2, (7, 0), (), "StartDate", None),
4416                 "Status": (33025, 2, (3, 0), (), "Status", None),
4417                 "StatusOnCompletionRecipients": (3586, 2, (8, 0), (), "StatusOnCompletionRecipients", None),
4418                 "StatusUpdateRecipients": (3587, 2, (8, 0), (), "StatusUpdateRecipients", None),
4419                 "Subject": (55, 2, (8, 0), (), "Subject", None),
4420                 "TeamTask": (33027, 2, (11, 0), (), "TeamTask", None),
4421                 "TotalWork": (33041, 2, (3, 0), (), "TotalWork", None),
4422                 "UnRead": (61468, 2, (11, 0), (), "UnRead", None),
4423                 # Method 'UserProperties' returns object of type 'UserProperties'
4424                 "UserProperties": (63510, 2, (9, 0), (), "UserProperties", '{0006303D-0000-0000-C000-000000000046}'),
4425         }
4426         _prop_map_put_ = {
4427                 "ActualWork": ((33040, LCID, 4, 0),()),
4428                 "BillingInformation": ((34101, LCID, 4, 0),()),
4429                 "Body": ((37120, LCID, 4, 0),()),
4430                 "CardData": ((33067, LCID, 4, 0),()),
4431                 "Categories": ((36865, LCID, 4, 0),()),
4432                 "Companies": ((34107, LCID, 4, 0),()),
4433                 "Complete": ((33052, LCID, 4, 0),()),
4434                 "ContactNames": ((34108, LCID, 4, 0),()),
4435                 "Contacts": ((34106, LCID, 4, 0),()),
4436                 "DateCompleted": ((33039, LCID, 4, 0),()),
4437                 "DueDate": ((33029, LCID, 4, 0),()),
4438                 "Importance": ((23, LCID, 4, 0),()),
4439                 "MessageClass": ((26, LCID, 4, 0),()),
4440                 "Mileage": ((34100, LCID, 4, 0),()),
4441                 "NoAging": ((34062, LCID, 4, 0),()),
4442                 "Ordinal": ((33059, LCID, 4, 0),()),
4443                 "Owner": ((33055, LCID, 4, 0),()),
4444                 "PercentComplete": ((63007, LCID, 4, 0),()),
4445                 "ReminderOverrideDefault": ((34076, LCID, 4, 0),()),
4446                 "ReminderPlaySound": ((34078, LCID, 4, 0),()),
4447                 "ReminderSet": ((34051, LCID, 4, 0),()),
4448                 "ReminderSoundFile": ((34079, LCID, 4, 0),()),
4449                 "ReminderTime": ((34050, LCID, 4, 0),()),
4450                 "Role": ((33063, LCID, 4, 0),()),
4451                 "SchedulePlusPriority": ((33071, LCID, 4, 0),()),
4452                 "Sensitivity": ((54, LCID, 4, 0),()),
4453                 "StartDate": ((33028, LCID, 4, 0),()),
4454                 "Status": ((33025, LCID, 4, 0),()),
4455                 "StatusOnCompletionRecipients": ((3586, LCID, 4, 0),()),
4456                 "StatusUpdateRecipients": ((3587, LCID, 4, 0),()),
4457                 "Subject": ((55, LCID, 4, 0),()),
4458                 "TeamTask": ((33027, LCID, 4, 0),()),
4459                 "TotalWork": ((33041, LCID, 4, 0),()),
4460                 "UnRead": ((61468, LCID, 4, 0),()),
4461         }
4462 
4463 class _TaskRequestAcceptItem(DispatchBaseClass):
4464         CLSID = IID('{00063038-0000-0000-C000-000000000046}')
4465         coclass_clsid = IID('{00061052-0000-0000-C000-000000000046}')
4466 
4467         def Close(self, SaveMode=defaultNamedNotOptArg):
4468                 return self._oleobj_.InvokeTypes(61475, LCID, 1, (24, 0), ((3, 1),),SaveMode)
4469 
4470         def Copy(self):
4471                 ret = self._oleobj_.InvokeTypes(61490, LCID, 1, (9, 0), (),)
4472                 if ret is not None:
4473                         ret = Dispatch(ret, 'Copy', None, UnicodeToString=0)
4474                 return ret
4475 
4476         def Delete(self):
4477                 return self._oleobj_.InvokeTypes(61514, LCID, 1, (24, 0), (),)
4478 
4479         def Display(self, Modal=defaultNamedOptArg):
4480                 return self._oleobj_.InvokeTypes(61606, LCID, 1, (24, 0), ((12, 17),),Modal)
4481 
4482         # Result is of type TaskItem
4483         def GetAssociatedTask(self, AddToTaskList=defaultNamedNotOptArg):
4484                 ret = self._oleobj_.InvokeTypes(61460, LCID, 1, (13, 0), ((11, 1),),AddToTaskList)
4485                 if ret is not None:
4486                         # See if this IUnknown is really an IDispatch
4487                         try:
4488                                 ret = ret.QueryInterface(pythoncom.IID_IDispatch)
4489                         except pythoncom.error:
4490                                 return ret
4491                         ret = Dispatch(ret, 'GetAssociatedTask', '{00061032-0000-0000-C000-000000000046}', UnicodeToString=0)
4492                 return ret
4493 
4494         def Move(self, DestFldr=defaultNamedNotOptArg):
4495                 ret = self._oleobj_.InvokeTypes(61492, LCID, 1, (9, 0), ((9, 1),),DestFldr)
4496                 if ret is not None:
4497                         ret = Dispatch(ret, 'Move', None, UnicodeToString=0)
4498                 return ret
4499 
4500         def PrintOut(self):
4501                 return self._oleobj_.InvokeTypes(61491, LCID, 1, (24, 0), (),)
4502 
4503         def Save(self):
4504                 return self._oleobj_.InvokeTypes(61512, LCID, 1, (24, 0), (),)
4505 
4506         def SaveAs(self, Path=defaultNamedNotOptArg, Type=defaultNamedOptArg):
4507                 return self._oleobj_.InvokeTypes(61521, LCID, 1, (24, 0), ((8, 1), (12, 17)),Path, Type)
4508 
4509         _prop_map_get_ = {
4510                 # Method 'Actions' returns object of type 'Actions'
4511                 "Actions": (63511, 2, (9, 0), (), "Actions", '{0006303E-0000-0000-C000-000000000046}'),
4512                 # Method 'Application' returns object of type '_Application'
4513                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
4514                 # Method 'Attachments' returns object of type 'Attachments'
4515                 "Attachments": (63509, 2, (9, 0), (), "Attachments", '{0006303C-0000-0000-C000-000000000046}'),
4516                 "BillingInformation": (34101, 2, (8, 0), (), "BillingInformation", None),
4517                 "Body": (37120, 2, (8, 0), (), "Body", None),
4518                 "Categories": (36865, 2, (8, 0), (), "Categories", None),
4519                 "Class": (61450, 2, (3, 0), (), "Class", None),
4520                 "Companies": (34107, 2, (8, 0), (), "Companies", None),
4521                 "ConversationIndex": (113, 2, (8, 0), (), "ConversationIndex", None),
4522                 "ConversationTopic": (112, 2, (8, 0), (), "ConversationTopic", None),
4523                 "CreationTime": (12295, 2, (7, 0), (), "CreationTime", None),
4524                 "EntryID": (61470, 2, (8, 0), (), "EntryID", None),
4525                 # Method 'FormDescription' returns object of type 'FormDescription'
4526                 "FormDescription": (61589, 2, (9, 0), (), "FormDescription", '{00063046-0000-0000-C000-000000000046}'),
4527                 # Method 'GetInspector' returns object of type '_Inspector'
4528                 "GetInspector": (61502, 2, (9, 0), (), "GetInspector", '{00063005-0000-0000-C000-000000000046}'),
4529                 "Importance": (23, 2, (3, 0), (), "Importance", None),
4530                 "LastModificationTime": (12296, 2, (7, 0), (), "LastModificationTime", None),
4531                 # Method 'Links' returns object of type 'Links'
4532                 "Links": (62469, 2, (9, 0), (), "Links", '{0006308A-0000-0000-C000-000000000046}'),
4533                 "MAPIOBJECT": (61696, 2, (13, 0), (), "MAPIOBJECT", None),
4534                 "MessageClass": (26, 2, (8, 0), (), "MessageClass", None),
4535                 "Mileage": (34100, 2, (8, 0), (), "Mileage", None),
4536                 "NoAging": (34062, 2, (11, 0), (), "NoAging", None),
4537                 "OutlookInternalVersion": (34130, 2, (3, 0), (), "OutlookInternalVersion", None),
4538                 "OutlookVersion": (34132, 2, (8, 0), (), "OutlookVersion", None),
4539                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
4540                 "Saved": (61603, 2, (11, 0), (), "Saved", None),
4541                 "Sensitivity": (54, 2, (3, 0), (), "Sensitivity", None),
4542                 # Method 'Session' returns object of type '_NameSpace'
4543                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
4544                 "Size": (3592, 2, (3, 0), (), "Size", None),
4545                 "Subject": (55, 2, (8, 0), (), "Subject", None),
4546                 "UnRead": (61468, 2, (11, 0), (), "UnRead", None),
4547                 # Method 'UserProperties' returns object of type 'UserProperties'
4548                 "UserProperties": (63510, 2, (9, 0), (), "UserProperties", '{0006303D-0000-0000-C000-000000000046}'),
4549         }
4550         _prop_map_put_ = {
4551                 "BillingInformation": ((34101, LCID, 4, 0),()),
4552                 "Body": ((37120, LCID, 4, 0),()),
4553                 "Categories": ((36865, LCID, 4, 0),()),
4554                 "Companies": ((34107, LCID, 4, 0),()),
4555                 "Importance": ((23, LCID, 4, 0),()),
4556                 "MessageClass": ((26, LCID, 4, 0),()),
4557                 "Mileage": ((34100, LCID, 4, 0),()),
4558                 "NoAging": ((34062, LCID, 4, 0),()),
4559                 "Sensitivity": ((54, LCID, 4, 0),()),
4560                 "Subject": ((55, LCID, 4, 0),()),
4561                 "UnRead": ((61468, LCID, 4, 0),()),
4562         }
4563 
4564 class _TaskRequestDeclineItem(DispatchBaseClass):
4565         CLSID = IID('{00063039-0000-0000-C000-000000000046}')
4566         coclass_clsid = IID('{00061053-0000-0000-C000-000000000046}')
4567 
4568         def Close(self, SaveMode=defaultNamedNotOptArg):
4569                 return self._oleobj_.InvokeTypes(61475, LCID, 1, (24, 0), ((3, 1),),SaveMode)
4570 
4571         def Copy(self):
4572                 ret = self._oleobj_.InvokeTypes(61490, LCID, 1, (9, 0), (),)
4573                 if ret is not None:
4574                         ret = Dispatch(ret, 'Copy', None, UnicodeToString=0)
4575                 return ret
4576 
4577         def Delete(self):
4578                 return self._oleobj_.InvokeTypes(61514, LCID, 1, (24, 0), (),)
4579 
4580         def Display(self, Modal=defaultNamedOptArg):
4581                 return self._oleobj_.InvokeTypes(61606, LCID, 1, (24, 0), ((12, 17),),Modal)
4582 
4583         # Result is of type TaskItem
4584         def GetAssociatedTask(self, AddToTaskList=defaultNamedNotOptArg):
4585                 ret = self._oleobj_.InvokeTypes(61460, LCID, 1, (13, 0), ((11, 1),),AddToTaskList)
4586                 if ret is not None:
4587                         # See if this IUnknown is really an IDispatch
4588                         try:
4589                                 ret = ret.QueryInterface(pythoncom.IID_IDispatch)
4590                         except pythoncom.error:
4591                                 return ret
4592                         ret = Dispatch(ret, 'GetAssociatedTask', '{00061032-0000-0000-C000-000000000046}', UnicodeToString=0)
4593                 return ret
4594 
4595         def Move(self, DestFldr=defaultNamedNotOptArg):
4596                 ret = self._oleobj_.InvokeTypes(61492, LCID, 1, (9, 0), ((9, 1),),DestFldr)
4597                 if ret is not None:
4598                         ret = Dispatch(ret, 'Move', None, UnicodeToString=0)
4599                 return ret
4600 
4601         def PrintOut(self):
4602                 return self._oleobj_.InvokeTypes(61491, LCID, 1, (24, 0), (),)
4603 
4604         def Save(self):
4605                 return self._oleobj_.InvokeTypes(61512, LCID, 1, (24, 0), (),)
4606 
4607         def SaveAs(self, Path=defaultNamedNotOptArg, Type=defaultNamedOptArg):
4608                 return self._oleobj_.InvokeTypes(61521, LCID, 1, (24, 0), ((8, 1), (12, 17)),Path, Type)
4609 
4610         _prop_map_get_ = {
4611                 # Method 'Actions' returns object of type 'Actions'
4612                 "Actions": (63511, 2, (9, 0), (), "Actions", '{0006303E-0000-0000-C000-000000000046}'),
4613                 # Method 'Application' returns object of type '_Application'
4614                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
4615                 # Method 'Attachments' returns object of type 'Attachments'
4616                 "Attachments": (63509, 2, (9, 0), (), "Attachments", '{0006303C-0000-0000-C000-000000000046}'),
4617                 "BillingInformation": (34101, 2, (8, 0), (), "BillingInformation", None),
4618                 "Body": (37120, 2, (8, 0), (), "Body", None),
4619                 "Categories": (36865, 2, (8, 0), (), "Categories", None),
4620                 "Class": (61450, 2, (3, 0), (), "Class", None),
4621                 "Companies": (34107, 2, (8, 0), (), "Companies", None),
4622                 "ConversationIndex": (113, 2, (8, 0), (), "ConversationIndex", None),
4623                 "ConversationTopic": (112, 2, (8, 0), (), "ConversationTopic", None),
4624                 "CreationTime": (12295, 2, (7, 0), (), "CreationTime", None),
4625                 "EntryID": (61470, 2, (8, 0), (), "EntryID", None),
4626                 # Method 'FormDescription' returns object of type 'FormDescription'
4627                 "FormDescription": (61589, 2, (9, 0), (), "FormDescription", '{00063046-0000-0000-C000-000000000046}'),
4628                 # Method 'GetInspector' returns object of type '_Inspector'
4629                 "GetInspector": (61502, 2, (9, 0), (), "GetInspector", '{00063005-0000-0000-C000-000000000046}'),
4630                 "Importance": (23, 2, (3, 0), (), "Importance", None),
4631                 "LastModificationTime": (12296, 2, (7, 0), (), "LastModificationTime", None),
4632                 # Method 'Links' returns object of type 'Links'
4633                 "Links": (62469, 2, (9, 0), (), "Links", '{0006308A-0000-0000-C000-000000000046}'),
4634                 "MAPIOBJECT": (61696, 2, (13, 0), (), "MAPIOBJECT", None),
4635                 "MessageClass": (26, 2, (8, 0), (), "MessageClass", None),
4636                 "Mileage": (34100, 2, (8, 0), (), "Mileage", None),
4637                 "NoAging": (34062, 2, (11, 0), (), "NoAging", None),
4638                 "OutlookInternalVersion": (34130, 2, (3, 0), (), "OutlookInternalVersion", None),
4639                 "OutlookVersion": (34132, 2, (8, 0), (), "OutlookVersion", None),
4640                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
4641                 "Saved": (61603, 2, (11, 0), (), "Saved", None),
4642                 "Sensitivity": (54, 2, (3, 0), (), "Sensitivity", None),
4643                 # Method 'Session' returns object of type '_NameSpace'
4644                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
4645                 "Size": (3592, 2, (3, 0), (), "Size", None),
4646                 "Subject": (55, 2, (8, 0), (), "Subject", None),
4647                 "UnRead": (61468, 2, (11, 0), (), "UnRead", None),
4648                 # Method 'UserProperties' returns object of type 'UserProperties'
4649                 "UserProperties": (63510, 2, (9, 0), (), "UserProperties", '{0006303D-0000-0000-C000-000000000046}'),
4650         }
4651         _prop_map_put_ = {
4652                 "BillingInformation": ((34101, LCID, 4, 0),()),
4653                 "Body": ((37120, LCID, 4, 0),()),
4654                 "Categories": ((36865, LCID, 4, 0),()),
4655                 "Companies": ((34107, LCID, 4, 0),()),
4656                 "Importance": ((23, LCID, 4, 0),()),
4657                 "MessageClass": ((26, LCID, 4, 0),()),
4658                 "Mileage": ((34100, LCID, 4, 0),()),
4659                 "NoAging": ((34062, LCID, 4, 0),()),
4660                 "Sensitivity": ((54, LCID, 4, 0),()),
4661                 "Subject": ((55, LCID, 4, 0),()),
4662                 "UnRead": ((61468, LCID, 4, 0),()),
4663         }
4664 
4665 class _TaskRequestItem(DispatchBaseClass):
4666         CLSID = IID('{00063036-0000-0000-C000-000000000046}')
4667         coclass_clsid = IID('{00061050-0000-0000-C000-000000000046}')
4668 
4669         def Close(self, SaveMode=defaultNamedNotOptArg):
4670                 return self._oleobj_.InvokeTypes(61475, LCID, 1, (24, 0), ((3, 1),),SaveMode)
4671 
4672         def Copy(self):
4673                 ret = self._oleobj_.InvokeTypes(61490, LCID, 1, (9, 0), (),)
4674                 if ret is not None:
4675                         ret = Dispatch(ret, 'Copy', None, UnicodeToString=0)
4676                 return ret
4677 
4678         def Delete(self):
4679                 return self._oleobj_.InvokeTypes(61514, LCID, 1, (24, 0), (),)
4680 
4681         def Display(self, Modal=defaultNamedOptArg):
4682                 return self._oleobj_.InvokeTypes(61606, LCID, 1, (24, 0), ((12, 17),),Modal)
4683 
4684         # Result is of type TaskItem
4685         def GetAssociatedTask(self, AddToTaskList=defaultNamedNotOptArg):
4686                 ret = self._oleobj_.InvokeTypes(61460, LCID, 1, (13, 0), ((11, 1),),AddToTaskList)
4687                 if ret is not None:
4688                         # See if this IUnknown is really an IDispatch
4689                         try:
4690                                 ret = ret.QueryInterface(pythoncom.IID_IDispatch)
4691                         except pythoncom.error:
4692                                 return ret
4693                         ret = Dispatch(ret, 'GetAssociatedTask', '{00061032-0000-0000-C000-000000000046}', UnicodeToString=0)
4694                 return ret
4695 
4696         def Move(self, DestFldr=defaultNamedNotOptArg):
4697                 ret = self._oleobj_.InvokeTypes(61492, LCID, 1, (9, 0), ((9, 1),),DestFldr)
4698                 if ret is not None:
4699                         ret = Dispatch(ret, 'Move', None, UnicodeToString=0)
4700                 return ret
4701 
4702         def PrintOut(self):
4703                 return self._oleobj_.InvokeTypes(61491, LCID, 1, (24, 0), (),)
4704 
4705         def Save(self):
4706                 return self._oleobj_.InvokeTypes(61512, LCID, 1, (24, 0), (),)
4707 
4708         def SaveAs(self, Path=defaultNamedNotOptArg, Type=defaultNamedOptArg):
4709                 return self._oleobj_.InvokeTypes(61521, LCID, 1, (24, 0), ((8, 1), (12, 17)),Path, Type)
4710 
4711         _prop_map_get_ = {
4712                 # Method 'Actions' returns object of type 'Actions'
4713                 "Actions": (63511, 2, (9, 0), (), "Actions", '{0006303E-0000-0000-C000-000000000046}'),
4714                 # Method 'Application' returns object of type '_Application'
4715                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
4716                 # Method 'Attachments' returns object of type 'Attachments'
4717                 "Attachments": (63509, 2, (9, 0), (), "Attachments", '{0006303C-0000-0000-C000-000000000046}'),
4718                 "BillingInformation": (34101, 2, (8, 0), (), "BillingInformation", None),
4719                 "Body": (37120, 2, (8, 0), (), "Body", None),
4720                 "Categories": (36865, 2, (8, 0), (), "Categories", None),
4721                 "Class": (61450, 2, (3, 0), (), "Class", None),
4722                 "Companies": (34107, 2, (8, 0), (), "Companies", None),
4723                 "ConversationIndex": (113, 2, (8, 0), (), "ConversationIndex", None),
4724                 "ConversationTopic": (112, 2, (8, 0), (), "ConversationTopic", None),
4725                 "CreationTime": (12295, 2, (7, 0), (), "CreationTime", None),
4726                 "EntryID": (61470, 2, (8, 0), (), "EntryID", None),
4727                 # Method 'FormDescription' returns object of type 'FormDescription'
4728                 "FormDescription": (61589, 2, (9, 0), (), "FormDescription", '{00063046-0000-0000-C000-000000000046}'),
4729                 # Method 'GetInspector' returns object of type '_Inspector'
4730                 "GetInspector": (61502, 2, (9, 0), (), "GetInspector", '{00063005-0000-0000-C000-000000000046}'),
4731                 "Importance": (23, 2, (3, 0), (), "Importance", None),
4732                 "LastModificationTime": (12296, 2, (7, 0), (), "LastModificationTime", None),
4733                 # Method 'Links' returns object of type 'Links'
4734                 "Links": (62469, 2, (9, 0), (), "Links", '{0006308A-0000-0000-C000-000000000046}'),
4735                 "MAPIOBJECT": (61696, 2, (13, 0), (), "MAPIOBJECT", None),
4736                 "MessageClass": (26, 2, (8, 0), (), "MessageClass", None),
4737                 "Mileage": (34100, 2, (8, 0), (), "Mileage", None),
4738                 "NoAging": (34062, 2, (11, 0), (), "NoAging", None),
4739                 "OutlookInternalVersion": (34130, 2, (3, 0), (), "OutlookInternalVersion", None),
4740                 "OutlookVersion": (34132, 2, (8, 0), (), "OutlookVersion", None),
4741                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
4742                 "Saved": (61603, 2, (11, 0), (), "Saved", None),
4743                 "Sensitivity": (54, 2, (3, 0), (), "Sensitivity", None),
4744                 # Method 'Session' returns object of type '_NameSpace'
4745                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
4746                 "Size": (3592, 2, (3, 0), (), "Size", None),
4747                 "Subject": (55, 2, (8, 0), (), "Subject", None),
4748                 "UnRead": (61468, 2, (11, 0), (), "UnRead", None),
4749                 # Method 'UserProperties' returns object of type 'UserProperties'
4750                 "UserProperties": (63510, 2, (9, 0), (), "UserProperties", '{0006303D-0000-0000-C000-000000000046}'),
4751         }
4752         _prop_map_put_ = {
4753                 "BillingInformation": ((34101, LCID, 4, 0),()),
4754                 "Body": ((37120, LCID, 4, 0),()),
4755                 "Categories": ((36865, LCID, 4, 0),()),
4756                 "Companies": ((34107, LCID, 4, 0),()),
4757                 "Importance": ((23, LCID, 4, 0),()),
4758                 "MessageClass": ((26, LCID, 4, 0),()),
4759                 "Mileage": ((34100, LCID, 4, 0),()),
4760                 "NoAging": ((34062, LCID, 4, 0),()),
4761                 "Sensitivity": ((54, LCID, 4, 0),()),
4762                 "Subject": ((55, LCID, 4, 0),()),
4763                 "UnRead": ((61468, LCID, 4, 0),()),
4764         }
4765 
4766 class _TaskRequestUpdateItem(DispatchBaseClass):
4767         CLSID = IID('{00063037-0000-0000-C000-000000000046}')
4768         coclass_clsid = IID('{00061051-0000-0000-C000-000000000046}')
4769 
4770         def Close(self, SaveMode=defaultNamedNotOptArg):
4771                 return self._oleobj_.InvokeTypes(61475, LCID, 1, (24, 0), ((3, 1),),SaveMode)
4772 
4773         def Copy(self):
4774                 ret = self._oleobj_.InvokeTypes(61490, LCID, 1, (9, 0), (),)
4775                 if ret is not None:
4776                         ret = Dispatch(ret, 'Copy', None, UnicodeToString=0)
4777                 return ret
4778 
4779         def Delete(self):
4780                 return self._oleobj_.InvokeTypes(61514, LCID, 1, (24, 0), (),)
4781 
4782         def Display(self, Modal=defaultNamedOptArg):
4783                 return self._oleobj_.InvokeTypes(61606, LCID, 1, (24, 0), ((12, 17),),Modal)
4784 
4785         # Result is of type TaskItem
4786         def GetAssociatedTask(self, AddToTaskList=defaultNamedNotOptArg):
4787                 ret = self._oleobj_.InvokeTypes(61460, LCID, 1, (13, 0), ((11, 1),),AddToTaskList)
4788                 if ret is not None:
4789                         # See if this IUnknown is really an IDispatch
4790                         try:
4791                                 ret = ret.QueryInterface(pythoncom.IID_IDispatch)
4792                         except pythoncom.error:
4793                                 return ret
4794                         ret = Dispatch(ret, 'GetAssociatedTask', '{00061032-0000-0000-C000-000000000046}', UnicodeToString=0)
4795                 return ret
4796 
4797         def Move(self, DestFldr=defaultNamedNotOptArg):
4798                 ret = self._oleobj_.InvokeTypes(61492, LCID, 1, (9, 0), ((9, 1),),DestFldr)
4799                 if ret is not None:
4800                         ret = Dispatch(ret, 'Move', None, UnicodeToString=0)
4801                 return ret
4802 
4803         def PrintOut(self):
4804                 return self._oleobj_.InvokeTypes(61491, LCID, 1, (24, 0), (),)
4805 
4806         def Save(self):
4807                 return self._oleobj_.InvokeTypes(61512, LCID, 1, (24, 0), (),)
4808 
4809         def SaveAs(self, Path=defaultNamedNotOptArg, Type=defaultNamedOptArg):
4810                 return self._oleobj_.InvokeTypes(61521, LCID, 1, (24, 0), ((8, 1), (12, 17)),Path, Type)
4811 
4812         _prop_map_get_ = {
4813                 # Method 'Actions' returns object of type 'Actions'
4814                 "Actions": (63511, 2, (9, 0), (), "Actions", '{0006303E-0000-0000-C000-000000000046}'),
4815                 # Method 'Application' returns object of type '_Application'
4816                 "Application": (61440, 2, (9, 0), (), "Application", '{00063001-0000-0000-C000-000000000046}'),
4817                 # Method 'Attachments' returns object of type 'Attachments'
4818                 "Attachments": (63509, 2, (9, 0), (), "Attachments", '{0006303C-0000-0000-C000-000000000046}'),
4819                 "BillingInformation": (34101, 2, (8, 0), (), "BillingInformation", None),
4820                 "Body": (37120, 2, (8, 0), (), "Body", None),
4821                 "Categories": (36865, 2, (8, 0), (), "Categories", None),
4822                 "Class": (61450, 2, (3, 0), (), "Class", None),
4823                 "Companies": (34107, 2, (8, 0), (), "Companies", None),
4824                 "ConversationIndex": (113, 2, (8, 0), (), "ConversationIndex", None),
4825                 "ConversationTopic": (112, 2, (8, 0), (), "ConversationTopic", None),
4826                 "CreationTime": (12295, 2, (7, 0), (), "CreationTime", None),
4827                 "EntryID": (61470, 2, (8, 0), (), "EntryID", None),
4828                 # Method 'FormDescription' returns object of type 'FormDescription'
4829                 "FormDescription": (61589, 2, (9, 0), (), "FormDescription", '{00063046-0000-0000-C000-000000000046}'),
4830                 # Method 'GetInspector' returns object of type '_Inspector'
4831                 "GetInspector": (61502, 2, (9, 0), (), "GetInspector", '{00063005-0000-0000-C000-000000000046}'),
4832                 "Importance": (23, 2, (3, 0), (), "Importance", None),
4833                 "LastModificationTime": (12296, 2, (7, 0), (), "LastModificationTime", None),
4834                 # Method 'Links' returns object of type 'Links'
4835                 "Links": (62469, 2, (9, 0), (), "Links", '{0006308A-0000-0000-C000-000000000046}'),
4836                 "MAPIOBJECT": (61696, 2, (13, 0), (), "MAPIOBJECT", None),
4837                 "MessageClass": (26, 2, (8, 0), (), "MessageClass", None),
4838                 "Mileage": (34100, 2, (8, 0), (), "Mileage", None),
4839                 "NoAging": (34062, 2, (11, 0), (), "NoAging", None),
4840                 "OutlookInternalVersion": (34130, 2, (3, 0), (), "OutlookInternalVersion", None),
4841                 "OutlookVersion": (34132, 2, (8, 0), (), "OutlookVersion", None),
4842                 "Parent": (61441, 2, (9, 0), (), "Parent", None),
4843                 "Saved": (61603, 2, (11, 0), (), "Saved", None),
4844                 "Sensitivity": (54, 2, (3, 0), (), "Sensitivity", None),
4845                 # Method 'Session' returns object of type '_NameSpace'
4846                 "Session": (61451, 2, (9, 0), (), "Session", '{00063002-0000-0000-C000-000000000046}'),
4847                 "Size": (3592, 2, (3, 0), (), "Size", None),
4848                 "Subject": (55, 2, (8, 0), (), "Subject", None),
4849                 "UnRead": (61468, 2, (11, 0), (), "UnRead", None),
4850                 # Method 'UserProperties' returns object of type 'UserProperties'
4851                 "UserProperties": (63510, 2, (9, 0), (), "UserProperties", '{0006303D-0000-0000-C000-000000000046}'),
4852         }
4853         _prop_map_put_ = {
4854                 "BillingInformation": ((34101, LCID, 4, 0),()),
4855                 "Body": ((37120, LCID, 4, 0),()),
4856                 "Categories": ((36865, LCID, 4, 0),()),
4857                 "Companies": ((34107, LCID, 4, 0),()),
4858                 "Importance": ((23, LCID, 4, 0),()),
4859                 "MessageClass": ((26, LCID, 4, 0),()),
4860                 "Mileage": ((34100, LCID, 4, 0),()),
4861                 "NoAging": ((34062, LCID, 4, 0),()),
4862                 "Sensitivity": ((54, LCID, 4, 0),()),
4863                 "Subject": ((55, LCID, 4, 0),()),
4864                 "UnRead": ((61468, LCID, 4, 0),()),
4865         }
4866 
4867 from win32com.client import CoClassBaseClass
4868 # This CoClass is known by the name 'Outlook.Application.9'
4869 class Application(CoClassBaseClass): # A CoClass
4870         CLSID = IID('{0006F03A-0000-0000-C000-000000000046}')
4871         coclass_sources = [
4872                 ApplicationEvents,
4873         ]
4874         default_source = ApplicationEvents
4875         coclass_interfaces = [
4876                 _Application,
4877         ]
4878         default_interface = _Application
4879 
4880 class AppointmentItem(CoClassBaseClass): # A CoClass
4881         CLSID = IID('{00061030-0000-0000-C000-000000000046}')
4882         coclass_sources = [
4883                 ItemEvents,
4884         ]
4885         default_source = ItemEvents
4886         coclass_interfaces = [
4887                 _AppointmentItem,
4888         ]
4889         default_interface = _AppointmentItem
4890 
4891 class ContactItem(CoClassBaseClass): # A CoClass
4892         CLSID = IID('{00061031-0000-0000-C000-000000000046}')
4893         coclass_sources = [
4894                 ItemEvents,
4895         ]
4896         default_source = ItemEvents
4897         coclass_interfaces = [
4898                 _ContactItem,
4899         ]
4900         default_interface = _ContactItem
4901 
4902 class DistListItem(CoClassBaseClass): # A CoClass
4903         CLSID = IID('{0006103C-0000-0000-C000-000000000046}')
4904         coclass_sources = [
4905                 ItemEvents,
4906         ]
4907         default_source = ItemEvents
4908         coclass_interfaces = [
4909                 _DistListItem,
4910         ]
4911         default_interface = _DistListItem
4912 
4913 class DocumentItem(CoClassBaseClass): # A CoClass
4914         CLSID = IID('{00061061-0000-0000-C000-000000000046}')
4915         coclass_sources = [
4916                 ItemEvents,
4917         ]
4918         default_source = ItemEvents
4919         coclass_interfaces = [
4920                 _DocumentItem,
4921         ]
4922         default_interface = _DocumentItem
4923 
4924 class Explorer(CoClassBaseClass): # A CoClass
4925         CLSID = IID('{00063050-0000-0000-C000-000000000046}')
4926         coclass_sources = [
4927                 ExplorerEvents,
4928         ]
4929         default_source = ExplorerEvents
4930         coclass_interfaces = [
4931                 _Explorer,
4932         ]
4933         default_interface = _Explorer
4934 
4935 class Explorers(CoClassBaseClass): # A CoClass
4936         CLSID = IID('{00063053-0000-0000-C000-000000000046}')
4937         coclass_sources = [
4938                 ExplorersEvents,
4939         ]
4940         default_source = ExplorersEvents
4941         coclass_interfaces = [
4942                 _Explorers,
4943         ]
4944         default_interface = _Explorers
4945 
4946 class Folders(CoClassBaseClass): # A CoClass
4947         CLSID = IID('{00063051-0000-0000-C000-000000000046}')
4948         coclass_sources = [
4949                 FoldersEvents,
4950         ]
4951         default_source = FoldersEvents
4952         coclass_interfaces = [
4953                 _Folders,
4954         ]
4955         default_interface = _Folders
4956 
4957 class Inspector(CoClassBaseClass): # A CoClass
4958         CLSID = IID('{00063058-0000-0000-C000-000000000046}')
4959         coclass_sources = [
4960                 InspectorEvents,
4961         ]
4962         default_source = InspectorEvents
4963         coclass_interfaces = [
4964                 _Inspector,
4965         ]
4966         default_interface = _Inspector
4967 
4968 class Inspectors(CoClassBaseClass): # A CoClass
4969         CLSID = IID('{00063054-0000-0000-C000-000000000046}')
4970         coclass_sources = [
4971                 InspectorsEvents,
4972         ]
4973         default_source = InspectorsEvents
4974         coclass_interfaces = [
4975                 _Inspectors,
4976         ]
4977         default_interface = _Inspectors
4978 
4979 class Items(CoClassBaseClass): # A CoClass
4980         CLSID = IID('{00063052-0000-0000-C000-000000000046}')
4981         coclass_sources = [
4982                 ItemsEvents,
4983         ]
4984         default_source = ItemsEvents
4985         coclass_interfaces = [
4986                 _Items,
4987         ]
4988         default_interface = _Items
4989 
4990 class JournalItem(CoClassBaseClass): # A CoClass
4991         CLSID = IID('{00061037-0000-0000-C000-000000000046}')
4992         coclass_sources = [
4993                 ItemEvents,
4994         ]
4995         default_source = ItemEvents
4996         coclass_interfaces = [
4997                 _JournalItem,
4998         ]
4999         default_interface = _JournalItem
5000 
5001 class MailItem(CoClassBaseClass): # A CoClass
5002         CLSID = IID('{00061033-0000-0000-C000-000000000046}')
5003         coclass_sources = [
5004                 ItemEvents,
5005         ]
5006         default_source = ItemEvents
5007         coclass_interfaces = [
5008                 _MailItem,
5009         ]
5010         default_interface = _MailItem
5011 
5012 class MeetingItem(CoClassBaseClass): # A CoClass
5013         CLSID = IID('{00061036-0000-0000-C000-000000000046}')
5014         coclass_sources = [
5015                 ItemEvents,
5016         ]
5017         default_source = ItemEvents
5018         coclass_interfaces = [
5019                 _MeetingItem,
5020         ]
5021         default_interface = _MeetingItem
5022 
5023 class NameSpace(CoClassBaseClass): # A CoClass
5024         CLSID = IID('{0006308B-0000-0000-C000-000000000046}')
5025         coclass_sources = [
5026                 NameSpaceEvents,
5027         ]
5028         default_source = NameSpaceEvents
5029         coclass_interfaces = [
5030                 _NameSpace,
5031         ]
5032         default_interface = _NameSpace
5033 
5034 class NoteItem(CoClassBaseClass): # A CoClass
5035         CLSID = IID('{00061034-0000-0000-C000-000000000046}')
5036         coclass_sources = [
5037         ]
5038         coclass_interfaces = [
5039                 _NoteItem,
5040         ]
5041         default_interface = _NoteItem
5042 
5043 class OutlookBarGroups(CoClassBaseClass): # A CoClass
5044         CLSID = IID('{00063056-0000-0000-C000-000000000046}')
5045         coclass_sources = [
5046                 OutlookBarGroupsEvents,
5047         ]
5048         default_source = OutlookBarGroupsEvents
5049         coclass_interfaces = [
5050                 _OutlookBarGroups,
5051         ]
5052         default_interface = _OutlookBarGroups
5053 
5054 class OutlookBarPane(CoClassBaseClass): # A CoClass
5055         CLSID = IID('{00063055-0000-0000-C000-000000000046}')
5056         coclass_sources = [
5057                 OutlookBarPaneEvents,
5058         ]
5059         default_source = OutlookBarPaneEvents
5060         coclass_interfaces = [
5061                 _OutlookBarPane,
5062         ]
5063         default_interface = _OutlookBarPane
5064 
5065 class OutlookBarShortcuts(CoClassBaseClass): # A CoClass
5066         CLSID = IID('{00063057-0000-0000-C000-000000000046}')
5067         coclass_sources = [
5068                 OutlookBarShortcutsEvents,
5069         ]
5070         default_source = OutlookBarShortcutsEvents
5071         coclass_interfaces = [
5072                 _OutlookBarShortcuts,
5073         ]
5074         default_interface = _OutlookBarShortcuts
5075 
5076 class PostItem(CoClassBaseClass): # A CoClass
5077         CLSID = IID('{0006103A-0000-0000-C000-000000000046}')
5078         coclass_sources = [
5079                 ItemEvents,
5080         ]
5081         default_source = ItemEvents
5082         coclass_interfaces = [
5083                 _PostItem,
5084         ]
5085         default_interface = _PostItem
5086 
5087 class RemoteItem(CoClassBaseClass): # A CoClass
5088         CLSID = IID('{00061060-0000-0000-C000-000000000046}')
5089         coclass_sources = [
5090                 ItemEvents,
5091         ]
5092         default_source = ItemEvents
5093         coclass_interfaces = [
5094                 _RemoteItem,
5095         ]
5096         default_interface = _RemoteItem
5097 
5098 class ReportItem(CoClassBaseClass): # A CoClass
5099         CLSID = IID('{00061035-0000-0000-C000-000000000046}')
5100         coclass_sources = [
5101                 ItemEvents,
5102         ]
5103         default_source = ItemEvents
5104         coclass_interfaces = [
5105                 _ReportItem,
5106         ]
5107         default_interface = _ReportItem
5108 
5109 class SyncObject(CoClassBaseClass): # A CoClass
5110         CLSID = IID('{00063084-0000-0000-C000-000000000046}')
5111         coclass_sources = [
5112                 SyncObjectEvents,
5113         ]
5114         default_source = SyncObjectEvents
5115         coclass_interfaces = [
5116                 _SyncObject,
5117         ]
5118         default_interface = _SyncObject
5119 
5120 class TaskItem(CoClassBaseClass): # A CoClass
5121         CLSID = IID('{00061032-0000-0000-C000-000000000046}')
5122         coclass_sources = [
5123                 ItemEvents,
5124         ]
5125         default_source = ItemEvents
5126         coclass_interfaces = [
5127                 _TaskItem,
5128         ]
5129         default_interface = _TaskItem
5130 
5131 class TaskRequestAcceptItem(CoClassBaseClass): # A CoClass
5132         CLSID = IID('{00061052-0000-0000-C000-000000000046}')
5133         coclass_sources = [
5134                 ItemEvents,
5135         ]
5136         default_source = ItemEvents
5137         coclass_interfaces = [
5138                 _TaskRequestAcceptItem,
5139         ]
5140         default_interface = _TaskRequestAcceptItem
5141 
5142 class TaskRequestDeclineItem(CoClassBaseClass): # A CoClass
5143         CLSID = IID('{00061053-0000-0000-C000-000000000046}')
5144         coclass_sources = [
5145                 ItemEvents,
5146         ]
5147         default_source = ItemEvents
5148         coclass_interfaces = [
5149                 _TaskRequestDeclineItem,
5150         ]
5151         default_interface = _TaskRequestDeclineItem
5152 
5153 class TaskRequestItem(CoClassBaseClass): # A CoClass
5154         CLSID = IID('{00061050-0000-0000-C000-000000000046}')
5155         coclass_sources = [
5156                 ItemEvents,
5157         ]
5158         default_source = ItemEvents
5159         coclass_interfaces = [
5160                 _TaskRequestItem,
5161         ]
5162         default_interface = _TaskRequestItem
5163 
5164 class TaskRequestUpdateItem(CoClassBaseClass): # A CoClass
5165         CLSID = IID('{00061051-0000-0000-C000-000000000046}')
5166         coclass_sources = [
5167                 ItemEvents,
5168         ]
5169         default_source = ItemEvents
5170         coclass_interfaces = [
5171                 _TaskRequestUpdateItem,
5172         ]
5173         default_interface = _TaskRequestUpdateItem
5174 
5175 # This CoClass is known by the name 'DOCSITE.DocSiteControl.1'
5176 class _DocSiteControl(CoClassBaseClass): # A CoClass
5177         CLSID = IID('{0006F024-0000-0000-C000-000000000046}')
5178         coclass_sources = [
5179                 _DDocSiteControlEvents,
5180         ]
5181         default_source = _DDocSiteControlEvents
5182         coclass_interfaces = [
5183                 _DDocSiteControl,
5184         ]
5185         default_interface = _DDocSiteControl
5186 
5187 # This CoClass is known by the name 'RECIP.RecipCtl.1'
5188 class _RecipientControl(CoClassBaseClass): # A CoClass
5189         CLSID = IID('{0006F023-0000-0000-C000-000000000046}')
5190         coclass_sources = [
5191                 _DRecipientControlEvents,
5192         ]
5193         default_source = _DRecipientControlEvents
5194         coclass_interfaces = [
5195                 _DRecipientControl,
5196         ]
5197         default_interface = _DRecipientControl
5198 
5199 Action_vtables_dispatch_ = 1
5200 Action_vtables_ = [
5201         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
5202         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
5203         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
5204         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
5205         (('CopyLike', 'CopyLike'), 100, (100, (), [(16387, 10, None, None)], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
5206         (('CopyLike', 'CopyLike'), 100, (100, (), [(3, 1, None, None)], 1, 4, 4, 0, 48, (3, 0, None, None), 0)),
5207         (('Enabled', 'Enabled'), 103, (103, (), [(16395, 10, None, None)], 1, 2, 4, 0, 52, (3, 0, None, None), 0)),
5208         (('Enabled', 'Enabled'), 103, (103, (), [(11, 1, None, None)], 1, 4, 4, 0, 56, (3, 0, None, None), 0)),
5209         (('MessageClass', 'MessageClass'), 26, (26, (), [(16392, 10, None, None)], 1, 2, 4, 0, 60, (3, 0, None, None), 0)),
5210         (('MessageClass', 'MessageClass'), 26, (26, (), [(8, 1, None, None)], 1, 4, 4, 0, 64, (3, 0, None, None), 0)),
5211         (('Name', 'Name'), 12289, (12289, (), [(16392, 10, None, None)], 1, 2, 4, 0, 68, (3, 0, None, None), 0)),
5212         (('Name', 'Name'), 12289, (12289, (), [(8, 1, None, None)], 1, 4, 4, 0, 72, (3, 0, None, None), 0)),
5213         (('Prefix', 'Prefix'), 61, (61, (), [(16392, 10, None, None)], 1, 2, 4, 0, 76, (3, 0, None, None), 0)),
5214         (('Prefix', 'Prefix'), 61, (61, (), [(8, 1, None, None)], 1, 4, 4, 0, 80, (3, 0, None, None), 0)),
5215         (('ReplyStyle', 'ReplyStyle'), 101, (101, (), [(16387, 10, None, None)], 1, 2, 4, 0, 84, (3, 0, None, None), 0)),
5216         (('ReplyStyle', 'ReplyStyle'), 101, (101, (), [(3, 1, None, None)], 1, 4, 4, 0, 88, (3, 0, None, None), 0)),
5217         (('ResponseStyle', 'ResponseStyle'), 102, (102, (), [(16387, 10, None, None)], 1, 2, 4, 0, 92, (3, 0, None, None), 0)),
5218         (('ResponseStyle', 'ResponseStyle'), 102, (102, (), [(3, 1, None, None)], 1, 4, 4, 0, 96, (3, 0, None, None), 0)),
5219         (('ShowOn', 'ShowOn'), 105, (105, (), [(16387, 10, None, None)], 1, 2, 4, 0, 100, (3, 0, None, None), 0)),
5220         (('ShowOn', 'ShowOn'), 105, (105, (), [(3, 1, None, None)], 1, 4, 4, 0, 104, (3, 0, None, None), 0)),
5221         (('Delete',), 108, (108, (), [], 1, 1, 4, 0, 108, (3, 0, None, None), 0)),
5222         (('Execute', 'Item'), 106, (106, (), [(16393, 10, None, None)], 1, 1, 4, 0, 112, (3, 0, None, None), 0)),
5223 ]
5224 
5225 Actions_vtables_dispatch_ = 1
5226 Actions_vtables_ = [
5227         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
5228         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
5229         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
5230         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
5231         (('Count', 'Count'), 80, (80, (), [(16387, 10, None, None)], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
5232         (('Item', 'Index', 'Item'), 81, (81, (), [(12, 1, None, None), (16393, 10, None, "IID('{00063043-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 48, (3, 0, None, None), 0)),
5233         (('Add', 'Action'), 100, (100, (), [(16393, 10, None, "IID('{00063043-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 52, (3, 0, None, None), 0)),
5234         (('Remove', 'Index'), 82, (82, (), [(3, 1, None, None)], 1, 1, 4, 0, 56, (3, 0, None, None), 0)),
5235 ]
5236 
5237 AddressEntries_vtables_dispatch_ = 1
5238 AddressEntries_vtables_ = [
5239         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
5240         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
5241         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
5242         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
5243         (('Count', 'Count'), 80, (80, (), [(16387, 10, None, None)], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
5244         (('Item', 'Index', 'Item'), 81, (81, (), [(12, 1, None, None), (16393, 10, None, "IID('{0006304B-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 48, (3, 0, None, None), 0)),
5245         (('RawTable', 'RawTable'), 90, (90, (), [(16397, 10, None, None)], 1, 2, 4, 0, 52, (3, 0, None, None), 64)),
5246         (('Add', 'Type', 'Name', 'Address', 'Entry'), 95, (95, (), [(8, 1, None, None), (12, 17, None, None), (12, 17, None, None), (16393, 10, None, "IID('{0006304B-0000-0000-C000-000000000046}')")], 1, 1, 4, 2, 56, (3, 0, None, None), 0)),
5247         (('GetFirst', 'AddressEntry'), 86, (86, (), [(16393, 10, None, "IID('{0006304B-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 60, (3, 0, None, None), 0)),
5248         (('GetLast', 'AddressEntry'), 88, (88, (), [(16393, 10, None, "IID('{0006304B-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 64, (3, 0, None, None), 0)),
5249         (('GetNext', 'AddressEntry'), 87, (87, (), [(16393, 10, None, "IID('{0006304B-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 68, (3, 0, None, None), 0)),
5250         (('GetPrevious', 'AddressEntry'), 89, (89, (), [(16393, 10, None, "IID('{0006304B-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 72, (3, 0, None, None), 0)),
5251         (('Sort', 'Property', 'Order'), 97, (97, (), [(12, 17, None, None), (12, 17, None, None)], 1, 1, 4, 2, 76, (3, 0, None, None), 0)),
5252 ]
5253 
5254 AddressEntry_vtables_dispatch_ = 1
5255 AddressEntry_vtables_ = [
5256         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
5257         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
5258         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
5259         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
5260         (('Address', 'Address'), 12291, (12291, (), [(16392, 10, None, None)], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
5261         (('Address', 'Address'), 12291, (12291, (), [(8, 1, None, None)], 1, 4, 4, 0, 48, (3, 0, None, None), 0)),
5262         (('DisplayType', 'DisplayType'), 14592, (14592, (), [(16387, 10, None, None)], 1, 2, 4, 0, 52, (3, 0, None, None), 0)),
5263         (('ID', 'ID'), 61470, (61470, (), [(16392, 10, None, None)], 1, 2, 4, 0, 56, (3, 0, None, None), 0)),
5264         (('Manager', 'Manager'), 771, (771, (), [(16393, 10, None, "IID('{0006304B-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 60, (3, 0, None, None), 0)),
5265         (('MAPIOBJECT', 'MAPIOBJECT'), 61696, (61696, (), [(16397, 10, None, None)], 1, 2, 4, 0, 64, (3, 0, None, None), 64)),
5266         (('MAPIOBJECT', 'MAPIOBJECT'), 61696, (61696, (), [(13, 1, None, None)], 1, 4, 4, 0, 68, (3, 0, None, None), 64)),
5267         (('Members', 'Members'), 772, (772, (), [(16393, 10, None, "IID('{0006304A-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 72, (3, 0, None, None), 0)),
5268         (('Name', 'Name'), 12289, (12289, (), [(16392, 10, None, None)], 1, 2, 4, 0, 76, (3, 0, None, None), 0)),
5269         (('Name', 'Name'), 12289, (12289, (), [(8, 1, None, None)], 1, 4, 4, 0, 80, (3, 0, None, None), 0)),
5270         (('Type', 'Type'), 12290, (12290, (), [(16392, 10, None, None)], 1, 2, 4, 0, 84, (3, 0, None, None), 0)),
5271         (('Type', 'Type'), 12290, (12290, (), [(8, 1, None, None)], 1, 4, 4, 0, 88, (3, 0, None, None), 0)),
5272         (('Delete',), 770, (770, (), [], 1, 1, 4, 0, 92, (3, 0, None, None), 0)),
5273         (('Details', 'HWnd'), 769, (769, (), [(12, 17, None, None)], 1, 1, 4, 1, 96, (3, 0, None, None), 0)),
5274         (('GetFreeBusy', 'Start', 'MinPerChar', 'CompleteFormat', 'FreeBusyInfo'), 774, (774, (), [(7, 1, None, None), (3, 1, None, None), (12, 17, None, None), (16392, 10, None, None)], 1, 1, 4, 1, 100, (3, 0, None, None), 0)),
5275         (('Update', 'MakePermanent', 'Refresh'), 768, (768, (), [(12, 17, None, None), (12, 17, None, None)], 1, 1, 4, 2, 104, (3, 0, None, None), 0)),
5276         (('UpdateFreeBusy',), 775, (775, (), [], 1, 1, 4, 0, 108, (3, 0, None, None), 64)),
5277 ]
5278 
5279 AddressList_vtables_dispatch_ = 1
5280 AddressList_vtables_ = [
5281         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
5282         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
5283         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
5284         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
5285         (('AddressEntries', 'AddressEntries'), 256, (256, (), [(16393, 10, None, "IID('{0006304A-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
5286         (('ID', 'ID'), 61470, (61470, (), [(16392, 10, None, None)], 1, 2, 4, 0, 48, (3, 0, None, None), 0)),
5287         (('Index', 'Index'), 91, (91, (), [(16387, 10, None, None)], 1, 2, 4, 0, 52, (3, 0, None, None), 0)),
5288         (('IsReadOnly', 'IsReadOnly'), 61463, (61463, (), [(16395, 10, None, None)], 1, 2, 4, 0, 56, (3, 0, None, None), 0)),
5289         (('Name', 'Name'), 12289, (12289, (), [(16392, 10, None, None)], 1, 2, 4, 0, 60, (3, 0, None, None), 0)),
5290 ]
5291 
5292 AddressLists_vtables_dispatch_ = 1
5293 AddressLists_vtables_ = [
5294         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
5295         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
5296         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
5297         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
5298         (('Count', 'Count'), 80, (80, (), [(16387, 10, None, None)], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
5299         (('Item', 'Index', 'Item'), 81, (81, (), [(12, 1, None, None), (16393, 10, None, "IID('{00063049-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 48, (3, 0, None, None), 0)),
5300 ]
5301 
5302 Attachment_vtables_dispatch_ = 1
5303 Attachment_vtables_ = [
5304         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
5305         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
5306         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
5307         (('Parent', 'Parent'), 113, (113, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
5308         (('DisplayName', 'DisplayName'), 12289, (12289, (), [(16392, 10, None, None)], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
5309         (('DisplayName', 'DisplayName'), 12289, (12289, (), [(8, 1, None, None)], 1, 4, 4, 0, 48, (3, 0, None, None), 0)),
5310         (('FileName', 'FileName'), 14084, (14084, (), [(16392, 10, None, None)], 1, 2, 4, 0, 52, (3, 0, None, None), 0)),
5311         (('Index', 'Index'), 91, (91, (), [(16387, 10, None, None)], 1, 2, 4, 0, 56, (3, 0, None, None), 0)),
5312         (('MAPIOBJECT', 'MAPIOBJECT'), 61696, (61696, (), [(16397, 10, None, None)], 1, 2, 4, 0, 60, (3, 0, None, None), 64)),
5313         (('PathName', 'PathName'), 14088, (14088, (), [(16392, 10, None, None)], 1, 2, 4, 0, 64, (3, 0, None, None), 0)),
5314         (('Position', 'Position'), 114, (114, (), [(16387, 10, None, None)], 1, 2, 4, 0, 68, (3, 0, None, None), 0)),
5315         (('Position', 'Position'), 114, (114, (), [(3, 1, None, None)], 1, 4, 4, 0, 72, (3, 0, None, None), 0)),
5316         (('Type', 'Type'), 14085, (14085, (), [(16387, 10, None, None)], 1, 2, 4, 0, 76, (3, 0, None, None), 0)),
5317         (('Delete',), 105, (105, (), [], 1, 1, 4, 0, 80, (3, 0, None, None), 0)),
5318         (('SaveAsFile', 'Path'), 104, (104, (), [(8, 1, None, None)], 1, 1, 4, 0, 84, (3, 0, None, None), 0)),
5319 ]
5320 
5321 Attachments_vtables_dispatch_ = 1
5322 Attachments_vtables_ = [
5323         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
5324         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
5325         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
5326         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
5327         (('Count', 'Count'), 80, (80, (), [(16387, 10, None, None)], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
5328         (('Item', 'Index', 'Item'), 81, (81, (), [(12, 1, None, None), (16393, 10, None, "IID('{00063007-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 48, (3, 0, None, None), 0)),
5329         (('Add', 'Source', 'Type', 'Position', 'DisplayName', 'Attachment'), 101, (101, (), [(12, 1, None, None), (12, 17, None, None), (12, 17, None, None), (12, 17, None, None), (16393, 10, None, "IID('{00063007-0000-0000-C000-000000000046}')")], 1, 1, 4, 3, 52, (3, 0, None, None), 0)),
5330         (('Remove', 'Index'), 84, (84, (), [(3, 1, None, None)], 1, 1, 4, 0, 56, (3, 0, None, None), 0)),
5331 ]
5332 
5333 Exception_vtables_dispatch_ = 1
5334 Exception_vtables_ = [
5335         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
5336         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
5337         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
5338         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
5339         (('AppointmentItem', 'AppointmentItem'), 8193, (8193, (), [(16397, 10, None, "IID('{00061030-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
5340         (('Deleted', 'Deleted'), 8194, (8194, (), [(16395, 10, None, None)], 1, 2, 4, 0, 48, (3, 0, None, None), 0)),
5341         (('OriginalDate', 'OriginalDate'), 8192, (8192, (), [(16391, 10, None, None)], 1, 2, 4, 0, 52, (3, 0, None, None), 0)),
5342 ]
5343 
5344 Exceptions_vtables_dispatch_ = 1
5345 Exceptions_vtables_ = [
5346         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
5347         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
5348         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
5349         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
5350         (('Count', 'Count'), 80, (80, (), [(16387, 10, None, None)], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
5351         (('Item', 'Index', 'Item'), 81, (81, (), [(12, 1, None, None), (16393, 10, None, "IID('{0006304D-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 48, (3, 0, None, None), 0)),
5352 ]
5353 
5354 FormDescription_vtables_dispatch_ = 1
5355 FormDescription_vtables_ = [
5356         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
5357         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
5358         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
5359         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
5360         (('Category', 'Category'), 13060, (13060, (), [(16392, 10, None, None)], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
5361         (('Category', 'Category'), 13060, (13060, (), [(8, 1, None, None)], 1, 4, 4, 0, 48, (3, 0, None, None), 0)),
5362         (('CategorySub', 'CategorySub'), 13061, (13061, (), [(16392, 10, None, None)], 1, 2, 4, 0, 52, (3, 0, None, None), 0)),
5363         (('CategorySub', 'CategorySub'), 13061, (13061, (), [(8, 1, None, None)], 1, 4, 4, 0, 56, (3, 0, None, None), 0)),
5364         (('Comment', 'Comment'), 12292, (12292, (), [(16392, 10, None, None)], 1, 2, 4, 0, 60, (3, 0, None, None), 0)),
5365         (('Comment', 'Comment'), 12292, (12292, (), [(8, 1, None, None)], 1, 4, 4, 0, 64, (3, 0, None, None), 0)),
5366         (('ContactName', 'ContactName'), 13059, (13059, (), [(16392, 10, None, None)], 1, 2, 4, 0, 68, (3, 0, None, None), 0)),
5367         (('ContactName', 'ContactName'), 13059, (13059, (), [(8, 1, None, None)], 1, 4, 4, 0, 72, (3, 0, None, None), 0)),
5368         (('DisplayName', 'DisplayName'), 12289, (12289, (), [(16392, 10, None, None)], 1, 2, 4, 0, 76, (3, 0, None, None), 0)),
5369         (('DisplayName', 'DisplayName'), 12289, (12289, (), [(8, 1, None, None)], 1, 4, 4, 0, 80, (3, 0, None, None), 0)),
5370         (('Hidden', 'Hidden'), 13063, (13063, (), [(16395, 10, None, None)], 1, 2, 4, 0, 84, (3, 0, None, None), 0)),
5371         (('Hidden', 'Hidden'), 13063, (13063, (), [(11, 1, None, None)], 1, 4, 4, 0, 88, (3, 0, None, None), 0)),
5372         (('Icon', 'Icon'), 4093, (4093, (), [(16392, 10, None, None)], 1, 2, 4, 0, 92, (3, 0, None, None), 0)),
5373         (('Icon', 'Icon'), 4093, (4093, (), [(8, 1, None, None)], 1, 4, 4, 0, 96, (3, 0, None, None), 0)),
5374         (('Locked', 'Locked'), 102, (102, (), [(16395, 10, None, None)], 1, 2, 4, 0, 100, (3, 0, None, None), 0)),
5375         (('Locked', 'Locked'), 102, (102, (), [(11, 1, None, None)], 1, 4, 4, 0, 104, (3, 0, None, None), 0)),
5376         (('MessageClass', 'MessageClass'), 26, (26, (), [(16392, 10, None, None)], 1, 2, 4, 0, 108, (3, 0, None, None), 0)),
5377         (('MiniIcon', 'MiniIcon'), 4092, (4092, (), [(16392, 10, None, None)], 1, 2, 4, 0, 112, (3, 0, None, None), 0)),
5378         (('MiniIcon', 'MiniIcon'), 4092, (4092, (), [(8, 1, None, None)], 1, 4, 4, 0, 116, (3, 0, None, None), 0)),
5379         (('Name', 'Name'), 61469, (61469, (), [(16392, 10, None, None)], 1, 2, 4, 0, 120, (3, 0, None, None), 0)),
5380         (('Name', 'Name'), 61469, (61469, (), [(8, 1, None, None)], 1, 4, 4, 0, 124, (3, 0, None, None), 0)),
5381         (('Number', 'Number'), 104, (104, (), [(16392, 10, None, None)], 1, 2, 4, 0, 128, (3, 0, None, None), 0)),
5382         (('Number', 'Number'), 104, (104, (), [(8, 1, None, None)], 1, 4, 4, 0, 132, (3, 0, None, None), 0)),
5383         (('OneOff', 'OneOff'), 101, (101, (), [(16395, 10, None, None)], 1, 2, 4, 0, 136, (3, 0, None, None), 0)),
5384         (('OneOff', 'OneOff'), 101, (101, (), [(11, 1, None, None)], 1, 4, 4, 0, 140, (3, 0, None, None), 0)),
5385         (('Password', 'Password'), 103, (103, (), [(16392, 10, None, None)], 1, 2, 4, 0, 144, (3, 0, None, None), 0)),
5386         (('Password', 'Password'), 103, (103, (), [(8, 1, None, None)], 1, 4, 4, 0, 148, (3, 0, None, None), 0)),
5387         (('ScriptText', 'ScriptText'), 109, (109, (), [(16392, 10, None, None)], 1, 2, 4, 0, 152, (3, 0, None, None), 0)),
5388         (('Template', 'Template'), 106, (106, (), [(16392, 10, None, None)], 1, 2, 4, 0, 156, (3, 0, None, None), 0)),
5389         (('Template', 'Template'), 106, (106, (), [(8, 1, None, None)], 1, 4, 4, 0, 160, (3, 0, None, None), 0)),
5390         (('UseWordMail', 'UseWordMail'), 105, (105, (), [(16395, 10, None, None)], 1, 2, 4, 0, 164, (3, 0, None, None), 0)),
5391         (('UseWordMail', 'UseWordMail'), 105, (105, (), [(11, 1, None, None)], 1, 4, 4, 0, 168, (3, 0, None, None), 0)),
5392         (('Version', 'Version'), 13057, (13057, (), [(16392, 10, None, None)], 1, 2, 4, 0, 172, (3, 0, None, None), 0)),
5393         (('Version', 'Version'), 13057, (13057, (), [(8, 1, None, None)], 1, 4, 4, 0, 176, (3, 0, None, None), 0)),
5394         (('PublishForm', 'Registry', 'Folder'), 107, (107, (), [(3, 1, None, None), (12, 17, None, None)], 1, 1, 4, 1, 180, (3, 0, None, None), 0)),
5395 ]
5396 
5397 Link_vtables_dispatch_ = 1
5398 Link_vtables_ = [
5399         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
5400         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
5401         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
5402         (('Parent', 'Parent'), 109, (109, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
5403         (('Name', 'Name'), 12289, (12289, (), [(16392, 10, None, None)], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
5404         (('Type', 'Type'), 8449, (8449, (), [(16387, 10, None, None)], 1, 2, 4, 0, 48, (3, 0, None, None), 0)),
5405         (('Item', 'Item'), 8450, (8450, (), [(16393, 10, None, None)], 1, 2, 4, 0, 52, (3, 0, None, None), 0)),
5406 ]
5407 
5408 Links_vtables_dispatch_ = 1
5409 Links_vtables_ = [
5410         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
5411         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
5412         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
5413         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
5414         (('Count', 'Count'), 80, (80, (), [(16387, 10, None, None)], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
5415         (('Item', 'Index', 'Item'), 81, (81, (), [(12, 1, None, None), (16393, 10, None, "IID('{00063089-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 48, (3, 0, None, None), 0)),
5416         (('Add', 'Item', 'Link'), 95, (95, (), [(9, 1, None, None), (16393, 10, None, "IID('{00063089-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 52, (3, 0, None, None), 0)),
5417         (('Remove', 'Index'), 84, (84, (), [(12, 1, None, None)], 1, 1, 4, 0, 56, (3, 0, None, None), 0)),
5418 ]
5419 
5420 MAPIFolder_vtables_dispatch_ = 1
5421 MAPIFolder_vtables_ = [
5422         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
5423         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
5424         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
5425         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
5426         (('DefaultItemType', 'DefaultItemType'), 12550, (12550, (), [(16387, 10, None, None)], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
5427         (('DefaultMessageClass', 'DefaultMessageClass'), 12551, (12551, (), [(16392, 10, None, None)], 1, 2, 4, 0, 48, (3, 0, None, None), 0)),
5428         (('Description', 'Description'), 12292, (12292, (), [(16392, 10, None, None)], 1, 2, 4, 0, 52, (3, 0, None, None), 0)),
5429         (('Description', 'Description'), 12292, (12292, (), [(8, 1, None, None)], 1, 4, 4, 0, 56, (3, 0, None, None), 0)),
5430         (('EntryID', 'EntryID'), 61470, (61470, (), [(16392, 10, None, None)], 1, 2, 4, 0, 60, (3, 0, None, None), 0)),
5431         (('Folders', 'Folders'), 8451, (8451, (), [(16393, 10, None, "IID('{00063040-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 64, (3, 0, None, None), 0)),
5432         (('Items', 'Items'), 12544, (12544, (), [(16393, 10, None, "IID('{00063041-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 68, (3, 0, None, None), 0)),
5433         (('Name', 'Name'), 12289, (12289, (), [(16392, 10, None, None)], 1, 2, 4, 0, 72, (3, 0, None, None), 0)),
5434         (('Name', 'Name'), 12289, (12289, (), [(8, 1, None, None)], 1, 4, 4, 0, 76, (3, 0, None, None), 0)),
5435         (('StoreID', 'StoreID'), 12552, (12552, (), [(16392, 10, None, None)], 1, 2, 4, 0, 80, (3, 0, None, None), 0)),
5436         (('UnReadItemCount', 'UnReadItemCount'), 13827, (13827, (), [(16387, 10, None, None)], 1, 2, 4, 0, 84, (3, 0, None, None), 0)),
5437         (('CopyTo', 'DestinationFolder', 'Folder'), 61490, (61490, (), [(9, 1, None, "IID('{00063006-0000-0000-C000-000000000046}')"), (16393, 10, None, "IID('{00063006-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 88, (3, 0, None, None), 0)),
5438         (('Delete',), 61509, (61509, (), [], 1, 1, 4, 0, 92, (3, 0, None, None), 0)),
5439         (('Display',), 12548, (12548, (), [], 1, 1, 4, 0, 96, (3, 0, None, None), 0)),
5440         (('GetExplorer', 'DisplayMode', 'Explorer'), 12545, (12545, (), [(12, 17, None, None), (16393, 10, None, "IID('{00063003-0000-0000-C000-000000000046}')")], 1, 1, 4, 1, 100, (3, 0, None, None), 0)),
5441         (('MoveTo', 'DestinationFolder'), 61492, (61492, (), [(9, 1, None, "IID('{00063006-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 104, (3, 0, None, None), 0)),
5442         (('UserPermissions', 'UserPermissions'), 12561, (12561, (), [(16393, 10, None, None)], 1, 2, 4, 0, 108, (3, 0, None, None), 64)),
5443         (('WebViewOn', 'WebViewOn'), 12562, (12562, (), [(16395, 10, None, None)], 1, 2, 4, 0, 112, (3, 0, None, None), 0)),
5444         (('WebViewOn', 'WebViewOn'), 12562, (12562, (), [(11, 1, None, None)], 1, 4, 4, 0, 116, (3, 0, None, None), 0)),
5445         (('WebViewURL', 'WebViewURL'), 12563, (12563, (), [(16392, 10, None, None)], 1, 2, 4, 0, 120, (3, 0, None, None), 0)),
5446         (('WebViewURL', 'WebViewURL'), 12563, (12563, (), [(8, 1, None, None)], 1, 4, 4, 0, 124, (3, 0, None, None), 0)),
5447         (('WebViewAllowNavigation', 'WebViewAllowNavigation'), 12564, (12564, (), [(16395, 10, None, None)], 1, 2, 4, 0, 128, (3, 0, None, None), 0)),
5448         (('WebViewAllowNavigation', 'WebViewAllowNavigation'), 12564, (12564, (), [(11, 1, None, None)], 1, 4, 4, 0, 132, (3, 0, None, None), 0)),
5449         (('AddToPFFavorites',), 12565, (12565, (), [], 1, 1, 4, 0, 136, (3, 0, None, None), 64)),
5450 ]
5451 
5452 OutlookBarGroup_vtables_dispatch_ = 1
5453 OutlookBarGroup_vtables_ = [
5454         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
5455         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
5456         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
5457         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
5458         (('Name', 'Name'), 0, (0, (), [(16392, 10, None, None)], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
5459         (('Name', 'Name'), 0, (0, (), [(8, 1, None, None)], 1, 4, 4, 0, 48, (3, 0, None, None), 0)),
5460         (('Shortcuts', 'Shortcuts'), 8450, (8450, (), [(16393, 10, None, "IID('{00063074-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 52, (3, 0, None, None), 0)),
5461         (('ViewType', 'ViewType'), 8451, (8451, (), [(16387, 10, None, None)], 1, 2, 4, 0, 56, (3, 0, None, None), 0)),
5462         (('ViewType', 'ViewType'), 8451, (8451, (), [(3, 1, None, None)], 1, 4, 4, 0, 60, (3, 0, None, None), 0)),
5463 ]
5464 
5465 OutlookBarShortcut_vtables_dispatch_ = 1
5466 OutlookBarShortcut_vtables_ = [
5467         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
5468         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
5469         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
5470         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
5471         (('Name', 'Name'), 0, (0, (), [(16392, 10, None, None)], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
5472         (('Name', 'Name'), 0, (0, (), [(8, 1, None, None)], 1, 4, 4, 0, 48, (3, 0, None, None), 0)),
5473         (('Target', 'Target'), 8448, (8448, (), [(16396, 10, None, None)], 1, 2, 4, 0, 52, (3, 0, None, None), 0)),
5474 ]
5475 
5476 OutlookBarStorage_vtables_dispatch_ = 1
5477 OutlookBarStorage_vtables_ = [
5478         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
5479         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
5480         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
5481         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
5482         (('Groups', 'Groups'), 0, (0, (), [(16393, 10, None, "IID('{00063072-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
5483 ]
5484 
5485 Pages_vtables_dispatch_ = 1
5486 Pages_vtables_ = [
5487         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
5488         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
5489         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
5490         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
5491         (('Count', 'Count'), 80, (80, (), [(16387, 10, None, None)], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
5492         (('Item', 'Index', 'Item'), 81, (81, (), [(12, 1, None, None), (16393, 10, None, None)], 1, 1, 4, 0, 48, (3, 0, None, None), 0)),
5493         (('Add', 'Name', 'Page'), 300, (300, (), [(12, 17, None, None), (16393, 10, None, None)], 1, 1, 4, 1, 52, (3, 0, None, None), 0)),
5494         (('Remove', 'Index'), 301, (301, (), [(3, 1, None, None)], 1, 1, 4, 0, 56, (3, 0, None, None), 0)),
5495 ]
5496 
5497 Panes_vtables_dispatch_ = 1
5498 Panes_vtables_ = [
5499         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
5500         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
5501         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
5502         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
5503         (('Count', 'Count'), 80, (80, (), [(16387, 10, None, None)], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
5504         (('Item', 'Index', 'Item'), 81, (81, (), [(12, 1, None, None), (16393, 10, None, None)], 1, 1, 4, 0, 48, (3, 0, None, None), 0)),
5505 ]
5506 
5507 PropertyPage_vtables_dispatch_ = 1
5508 PropertyPage_vtables_ = [
5509         (('GetPageInfo', 'HelpFile', 'HelpContext'), 8448, (8448, (), [(16392, 3, None, None), (16387, 3, None, None)], 1, 1, 4, 0, 28, (3, 0, None, None), 0)),
5510         (('Dirty', 'Dirty'), 8449, (8449, (), [(16395, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
5511         (('Apply',), 8450, (8450, (), [], 1, 1, 4, 0, 36, (3, 0, None, None), 0)),
5512 ]
5513 
5514 PropertyPageSite_vtables_dispatch_ = 1
5515 PropertyPageSite_vtables_ = [
5516         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
5517         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
5518         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
5519         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
5520         (('OnStatusChange',), 8448, (8448, (), [], 1, 1, 4, 0, 44, (3, 0, None, None), 0)),
5521 ]
5522 
5523 PropertyPages_vtables_dispatch_ = 1
5524 PropertyPages_vtables_ = [
5525         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
5526         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
5527         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
5528         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
5529         (('Count', 'Count'), 80, (80, (), [(16387, 10, None, None)], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
5530         (('Item', 'Index', 'Item'), 81, (81, (), [(12, 1, None, None), (16393, 10, None, None)], 1, 1, 4, 0, 48, (3, 0, None, None), 0)),
5531         (('Add', 'Page', 'Title'), 95, (95, (), [(12, 1, None, None), (8, 17, None, None)], 1, 1, 4, 0, 52, (3, 0, None, None), 0)),
5532         (('Remove', 'Index'), 84, (84, (), [(12, 1, None, None)], 1, 1, 4, 0, 56, (3, 0, None, None), 0)),
5533 ]
5534 
5535 Recipient_vtables_dispatch_ = 1
5536 Recipient_vtables_ = [
5537         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
5538         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
5539         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
5540         (('Parent', 'Parent'), 109, (109, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
5541         (('Address', 'Address'), 12291, (12291, (), [(16392, 10, None, None)], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
5542         (('AddressEntry', 'AddressEntry'), 121, (121, (), [(16393, 10, None, "IID('{0006304B-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 48, (3, 0, None, None), 0)),
5543         (('AddressEntry', 'AddressEntry'), 121, (121, (), [(9, 1, None, "IID('{0006304B-0000-0000-C000-000000000046}')")], 1, 8, 4, 0, 52, (3, 0, None, None), 0)),
5544         (('AutoResponse', 'AutoResponse'), 106, (106, (), [(16392, 10, None, None)], 1, 2, 4, 0, 56, (3, 0, None, None), 0)),
5545         (('AutoResponse', 'AutoResponse'), 106, (106, (), [(8, 1, None, None)], 1, 4, 4, 0, 60, (3, 0, None, None), 0)),
5546         (('DisplayType', 'DisplayType'), 14592, (14592, (), [(16387, 10, None, None)], 1, 2, 4, 0, 64, (3, 0, None, None), 0)),
5547         (('EntryID', 'EntryID'), 61470, (61470, (), [(16392, 10, None, None)], 1, 2, 4, 0, 68, (3, 0, None, None), 0)),
5548         (('Index', 'Index'), 91, (91, (), [(16387, 10, None, None)], 1, 2, 4, 0, 72, (3, 0, None, None), 0)),
5549         (('MeetingResponseStatus', 'MeetingResponseStatus'), 102, (102, (), [(16387, 10, None, None)], 1, 2, 4, 0, 76, (3, 0, None, None), 0)),
5550         (('Name', 'Name'), 12289, (12289, (), [(16392, 10, None, None)], 1, 2, 4, 0, 80, (3, 0, None, None), 0)),
5551         (('Resolved', 'Resolved'), 100, (100, (), [(16395, 10, None, None)], 1, 2, 4, 0, 84, (3, 0, None, None), 0)),
5552         (('TrackingStatus', 'TrackingStatus'), 118, (118, (), [(16387, 10, None, None)], 1, 2, 4, 0, 88, (3, 0, None, None), 0)),
5553         (('TrackingStatus', 'TrackingStatus'), 118, (118, (), [(3, 1, None, None)], 1, 4, 4, 0, 92, (3, 0, None, None), 0)),
5554         (('TrackingStatusTime', 'TrackingStatusTime'), 119, (119, (), [(16391, 10, None, None)], 1, 2, 4, 0, 96, (3, 0, None, None), 0)),
5555         (('TrackingStatusTime', 'TrackingStatusTime'), 119, (119, (), [(7, 1, None, None)], 1, 4, 4, 0, 100, (3, 0, None, None), 0)),
5556         (('Type', 'Type'), 3093, (3093, (), [(16387, 10, None, None)], 1, 2, 4, 0, 104, (3, 0, None, None), 0)),
5557         (('Type', 'Type'), 3093, (3093, (), [(3, 1, None, None)], 1, 4, 4, 0, 108, (3, 0, None, None), 0)),
5558         (('Delete',), 110, (110, (), [], 1, 1, 4, 0, 112, (3, 0, None, None), 0)),
5559         (('FreeBusy', 'Start', 'MinPerChar', 'CompleteFormat', 'FreeBusyInfo'), 111, (111, (), [(7, 1, None, None), (3, 1, None, None), (12, 17, None, None), (16392, 10, None, None)], 1, 1, 4, 1, 116, (3, 0, None, None), 0)),
5560         (('Resolve', 'Success'), 113, (113, (), [(16395, 10, None, None)], 1, 1, 4, 0, 120, (3, 0, None, None), 0)),
5561 ]
5562 
5563 Recipients_vtables_dispatch_ = 1
5564 Recipients_vtables_ = [
5565         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
5566         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
5567         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
5568         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
5569         (('Count', 'Count'), 80, (80, (), [(16387, 10, None, None)], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
5570         (('Item', 'Index', 'Item'), 81, (81, (), [(12, 1, None, None), (16393, 10, None, "IID('{00063045-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 48, (3, 0, None, None), 0)),
5571         (('Add', 'Name', 'Recipient'), 111, (111, (), [(8, 1, None, None), (16393, 10, None, "IID('{00063045-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 52, (3, 0, None, None), 0)),
5572         (('Remove', 'Index'), 84, (84, (), [(3, 1, None, None)], 1, 1, 4, 0, 56, (3, 0, None, None), 0)),
5573         (('ResolveAll', 'Success'), 126, (126, (), [(16395, 10, None, None)], 1, 1, 4, 0, 60, (3, 0, None, None), 0)),
5574 ]
5575 
5576 RecurrencePattern_vtables_dispatch_ = 1
5577 RecurrencePattern_vtables_ = [
5578         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
5579         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
5580         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
5581         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
5582         (('DayOfMonth', 'DayOfMonth'), 4096, (4096, (), [(16387, 10, None, None)], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
5583         (('DayOfMonth', 'DayOfMonth'), 4096, (4096, (), [(3, 1, None, None)], 1, 4, 4, 0, 48, (3, 0, None, None), 0)),
5584         (('DayOfWeekMask', 'DayOfWeekMask'), 4097, (4097, (), [(16387, 10, None, None)], 1, 2, 4, 0, 52, (3, 0, None, None), 0)),
5585         (('DayOfWeekMask', 'DayOfWeekMask'), 4097, (4097, (), [(3, 1, None, None)], 1, 4, 4, 0, 56, (3, 0, None, None), 0)),
5586         (('Duration', 'Duration'), 4109, (4109, (), [(16387, 10, None, None)], 1, 2, 4, 0, 60, (3, 0, None, None), 0)),
5587         (('Duration', 'Duration'), 4109, (4109, (), [(3, 1, None, None)], 1, 4, 4, 0, 64, (3, 0, None, None), 0)),
5588         (('EndTime', 'EndTime'), 4108, (4108, (), [(16391, 10, None, None)], 1, 2, 4, 0, 68, (3, 0, None, None), 0)),
5589         (('EndTime', 'EndTime'), 4108, (4108, (), [(7, 1, None, None)], 1, 4, 4, 0, 72, (3, 0, None, None), 0)),
5590         (('Exceptions', 'Exceptions'), 4110, (4110, (), [(16393, 10, None, "IID('{0006304C-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 76, (3, 0, None, None), 0)),
5591         (('Instance', 'Instance'), 4099, (4099, (), [(16387, 10, None, None)], 1, 2, 4, 0, 80, (3, 0, None, None), 0)),
5592         (('Instance', 'Instance'), 4099, (4099, (), [(3, 1, None, None)], 1, 4, 4, 0, 84, (3, 0, None, None), 0)),
5593         (('Interval', 'Interval'), 4100, (4100, (), [(16387, 10, None, None)], 1, 2, 4, 0, 88, (3, 0, None, None), 0)),
5594         (('Interval', 'Interval'), 4100, (4100, (), [(3, 1, None, None)], 1, 4, 4, 0, 92, (3, 0, None, None), 0)),
5595         (('MonthOfYear', 'MonthOfYear'), 4102, (4102, (), [(16387, 10, None, None)], 1, 2, 4, 0, 96, (3, 0, None, None), 0)),
5596         (('MonthOfYear', 'MonthOfYear'), 4102, (4102, (), [(3, 1, None, None)], 1, 4, 4, 0, 100, (3, 0, None, None), 0)),
5597         (('NoEndDate', 'NoEndDate'), 4107, (4107, (), [(16395, 10, None, None)], 1, 2, 4, 0, 104, (3, 0, None, None), 0)),
5598         (('NoEndDate', 'NoEndDate'), 4107, (4107, (), [(11, 1, None, None)], 1, 4, 4, 0, 108, (3, 0, None, None), 0)),
5599         (('Occurrences', 'Occurrences'), 4101, (4101, (), [(16387, 10, None, None)], 1, 2, 4, 0, 112, (3, 0, None, None), 0)),
5600         (('Occurrences', 'Occurrences'), 4101, (4101, (), [(3, 1, None, None)], 1, 4, 4, 0, 116, (3, 0, None, None), 0)),
5601         (('PatternEndDate', 'PatternEndDate'), 4098, (4098, (), [(16391, 10, None, None)], 1, 2, 4, 0, 120, (3, 0, None, None), 0)),
5602         (('PatternEndDate', 'PatternEndDate'), 4098, (4098, (), [(7, 1, None, None)], 1, 4, 4, 0, 124, (3, 0, None, None), 0)),
5603         (('PatternStartDate', 'PatternStartDate'), 4104, (4104, (), [(16391, 10, None, None)], 1, 2, 4, 0, 128, (3, 0, None, None), 0)),
5604         (('PatternStartDate', 'PatternStartDate'), 4104, (4104, (), [(7, 1, None, None)], 1, 4, 4, 0, 132, (3, 0, None, None), 0)),
5605         (('RecurrenceType', 'RecurrenceType'), 4103, (4103, (), [(16387, 10, None, None)], 1, 2, 4, 0, 136, (3, 0, None, None), 0)),
5606         (('RecurrenceType', 'RecurrenceType'), 4103, (4103, (), [(3, 1, None, None)], 1, 4, 4, 0, 140, (3, 0, None, None), 0)),
5607         (('Regenerate', 'Regenerate'), 4106, (4106, (), [(16395, 10, None, None)], 1, 2, 4, 0, 144, (3, 0, None, None), 0)),
5608         (('Regenerate', 'Regenerate'), 4106, (4106, (), [(11, 1, None, None)], 1, 4, 4, 0, 148, (3, 0, None, None), 0)),
5609         (('StartTime', 'StartTime'), 4105, (4105, (), [(16391, 10, None, None)], 1, 2, 4, 0, 152, (3, 0, None, None), 0)),
5610         (('StartTime', 'StartTime'), 4105, (4105, (), [(7, 1, None, None)], 1, 4, 4, 0, 156, (3, 0, None, None), 0)),
5611         (('GetOccurrence', 'StartDate', 'AppointmentItem'), 4111, (4111, (), [(7, 1, None, None), (16397, 10, None, "IID('{00061030-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 160, (3, 0, None, None), 0)),
5612 ]
5613 
5614 Selection_vtables_dispatch_ = 1
5615 Selection_vtables_ = [
5616         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
5617         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
5618         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
5619         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
5620         (('Count', 'Count'), 80, (80, (), [(16387, 10, None, None)], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
5621         (('Item', 'Index', 'Item'), 81, (81, (), [(12, 1, None, None), (16393, 10, None, None)], 1, 1, 4, 0, 48, (3, 0, None, None), 0)),
5622 ]
5623 
5624 SyncObjects_vtables_dispatch_ = 1
5625 SyncObjects_vtables_ = [
5626         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
5627         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
5628         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
5629         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
5630         (('Count', 'Count'), 80, (80, (), [(16387, 10, None, None)], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
5631         (('Item', 'Index', 'Item'), 81, (81, (), [(12, 1, None, None), (16397, 10, None, "IID('{00063084-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 48, (3, 0, None, None), 0)),
5632 ]
5633 
5634 UserProperties_vtables_dispatch_ = 1
5635 UserProperties_vtables_ = [
5636         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
5637         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
5638         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
5639         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
5640         (('Count', 'Count'), 80, (80, (), [(16387, 10, None, None)], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
5641         (('Item', 'Index', 'Item'), 81, (81, (), [(12, 1, None, None), (16393, 10, None, "IID('{00063042-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 48, (3, 0, None, None), 0)),
5642         (('Add', 'Name', 'Type', 'AddToFolderFields', 'DisplayFormat', 'UserProperty'), 102, (102, (), [(8, 1, None, None), (3, 1, None, None), (12, 17, None, None), (12, 17, None, None), (16393, 10, None, "IID('{00063042-0000-0000-C000-000000000046}')")], 1, 1, 4, 2, 52, (3, 0, None, None), 0)),
5643         (('Find', 'Name', 'Custom', 'UserProperty'), 103, (103, (), [(8, 1, None, None), (12, 17, None, None), (16393, 10, None, "IID('{00063042-0000-0000-C000-000000000046}')")], 1, 1, 4, 1, 56, (3, 0, None, None), 0)),
5644         (('Remove', 'Index'), 82, (82, (), [(3, 1, None, None)], 1, 1, 4, 0, 60, (3, 0, None, None), 0)),
5645 ]
5646 
5647 UserProperty_vtables_dispatch_ = 1
5648 UserProperty_vtables_ = [
5649         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
5650         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
5651         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
5652         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
5653         (('Formula', 'Formula'), 103, (103, (), [(16392, 10, None, None)], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
5654         (('Formula', 'Formula'), 103, (103, (), [(8, 1, None, None)], 1, 4, 4, 0, 48, (3, 0, None, None), 0)),
5655         (('Name', 'Name'), 112, (112, (), [(16392, 10, None, None)], 1, 2, 4, 0, 52, (3, 0, None, None), 0)),
5656         (('Type', 'Type'), 109, (109, (), [(16387, 10, None, None)], 1, 2, 4, 0, 56, (3, 0, None, None), 0)),
5657         (('ValidationFormula', 'ValidationFormula'), 104, (104, (), [(16392, 10, None, None)], 1, 2, 4, 0, 60, (3, 0, None, None), 0)),
5658         (('ValidationFormula', 'ValidationFormula'), 104, (104, (), [(8, 1, None, None)], 1, 4, 4, 0, 64, (3, 0, None, None), 0)),
5659         (('ValidationText', 'ValidationText'), 105, (105, (), [(16392, 10, None, None)], 1, 2, 4, 0, 68, (3, 0, None, None), 0)),
5660         (('ValidationText', 'ValidationText'), 105, (105, (), [(8, 1, None, None)], 1, 4, 4, 0, 72, (3, 0, None, None), 0)),
5661         (('Value', 'Value'), 0, (0, (), [(16396, 10, None, None)], 1, 2, 4, 0, 76, (3, 0, None, None), 0)),
5662         (('Value', 'Value'), 0, (0, (), [(12, 1, None, None)], 1, 4, 4, 0, 80, (3, 0, None, None), 0)),
5663         (('Delete',), 108, (108, (), [], 1, 1, 4, 0, 84, (3, 0, None, None), 0)),
5664 ]
5665 
5666 _Application_vtables_dispatch_ = 1
5667 _Application_vtables_ = [
5668         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
5669         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
5670         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
5671         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
5672         (('Assistant', 'Assistant'), 276, (276, (), [(16393, 10, None, "IID('{000C0322-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
5673         (('Name', 'Name'), 12289, (12289, (), [(16392, 10, None, None)], 1, 2, 4, 0, 48, (3, 0, None, None), 0)),
5674         (('Version', 'Version'), 278, (278, (), [(16392, 10, None, None)], 1, 2, 4, 0, 52, (3, 0, None, None), 0)),
5675         (('ActiveExplorer', 'ActiveExplorer'), 273, (273, (), [(16393, 10, None, "IID('{00063003-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 56, (3, 0, None, None), 0)),
5676         (('ActiveInspector', 'ActiveInspector'), 274, (274, (), [(16393, 10, None, "IID('{00063005-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 60, (3, 0, None, None), 0)),
5677         (('CreateItem', 'ItemType', 'Item'), 266, (266, (), [(3, 1, None, None), (16393, 10, None, None)], 1, 1, 4, 0, 64, (3, 0, None, None), 0)),
5678         (('CreateItemFromTemplate', 'TemplatePath', 'InFolder', 'Item'), 267, (267, (), [(8, 1, None, None), (12, 17, None, None), (16393, 10, None, None)], 1, 1, 4, 1, 68, (3, 0, None, None), 0)),
5679         (('CreateObject', 'ObjectName', 'Object'), 277, (277, (), [(8, 1, None, None), (16393, 10, None, None)], 1, 1, 4, 0, 72, (3, 0, None, None), 0)),
5680         (('GetNamespace', 'Type', 'NameSpace'), 272, (272, (), [(8, 1, None, None), (16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 76, (3, 0, None, None), 0)),
5681         (('Quit',), 275, (275, (), [], 1, 1, 4, 0, 80, (3, 0, None, None), 0)),
5682         (('COMAddIns', 'COMAddIns'), 280, (280, (), [(16393, 10, None, "IID('{000C0339-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 84, (3, 0, None, None), 0)),
5683         (('Explorers', 'Explorers'), 281, (281, (), [(16393, 10, None, "IID('{0006300A-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 88, (3, 0, None, None), 0)),
5684         (('Inspectors', 'Inspectors'), 282, (282, (), [(16393, 10, None, "IID('{00063008-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 92, (3, 0, None, None), 0)),
5685         (('LanguageSettings', 'LanguageSettings'), 283, (283, (), [(16393, 10, None, "IID('{000C0353-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 96, (3, 0, None, None), 0)),
5686         (('ProductCode', 'ProductCode'), 284, (284, (), [(16392, 10, None, None)], 1, 2, 4, 0, 100, (3, 0, None, None), 0)),
5687         (('AnswerWizard', 'AnswerWizard'), 285, (285, (), [(16393, 10, None, "IID('{000C0360-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 104, (3, 0, None, None), 0)),
5688         (('FeatureInstall', 'FeatureInstall'), 286, (286, (), [(16387, 10, None, None)], 1, 2, 4, 0, 108, (3, 0, None, None), 64)),
5689         (('FeatureInstall', 'FeatureInstall'), 286, (286, (), [(3, 1, None, None)], 1, 4, 4, 0, 112, (3, 0, None, None), 64)),
5690         (('ActiveWindow', 'ActiveWindow'), 287, (287, (), [(16393, 10, None, None)], 1, 1, 4, 0, 116, (3, 0, None, None), 0)),
5691 ]
5692 
5693 _AppointmentItem_vtables_dispatch_ = 1
5694 _AppointmentItem_vtables_ = [
5695         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
5696         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
5697         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
5698         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
5699         (('Actions', 'Actions'), 63511, (63511, (), [(16393, 10, None, "IID('{0006303E-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
5700         (('Attachments', 'Attachments'), 63509, (63509, (), [(16393, 10, None, "IID('{0006303C-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 48, (3, 0, None, None), 0)),
5701         (('BillingInformation', 'BillingInformation'), 34101, (34101, (), [(16392, 10, None, None)], 1, 2, 4, 0, 52, (3, 0, None, None), 0)),
5702         (('BillingInformation', 'BillingInformation'), 34101, (34101, (), [(8, 1, None, None)], 1, 4, 4, 0, 56, (3, 0, None, None), 0)),
5703         (('Body', 'Body'), 37120, (37120, (), [(16392, 10, None, None)], 1, 2, 4, 0, 60, (3, 0, None, None), 0)),
5704         (('Body', 'Body'), 37120, (37120, (), [(8, 1, None, None)], 1, 4, 4, 0, 64, (3, 0, None, None), 0)),
5705         (('Categories', 'Categories'), 36865, (36865, (), [(16392, 10, None, None)], 1, 2, 4, 0, 68, (3, 0, None, None), 0)),
5706         (('Categories', 'Categories'), 36865, (36865, (), [(8, 1, None, None)], 1, 4, 4, 0, 72, (3, 0, None, None), 0)),
5707         (('Companies', 'Companies'), 34107, (34107, (), [(16392, 10, None, None)], 1, 2, 4, 0, 76, (3, 0, None, None), 0)),
5708         (('Companies', 'Companies'), 34107, (34107, (), [(8, 1, None, None)], 1, 4, 4, 0, 80, (3, 0, None, None), 0)),
5709         (('ConversationIndex', 'ConversationIndex'), 113, (113, (), [(16392, 10, None, None)], 1, 2, 4, 0, 84, (3, 0, None, None), 0)),
5710         (('ConversationTopic', 'ConversationTopic'), 112, (112, (), [(16392, 10, None, None)], 1, 2, 4, 0, 88, (3, 0, None, None), 0)),
5711         (('CreationTime', 'CreationTime'), 12295, (12295, (), [(16391, 10, None, None)], 1, 2, 4, 0, 92, (3, 0, None, None), 0)),
5712         (('EntryID', 'EntryID'), 61470, (61470, (), [(16392, 10, None, None)], 1, 2, 4, 0, 96, (3, 0, None, None), 0)),
5713         (('FormDescription', 'FormDescription'), 61589, (61589, (), [(16393, 10, None, "IID('{00063046-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 100, (3, 0, None, None), 0)),
5714         (('GetInspector', 'GetInspector'), 61502, (61502, (), [(16393, 10, None, "IID('{00063005-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 104, (3, 0, None, None), 0)),
5715         (('Importance', 'Importance'), 23, (23, (), [(16387, 10, None, None)], 1, 2, 4, 0, 108, (3, 0, None, None), 0)),
5716         (('Importance', 'Importance'), 23, (23, (), [(3, 1, None, None)], 1, 4, 4, 0, 112, (3, 0, None, None), 0)),
5717         (('LastModificationTime', 'LastModificationTime'), 12296, (12296, (), [(16391, 10, None, None)], 1, 2, 4, 0, 116, (3, 0, None, None), 0)),
5718         (('MAPIOBJECT', 'MAPIOBJECT'), 61696, (61696, (), [(16397, 10, None, None)], 1, 2, 4, 0, 120, (3, 0, None, None), 64)),
5719         (('MessageClass', 'MessageClass'), 26, (26, (), [(16392, 10, None, None)], 1, 2, 4, 0, 124, (3, 0, None, None), 0)),
5720         (('MessageClass', 'MessageClass'), 26, (26, (), [(8, 1, None, None)], 1, 4, 4, 0, 128, (3, 0, None, None), 0)),
5721         (('Mileage', 'Mileage'), 34100, (34100, (), [(16392, 10, None, None)], 1, 2, 4, 0, 132, (3, 0, None, None), 0)),
5722         (('Mileage', 'Mileage'), 34100, (34100, (), [(8, 1, None, None)], 1, 4, 4, 0, 136, (3, 0, None, None), 0)),
5723         (('NoAging', 'NoAging'), 34062, (34062, (), [(16395, 10, None, None)], 1, 2, 4, 0, 140, (3, 0, None, None), 0)),
5724         (('NoAging', 'NoAging'), 34062, (34062, (), [(11, 1, None, None)], 1, 4, 4, 0, 144, (3, 0, None, None), 0)),
5725         (('OutlookInternalVersion', 'OutlookInternalVersion'), 34130, (34130, (), [(16387, 10, None, None)], 1, 2, 4, 0, 148, (3, 0, None, None), 0)),
5726         (('OutlookVersion', 'OutlookVersion'), 34132, (34132, (), [(16392, 10, None, None)], 1, 2, 4, 0, 152, (3, 0, None, None), 0)),
5727         (('Saved', 'Saved'), 61603, (61603, (), [(16395, 10, None, None)], 1, 2, 4, 0, 156, (3, 0, None, None), 0)),
5728         (('Sensitivity', 'Sensitivity'), 54, (54, (), [(16387, 10, None, None)], 1, 2, 4, 0, 160, (3, 0, None, None), 0)),
5729         (('Sensitivity', 'Sensitivity'), 54, (54, (), [(3, 1, None, None)], 1, 4, 4, 0, 164, (3, 0, None, None), 0)),
5730         (('Size', 'Size'), 3592, (3592, (), [(16387, 10, None, None)], 1, 2, 4, 0, 168, (3, 0, None, None), 0)),
5731         (('Subject', 'Subject'), 55, (55, (), [(16392, 10, None, None)], 1, 2, 4, 0, 172, (3, 0, None, None), 0)),
5732         (('Subject', 'Subject'), 55, (55, (), [(8, 1, None, None)], 1, 4, 4, 0, 176, (3, 0, None, None), 0)),
5733         (('UnRead', 'UnRead'), 61468, (61468, (), [(16395, 10, None, None)], 1, 2, 4, 0, 180, (3, 0, None, None), 0)),
5734         (('UnRead', 'UnRead'), 61468, (61468, (), [(11, 1, None, None)], 1, 4, 4, 0, 184, (3, 0, None, None), 0)),
5735         (('UserProperties', 'UserProperties'), 63510, (63510, (), [(16393, 10, None, "IID('{0006303D-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 188, (3, 0, None, None), 0)),
5736         (('Close', 'SaveMode'), 61475, (61475, (), [(3, 1, None, None)], 1, 1, 4, 0, 192, (3, 0, None, None), 0)),
5737         (('Copy', 'Item'), 61490, (61490, (), [(16393, 10, None, None)], 1, 1, 4, 0, 196, (3, 0, None, None), 0)),
5738         (('Delete',), 61514, (61514, (), [], 1, 1, 4, 0, 200, (3, 0, None, None), 0)),
5739         (('Display', 'Modal'), 61606, (61606, (), [(12, 17, None, None)], 1, 1, 4, 1, 204, (3, 0, None, None), 0)),
5740         (('Move', 'DestFldr', 'Item'), 61492, (61492, (), [(9, 1, None, "IID('{00063006-0000-0000-C000-000000000046}')"), (16393, 10, None, None)], 1, 1, 4, 0, 208, (3, 0, None, None), 0)),
5741         (('PrintOut',), 61491, (61491, (), [], 1, 1, 4, 0, 212, (3, 0, None, None), 0)),
5742         (('Save',), 61512, (61512, (), [], 1, 1, 4, 0, 216, (3, 0, None, None), 0)),
5743         (('SaveAs', 'Path', 'Type'), 61521, (61521, (), [(8, 1, None, None), (12, 17, None, None)], 1, 1, 4, 1, 220, (3, 0, None, None), 0)),
5744         (('AllDayEvent', 'AllDayEvent'), 33301, (33301, (), [(16395, 10, None, None)], 1, 2, 4, 0, 224, (3, 0, None, None), 0)),
5745         (('AllDayEvent', 'AllDayEvent'), 33301, (33301, (), [(11, 1, None, None)], 1, 4, 4, 0, 228, (3, 0, None, None), 0)),
5746         (('BusyStatus', 'BusyStatus'), 33285, (33285, (), [(16387, 10, None, None)], 1, 2, 4, 0, 232, (3, 0, None, None), 0)),
5747         (('BusyStatus', 'BusyStatus'), 33285, (33285, (), [(3, 1, None, None)], 1, 4, 4, 0, 236, (3, 0, None, None), 0)),
5748         (('Duration', 'Duration'), 33299, (33299, (), [(16387, 10, None, None)], 1, 2, 4, 0, 240, (3, 0, None, None), 0)),
5749         (('Duration', 'Duration'), 33299, (33299, (), [(3, 1, None, None)], 1, 4, 4, 0, 244, (3, 0, None, None), 0)),
5750         (('End', 'End'), 33294, (33294, (), [(16391, 10, None, None)], 1, 2, 4, 0, 248, (3, 0, None, None), 0)),
5751         (('End', 'End'), 33294, (33294, (), [(7, 1, None, None)], 1, 4, 4, 0, 252, (3, 0, None, None), 0)),
5752         (('IsOnlineMeeting', 'IsOnlineMeeting'), 33344, (33344, (), [(16395, 10, None, None)], 1, 2, 4, 0, 256, (3, 0, None, None), 0)),
5753         (('IsOnlineMeeting', 'IsOnlineMeeting'), 33344, (33344, (), [(11, 1, None, None)], 1, 4, 4, 0, 260, (3, 0, None, None), 0)),
5754         (('IsRecurring', 'IsRecurring'), 33315, (33315, (), [(16395, 10, None, None)], 1, 2, 4, 0, 264, (3, 0, None, None), 0)),
5755         (('Location', 'Location'), 33288, (33288, (), [(16392, 10, None, None)], 1, 2, 4, 0, 268, (3, 0, None, None), 0)),
5756         (('Location', 'Location'), 33288, (33288, (), [(8, 1, None, None)], 1, 4, 4, 0, 272, (3, 0, None, None), 0)),
5757         (('MeetingStatus', 'MeetingStatus'), 33303, (33303, (), [(16387, 10, None, None)], 1, 2, 4, 0, 276, (3, 0, None, None), 0)),
5758         (('MeetingStatus', 'MeetingStatus'), 33303, (33303, (), [(3, 1, None, None)], 1, 4, 4, 0, 280, (3, 0, None, None), 0)),
5759         (('NetMeetingAutoStart', 'NetMeetingAutoStart'), 33348, (33348, (), [(16395, 10, None, None)], 1, 2, 4, 0, 284, (3, 0, None, None), 0)),
5760         (('NetMeetingAutoStart', 'NetMeetingAutoStart'), 33348, (33348, (), [(11, 1, None, None)], 1, 4, 4, 0, 288, (3, 0, None, None), 0)),
5761         (('NetMeetingOrganizerAlias', 'NetMeetingOrganizerAlias'), 33347, (33347, (), [(16392, 10, None, None)], 1, 2, 4, 0, 292, (3, 0, None, None), 0)),
5762         (('NetMeetingOrganizerAlias', 'NetMeetingOrganizerAlias'), 33347, (33347, (), [(8, 1, None, None)], 1, 4, 4, 0, 296, (3, 0, None, None), 0)),
5763         (('NetMeetingServer', 'NetMeetingServer'), 33346, (33346, (), [(16392, 10, None, None)], 1, 2, 4, 0, 300, (3, 0, None, None), 0)),
5764         (('NetMeetingServer', 'NetMeetingServer'), 33346, (33346, (), [(8, 1, None, None)], 1, 4, 4, 0, 304, (3, 0, None, None), 0)),
5765         (('NetMeetingType', 'NetMeetingType'), 33345, (33345, (), [(16387, 10, None, None)], 1, 2, 4, 0, 308, (3, 0, None, None), 0)),
5766         (('NetMeetingType', 'NetMeetingType'), 33345, (33345, (), [(3, 1, None, None)], 1, 4, 4, 0, 312, (3, 0, None, None), 0)),
5767         (('OptionalAttendees', 'OptionalAttendees'), 3587, (3587, (), [(16392, 10, None, None)], 1, 2, 4, 0, 316, (3, 0, None, None), 0)),
5768         (('OptionalAttendees', 'OptionalAttendees'), 3587, (3587, (), [(8, 1, None, None)], 1, 4, 4, 0, 320, (3, 0, None, None), 0)),
5769         (('Organizer', 'Organizer'), 66, (66, (), [(16392, 10, None, None)], 1, 2, 4, 0, 324, (3, 0, None, None), 0)),
5770         (('Recipients', 'Recipients'), 63508, (63508, (), [(16393, 10, None, "IID('{0006303B-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 328, (3, 0, None, None), 0)),
5771         (('RecurrenceState', 'RecurrenceState'), 62789, (62789, (), [(16387, 10, None, None)], 1, 2, 4, 0, 332, (3, 0, None, None), 0)),
5772         (('ReminderMinutesBeforeStart', 'ReminderMinutesBeforeStart'), 34049, (34049, (), [(16387, 10, None, None)], 1, 2, 4, 0, 336, (3, 0, None, None), 0)),
5773         (('ReminderMinutesBeforeStart', 'ReminderMinutesBeforeStart'), 34049, (34049, (), [(3, 1, None, None)], 1, 4, 4, 0, 340, (3, 0, None, None), 0)),
5774         (('ReminderOverrideDefault', 'ReminderOverrideDefault'), 34076, (34076, (), [(16395, 10, None, None)], 1, 2, 4, 0, 344, (3, 0, None, None), 0)),
5775         (('ReminderOverrideDefault', 'ReminderOverrideDefault'), 34076, (34076, (), [(11, 1, None, None)], 1, 4, 4, 0, 348, (3, 0, None, None), 0)),
5776         (('ReminderPlaySound', 'ReminderPlaySound'), 34078, (34078, (), [(16395, 10, None, None)], 1, 2, 4, 0, 352, (3, 0, None, None), 0)),
5777         (('ReminderPlaySound', 'ReminderPlaySound'), 34078, (34078, (), [(11, 1, None, None)], 1, 4, 4, 0, 356, (3, 0, None, None), 0)),
5778         (('ReminderSet', 'ReminderSet'), 34051, (34051, (), [(16395, 10, None, None)], 1, 2, 4, 0, 360, (3, 0, None, None), 0)),
5779         (('ReminderSet', 'ReminderSet'), 34051, (34051, (), [(11, 1, None, None)], 1, 4, 4, 0, 364, (3, 0, None, None), 0)),
5780         (('ReminderSoundFile', 'ReminderSoundFile'), 34079, (34079, (), [(16392, 10, None, None)], 1, 2, 4, 0, 368, (3, 0, None, None), 0)),
5781         (('ReminderSoundFile', 'ReminderSoundFile'), 34079, (34079, (), [(8, 1, None, None)], 1, 4, 4, 0, 372, (3, 0, None, None), 0)),
5782         (('ReplyTime', 'ReplyTime'), 33312, (33312, (), [(16391, 10, None, None)], 1, 2, 4, 0, 376, (3, 0, None, None), 0)),
5783         (('ReplyTime', 'ReplyTime'), 33312, (33312, (), [(7, 1, None, None)], 1, 4, 4, 0, 380, (3, 0, None, None), 0)),
5784         (('RequiredAttendees', 'RequiredAttendees'), 3588, (3588, (), [(16392, 10, None, None)], 1, 2, 4, 0, 384, (3, 0, None, None), 0)),
5785         (('RequiredAttendees', 'RequiredAttendees'), 3588, (3588, (), [(8, 1, None, None)], 1, 4, 4, 0, 388, (3, 0, None, None), 0)),
5786         (('Resources', 'Resources'), 3586, (3586, (), [(16392, 10, None, None)], 1, 2, 4, 0, 392, (3, 0, None, None), 0)),
5787         (('Resources', 'Resources'), 3586, (3586, (), [(8, 1, None, None)], 1, 4, 4, 0, 396, (3, 0, None, None), 0)),
5788         (('ResponseRequested', 'ResponseRequested'), 99, (99, (), [(16395, 10, None, None)], 1, 2, 4, 0, 400, (3, 0, None, None), 0)),
5789         (('ResponseRequested', 'ResponseRequested'), 99, (99, (), [(11, 1, None, None)], 1, 4, 4, 0, 404, (3, 0, None, None), 0)),
5790         (('ResponseStatus', 'ResponseStatus'), 33304, (33304, (), [(16387, 10, None, None)], 1, 2, 4, 0, 408, (3, 0, None, None), 0)),
5791         (('Start', 'Start'), 33293, (33293, (), [(16391, 10, None, None)], 1, 2, 4, 0, 412, (3, 0, None, None), 0)),
5792         (('Start', 'Start'), 33293, (33293, (), [(7, 1, None, None)], 1, 4, 4, 0, 416, (3, 0, None, None), 0)),
5793         (('ClearRecurrencePattern',), 61605, (61605, (), [], 1, 1, 4, 0, 420, (3, 0, None, None), 0)),
5794         (('ForwardAsVcal', 'Item'), 62791, (62791, (), [(16397, 10, None, "IID('{00061033-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 424, (3, 0, None, None), 0)),
5795         (('GetRecurrencePattern', 'RecurrencPattern'), 61604, (61604, (), [(16393, 10, None, "IID('{00063044-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 428, (3, 0, None, None), 0)),
5796         (('Respond', 'Response', 'fNoUI', 'fAdditionalTextDialog', 'ResponseItem'), 62722, (62722, (), [(3, 1, None, None), (12, 17, None, None), (12, 17, None, None), (16397, 10, None, "IID('{00061036-0000-0000-C000-000000000046}')")], 1, 1, 4, 2, 432, (3, 0, None, None), 0)),
5797         (('Send',), 61557, (61557, (), [], 1, 1, 4, 0, 436, (3, 0, None, None), 0)),
5798         (('NetMeetingDocPathName', 'NetMeetingDocPathName'), 33351, (33351, (), [(16392, 10, None, None)], 1, 2, 4, 0, 440, (3, 0, None, None), 0)),
5799         (('NetMeetingDocPathName', 'NetMeetingDocPathName'), 33351, (33351, (), [(8, 1, None, None)], 1, 4, 4, 0, 444, (3, 0, None, None), 0)),
5800         (('NetShowURL', 'NetShowURL'), 33352, (33352, (), [(16392, 10, None, None)], 1, 2, 4, 0, 448, (3, 0, None, None), 0)),
5801         (('NetShowURL', 'NetShowURL'), 33352, (33352, (), [(8, 1, None, None)], 1, 4, 4, 0, 452, (3, 0, None, None), 0)),
5802         (('Links', 'Links'), 62469, (62469, (), [(16393, 10, None, "IID('{0006308A-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 456, (3, 0, None, None), 0)),
5803         (('ConferenceServerAllowExternal', 'ConferenceServerAllowExternal'), 33350, (33350, (), [(16395, 10, None, None)], 1, 2, 4, 0, 460, (3, 0, None, None), 0)),
5804         (('ConferenceServerAllowExternal', 'ConferenceServerAllowExternal'), 33350, (33350, (), [(11, 1, None, None)], 1, 4, 4, 0, 464, (3, 0, None, None), 0)),
5805         (('ConferenceServerPassword', 'ConferenceServerPassword'), 33353, (33353, (), [(16392, 10, None, None)], 1, 2, 4, 0, 468, (3, 0, None, None), 0)),
5806         (('ConferenceServerPassword', 'ConferenceServerPassword'), 33353, (33353, (), [(8, 1, None, None)], 1, 4, 4, 0, 472, (3, 0, None, None), 0)),
5807 ]
5808 
5809 _ContactItem_vtables_dispatch_ = 1
5810 _ContactItem_vtables_ = [
5811         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
5812         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
5813         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
5814         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
5815         (('Actions', 'Actions'), 63511, (63511, (), [(16393, 10, None, "IID('{0006303E-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
5816         (('Attachments', 'Attachments'), 63509, (63509, (), [(16393, 10, None, "IID('{0006303C-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 48, (3, 0, None, None), 0)),
5817         (('BillingInformation', 'BillingInformation'), 34101, (34101, (), [(16392, 10, None, None)], 1, 2, 4, 0, 52, (3, 0, None, None), 0)),
5818         (('BillingInformation', 'BillingInformation'), 34101, (34101, (), [(8, 1, None, None)], 1, 4, 4, 0, 56, (3, 0, None, None), 0)),
5819         (('Body', 'Body'), 37120, (37120, (), [(16392, 10, None, None)], 1, 2, 4, 0, 60, (3, 0, None, None), 0)),
5820         (('Body', 'Body'), 37120, (37120, (), [(8, 1, None, None)], 1, 4, 4, 0, 64, (3, 0, None, None), 0)),
5821         (('Categories', 'Categories'), 36865, (36865, (), [(16392, 10, None, None)], 1, 2, 4, 0, 68, (3, 0, None, None), 0)),
5822         (('Categories', 'Categories'), 36865, (36865, (), [(8, 1, None, None)], 1, 4, 4, 0, 72, (3, 0, None, None), 0)),
5823         (('Companies', 'Companies'), 34107, (34107, (), [(16392, 10, None, None)], 1, 2, 4, 0, 76, (3, 0, None, None), 0)),
5824         (('Companies', 'Companies'), 34107, (34107, (), [(8, 1, None, None)], 1, 4, 4, 0, 80, (3, 0, None, None), 0)),
5825         (('ConversationIndex', 'ConversationIndex'), 113, (113, (), [(16392, 10, None, None)], 1, 2, 4, 0, 84, (3, 0, None, None), 0)),
5826         (('ConversationTopic', 'ConversationTopic'), 112, (112, (), [(16392, 10, None, None)], 1, 2, 4, 0, 88, (3, 0, None, None), 0)),
5827         (('CreationTime', 'CreationTime'), 12295, (12295, (), [(16391, 10, None, None)], 1, 2, 4, 0, 92, (3, 0, None, None), 0)),
5828         (('EntryID', 'EntryID'), 61470, (61470, (), [(16392, 10, None, None)], 1, 2, 4, 0, 96, (3, 0, None, None), 0)),
5829         (('FormDescription', 'FormDescription'), 61589, (61589, (), [(16393, 10, None, "IID('{00063046-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 100, (3, 0, None, None), 0)),
5830         (('GetInspector', 'GetInspector'), 61502, (61502, (), [(16393, 10, None, "IID('{00063005-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 104, (3, 0, None, None), 0)),
5831         (('Importance', 'Importance'), 23, (23, (), [(16387, 10, None, None)], 1, 2, 4, 0, 108, (3, 0, None, None), 0)),
5832         (('Importance', 'Importance'), 23, (23, (), [(3, 1, None, None)], 1, 4, 4, 0, 112, (3, 0, None, None), 0)),
5833         (('LastModificationTime', 'LastModificationTime'), 12296, (12296, (), [(16391, 10, None, None)], 1, 2, 4, 0, 116, (3, 0, None, None), 0)),
5834         (('MAPIOBJECT', 'MAPIOBJECT'), 61696, (61696, (), [(16397, 10, None, None)], 1, 2, 4, 0, 120, (3, 0, None, None), 64)),
5835         (('MessageClass', 'MessageClass'), 26, (26, (), [(16392, 10, None, None)], 1, 2, 4, 0, 124, (3, 0, None, None), 0)),
5836         (('MessageClass', 'MessageClass'), 26, (26, (), [(8, 1, None, None)], 1, 4, 4, 0, 128, (3, 0, None, None), 0)),
5837         (('Mileage', 'Mileage'), 34100, (34100, (), [(16392, 10, None, None)], 1, 2, 4, 0, 132, (3, 0, None, None), 0)),
5838         (('Mileage', 'Mileage'), 34100, (34100, (), [(8, 1, None, None)], 1, 4, 4, 0, 136, (3, 0, None, None), 0)),
5839         (('NoAging', 'NoAging'), 34062, (34062, (), [(16395, 10, None, None)], 1, 2, 4, 0, 140, (3, 0, None, None), 0)),
5840         (('NoAging', 'NoAging'), 34062, (34062, (), [(11, 1, None, None)], 1, 4, 4, 0, 144, (3, 0, None, None), 0)),
5841         (('OutlookInternalVersion', 'OutlookInternalVersion'), 34130, (34130, (), [(16387, 10, None, None)], 1, 2, 4, 0, 148, (3, 0, None, None), 0)),
5842         (('OutlookVersion', 'OutlookVersion'), 34132, (34132, (), [(16392, 10, None, None)], 1, 2, 4, 0, 152, (3, 0, None, None), 0)),
5843         (('Saved', 'Saved'), 61603, (61603, (), [(16395, 10, None, None)], 1, 2, 4, 0, 156, (3, 0, None, None), 0)),
5844         (('Sensitivity', 'Sensitivity'), 54, (54, (), [(16387, 10, None, None)], 1, 2, 4, 0, 160, (3, 0, None, None), 0)),
5845         (('Sensitivity', 'Sensitivity'), 54, (54, (), [(3, 1, None, None)], 1, 4, 4, 0, 164, (3, 0, None, None), 0)),
5846         (('Size', 'Size'), 3592, (3592, (), [(16387, 10, None, None)], 1, 2, 4, 0, 168, (3, 0, None, None), 0)),
5847         (('Subject', 'Subject'), 55, (55, (), [(16392, 10, None, None)], 1, 2, 4, 0, 172, (3, 0, None, None), 0)),
5848         (('Subject', 'Subject'), 55, (55, (), [(8, 1, None, None)], 1, 4, 4, 0, 176, (3, 0, None, None), 0)),
5849         (('UnRead', 'UnRead'), 61468, (61468, (), [(16395, 10, None, None)], 1, 2, 4, 0, 180, (3, 0, None, None), 0)),
5850         (('UnRead', 'UnRead'), 61468, (61468, (), [(11, 1, None, None)], 1, 4, 4, 0, 184, (3, 0, None, None), 0)),
5851         (('UserProperties', 'UserProperties'), 63510, (63510, (), [(16393, 10, None, "IID('{0006303D-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 188, (3, 0, None, None), 0)),
5852         (('Close', 'SaveMode'), 61475, (61475, (), [(3, 1, None, None)], 1, 1, 4, 0, 192, (3, 0, None, None), 0)),
5853         (('Copy', 'Item'), 61490, (61490, (), [(16393, 10, None, None)], 1, 1, 4, 0, 196, (3, 0, None, None), 0)),
5854         (('Delete',), 61514, (61514, (), [], 1, 1, 4, 0, 200, (3, 0, None, None), 0)),
5855         (('Display', 'Modal'), 61606, (61606, (), [(12, 17, None, None)], 1, 1, 4, 1, 204, (3, 0, None, None), 0)),
5856         (('Move', 'DestFldr', 'Item'), 61492, (61492, (), [(9, 1, None, "IID('{00063006-0000-0000-C000-000000000046}')"), (16393, 10, None, None)], 1, 1, 4, 0, 208, (3, 0, None, None), 0)),
5857         (('PrintOut',), 61491, (61491, (), [], 1, 1, 4, 0, 212, (3, 0, None, None), 0)),
5858         (('Save',), 61512, (61512, (), [], 1, 1, 4, 0, 216, (3, 0, None, None), 0)),
5859         (('SaveAs', 'Path', 'Type'), 61521, (61521, (), [(8, 1, None, None), (12, 17, None, None)], 1, 1, 4, 1, 220, (3, 0, None, None), 0)),
5860         (('Account', 'Account'), 14848, (14848, (), [(16392, 10, None, None)], 1, 2, 4, 0, 224, (3, 0, None, None), 0)),
5861         (('Account', 'Account'), 14848, (14848, (), [(8, 1, None, None)], 1, 4, 4, 0, 228, (3, 0, None, None), 0)),
5862         (('Anniversary', 'Anniversary'), 14913, (14913, (), [(16391, 10, None, None)], 1, 2, 4, 0, 232, (3, 0, None, None), 0)),
5863         (('Anniversary', 'Anniversary'), 14913, (14913, (), [(7, 1, None, None)], 1, 4, 4, 0, 236, (3, 0, None, None), 0)),
5864         (('AssistantName', 'AssistantName'), 14896, (14896, (), [(16392, 10, None, None)], 1, 2, 4, 0, 240, (3, 0, None, None), 0)),
5865         (('AssistantName', 'AssistantName'), 14896, (14896, (), [(8, 1, None, None)], 1, 4, 4, 0, 244, (3, 0, None, None), 0)),
5866         (('AssistantTelephoneNumber', 'AssistantTelephoneNumber'), 14894, (14894, (), [(16392, 10, None, None)], 1, 2, 4, 0, 248, (3, 0, None, None), 0)),
5867         (('AssistantTelephoneNumber', 'AssistantTelephoneNumber'), 14894, (14894, (), [(8, 1, None, None)], 1, 4, 4, 0, 252, (3, 0, None, None), 0)),
5868         (('Birthday', 'Birthday'), 14914, (14914, (), [(16391, 10, None, None)], 1, 2, 4, 0, 256, (3, 0, None, None), 0)),
5869         (('Birthday', 'Birthday'), 14914, (14914, (), [(7, 1, None, None)], 1, 4, 4, 0, 260, (3, 0, None, None), 0)),
5870         (('Business2TelephoneNumber', 'Business2TelephoneNumber'), 14875, (14875, (), [(16392, 10, None, None)], 1, 2, 4, 0, 264, (3, 0, None, None), 0)),
5871         (('Business2TelephoneNumber', 'Business2TelephoneNumber'), 14875, (14875, (), [(8, 1, None, None)], 1, 4, 4, 0, 268, (3, 0, None, None), 0)),
5872         (('BusinessAddress', 'BusinessAddress'), 32795, (32795, (), [(16392, 10, None, None)], 1, 2, 4, 0, 272, (3, 0, None, None), 0)),
5873         (('BusinessAddress', 'BusinessAddress'), 32795, (32795, (), [(8, 1, None, None)], 1, 4, 4, 0, 276, (3, 0, None, None), 0)),
5874         (('BusinessAddressCity', 'BusinessAddressCity'), 32838, (32838, (), [(16392, 10, None, None)], 1, 2, 4, 0, 280, (3, 0, None, None), 0)),
5875         (('BusinessAddressCity', 'BusinessAddressCity'), 32838, (32838, (), [(8, 1, None, None)], 1, 4, 4, 0, 284, (3, 0, None, None), 0)),
5876         (('BusinessAddressCountry', 'BusinessAddressCountry'), 32841, (32841, (), [(16392, 10, None, None)], 1, 2, 4, 0, 288, (3, 0, None, None), 0)),
5877         (('BusinessAddressCountry', 'BusinessAddressCountry'), 32841, (32841, (), [(8, 1, None, None)], 1, 4, 4, 0, 292, (3, 0, None, None), 0)),
5878         (('BusinessAddressPostalCode', 'BusinessAddressPostalCode'), 32840, (32840, (), [(16392, 10, None, None)], 1, 2, 4, 0, 296, (3, 0, None, None), 0)),
5879         (('BusinessAddressPostalCode', 'BusinessAddressPostalCode'), 32840, (32840, (), [(8, 1, None, None)], 1, 4, 4, 0, 300, (3, 0, None, None), 0)),
5880         (('BusinessAddressPostOfficeBox', 'BusinessAddressPostOfficeBox'), 32842, (32842, (), [(16392, 10, None, None)], 1, 2, 4, 0, 304, (3, 0, None, None), 0)),
5881         (('BusinessAddressPostOfficeBox', 'BusinessAddressPostOfficeBox'), 32842, (32842, (), [(8, 1, None, None)], 1, 4, 4, 0, 308, (3, 0, None, None), 0)),
5882         (('BusinessAddressState', 'BusinessAddressState'), 32839, (32839, (), [(16392, 10, None, None)], 1, 2, 4, 0, 312, (3, 0, None, None), 0)),
5883         (('BusinessAddressState', 'BusinessAddressState'), 32839, (32839, (), [(8, 1, None, None)], 1, 4, 4, 0, 316, (3, 0, None, None), 0)),
5884         (('BusinessAddressStreet', 'BusinessAddressStreet'), 32837, (32837, (), [(16392, 10, None, None)], 1, 2, 4, 0, 320, (3, 0, None, None), 0)),
5885         (('BusinessAddressStreet', 'BusinessAddressStreet'), 32837, (32837, (), [(8, 1, None, None)], 1, 4, 4, 0, 324, (3, 0, None, None), 0)),
5886         (('BusinessFaxNumber', 'BusinessFaxNumber'), 14884, (14884, (), [(16392, 10, None, None)], 1, 2, 4, 0, 328, (3, 0, None, None), 0)),
5887         (('BusinessFaxNumber', 'BusinessFaxNumber'), 14884, (14884, (), [(8, 1, None, None)], 1, 4, 4, 0, 332, (3, 0, None, None), 0)),
5888         (('BusinessHomePage', 'BusinessHomePage'), 14929, (14929, (), [(16392, 10, None, None)], 1, 2, 4, 0, 336, (3, 0, None, None), 0)),
5889         (('BusinessHomePage', 'BusinessHomePage'), 14929, (14929, (), [(8, 1, None, None)], 1, 4, 4, 0, 340, (3, 0, None, None), 0)),
5890         (('BusinessTelephoneNumber', 'BusinessTelephoneNumber'), 14856, (14856, (), [(16392, 10, None, None)], 1, 2, 4, 0, 344, (3, 0, None, None), 0)),
5891         (('BusinessTelephoneNumber', 'BusinessTelephoneNumber'), 14856, (14856, (), [(8, 1, None, None)], 1, 4, 4, 0, 348, (3, 0, None, None), 0)),
5892         (('CallbackTelephoneNumber', 'CallbackTelephoneNumber'), 14850, (14850, (), [(16392, 10, None, None)], 1, 2, 4, 0, 352, (3, 0, None, None), 0)),
5893         (('CallbackTelephoneNumber', 'CallbackTelephoneNumber'), 14850, (14850, (), [(8, 1, None, None)], 1, 4, 4, 0, 356, (3, 0, None, None), 0)),
5894         (('CarTelephoneNumber', 'CarTelephoneNumber'), 14878, (14878, (), [(16392, 10, None, None)], 1, 2, 4, 0, 360, (3, 0, None, None), 0)),
5895         (('CarTelephoneNumber', 'CarTelephoneNumber'), 14878, (14878, (), [(8, 1, None, None)], 1, 4, 4, 0, 364, (3, 0, None, None), 0)),
5896         (('Children', 'Children'), 32780, (32780, (), [(16392, 10, None, None)], 1, 2, 4, 0, 368, (3, 0, None, None), 0)),
5897         (('Children', 'Children'), 32780, (32780, (), [(8, 1, None, None)], 1, 4, 4, 0, 372, (3, 0, None, None), 0)),
5898         (('CompanyAndFullName', 'CompanyAndFullName'), 32792, (32792, (), [(16392, 10, None, None)], 1, 2, 4, 0, 376, (3, 0, None, None), 0)),
5899         (('CompanyLastFirstNoSpace', 'CompanyLastFirstNoSpace'), 32818, (32818, (), [(16392, 10, None, None)], 1, 2, 4, 0, 380, (3, 0, None, None), 0)),
5900         (('CompanyLastFirstSpaceOnly', 'CompanyLastFirstSpaceOnly'), 32819, (32819, (), [(16392, 10, None, None)], 1, 2, 4, 0, 384, (3, 0, None, None), 0)),
5901         (('CompanyMainTelephoneNumber', 'CompanyMainTelephoneNumber'), 14935, (14935, (), [(16392, 10, None, None)], 1, 2, 4, 0, 388, (3, 0, None, None), 0)),
5902         (('CompanyMainTelephoneNumber', 'CompanyMainTelephoneNumber'), 14935, (14935, (), [(8, 1, None, None)], 1, 4, 4, 0, 392, (3, 0, None, None), 0)),
5903         (('CompanyName', 'CompanyName'), 14870, (14870, (), [(16392, 10, None, None)], 1, 2, 4, 0, 396, (3, 0, None, None), 0)),
5904         (('CompanyName', 'CompanyName'), 14870, (14870, (), [(8, 1, None, None)], 1, 4, 4, 0, 400, (3, 0, None, None), 0)),
5905         (('ComputerNetworkName', 'ComputerNetworkName'), 14921, (14921, (), [(16392, 10, None, None)], 1, 2, 4, 0, 404, (3, 0, None, None), 0)),
5906         (('ComputerNetworkName', 'ComputerNetworkName'), 14921, (14921, (), [(8, 1, None, None)], 1, 4, 4, 0, 408, (3, 0, None, None), 0)),
5907         (('CustomerID', 'CustomerID'), 14922, (14922, (), [(16392, 10, None, None)], 1, 2, 4, 0, 412, (3, 0, None, None), 0)),
5908         (('CustomerID', 'CustomerID'), 14922, (14922, (), [(8, 1, None, None)], 1, 4, 4, 0, 416, (3, 0, None, None), 0)),
5909         (('Department', 'Department'), 14872, (14872, (), [(16392, 10, None, None)], 1, 2, 4, 0, 420, (3, 0, None, None), 0)),
5910         (('Department', 'Department'), 14872, (14872, (), [(8, 1, None, None)], 1, 4, 4, 0, 424, (3, 0, None, None), 0)),
5911         (('Email1Address', 'Email1Address'), 32899, (32899, (), [(16392, 10, None, None)], 1, 2, 4, 0, 428, (3, 0, None, None), 0)),
5912         (('Email1Address', 'Email1Address'), 32899, (32899, (), [(8, 1, None, None)], 1, 4, 4, 0, 432, (3, 0, None, None), 0)),
5913         (('Email1AddressType', 'Email1AddressType'), 32898, (32898, (), [(16392, 10, None, None)], 1, 2, 4, 0, 436, (3, 0, None, None), 0)),
5914         (('Email1AddressType', 'Email1AddressType'), 32898, (32898, (), [(8, 1, None, None)], 1, 4, 4, 0, 440, (3, 0, None, None), 0)),
5915         (('Email1DisplayName', 'Email1DisplayName'), 32896, (32896, (), [(16392, 10, None, None)], 1, 2, 4, 0, 444, (3, 0, None, None), 0)),
5916         (('Email1EntryID', 'Email1EntryID'), 32901, (32901, (), [(16392, 10, None, None)], 1, 2, 4, 0, 448, (3, 0, None, None), 0)),
5917         (('Email2Address', 'Email2Address'), 32915, (32915, (), [(16392, 10, None, None)], 1, 2, 4, 0, 452, (3, 0, None, None), 0)),
5918         (('Email2Address', 'Email2Address'), 32915, (32915, (), [(8, 1, None, None)], 1, 4, 4, 0, 456, (3, 0, None, None), 0)),
5919         (('Email2AddressType', 'Email2AddressType'), 32914, (32914, (), [(16392, 10, None, None)], 1, 2, 4, 0, 460, (3, 0, None, None), 0)),
5920         (('Email2AddressType', 'Email2AddressType'), 32914, (32914, (), [(8, 1, None, None)], 1, 4, 4, 0, 464, (3, 0, None, None), 0)),
5921         (('Email2DisplayName', 'Email2DisplayName'), 32912, (32912, (), [(16392, 10, None, None)], 1, 2, 4, 0, 468, (3, 0, None, None), 0)),
5922         (('Email2EntryID', 'Email2EntryID'), 32917, (32917, (), [(16392, 10, None, None)], 1, 2, 4, 0, 472, (3, 0, None, None), 0)),
5923         (('Email3Address', 'Email3Address'), 32931, (32931, (), [(16392, 10, None, None)], 1, 2, 4, 0, 476, (3, 0, None, None), 0)),
5924         (('Email3Address', 'Email3Address'), 32931, (32931, (), [(8, 1, None, None)], 1, 4, 4, 0, 480, (3, 0, None, None), 0)),
5925         (('Email3AddressType', 'Email3AddressType'), 32930, (32930, (), [(16392, 10, None, None)], 1, 2, 4, 0, 484, (3, 0, None, None), 0)),
5926         (('Email3AddressType', 'Email3AddressType'), 32930, (32930, (), [(8, 1, None, None)], 1, 4, 4, 0, 488, (3, 0, None, None), 0)),
5927         (('Email3DisplayName', 'Email3DisplayName'), 32928, (32928, (), [(16392, 10, None, None)], 1, 2, 4, 0, 492, (3, 0, None, None), 0)),
5928         (('Email3EntryID', 'Email3EntryID'), 32933, (32933, (), [(16392, 10, None, None)], 1, 2, 4, 0, 496, (3, 0, None, None), 0)),
5929         (('FileAs', 'FileAs'), 32773, (32773, (), [(16392, 10, None, None)], 1, 2, 4, 0, 500, (3, 0, None, None), 0)),
5930         (('FileAs', 'FileAs'), 32773, (32773, (), [(8, 1, None, None)], 1, 4, 4, 0, 504, (3, 0, None, None), 0)),
5931         (('FirstName', 'FirstName'), 14854, (14854, (), [(16392, 10, None, None)], 1, 2, 4, 0, 508, (3, 0, None, None), 0)),
5932         (('FirstName', 'FirstName'), 14854, (14854, (), [(8, 1, None, None)], 1, 4, 4, 0, 512, (3, 0, None, None), 0)),
5933         (('FTPSite', 'FTPSite'), 14924, (14924, (), [(16392, 10, None, None)], 1, 2, 4, 0, 516, (3, 0, None, None), 0)),
5934         (('FTPSite', 'FTPSite'), 14924, (14924, (), [(8, 1, None, None)], 1, 4, 4, 0, 520, (3, 0, None, None), 0)),
5935         (('FullName', 'FullName'), 12289, (12289, (), [(16392, 10, None, None)], 1, 2, 4, 0, 524, (3, 0, None, None), 0)),
5936         (('FullName', 'FullName'), 12289, (12289, (), [(8, 1, None, None)], 1, 4, 4, 0, 528, (3, 0, None, None), 0)),
5937         (('FullNameAndCompany', 'FullNameAndCompany'), 32793, (32793, (), [(16392, 10, None, None)], 1, 2, 4, 0, 532, (3, 0, None, None), 0)),
5938         (('Gender', 'Gender'), 14925, (14925, (), [(16387, 10, None, None)], 1, 2, 4, 0, 536, (3, 0, None, None), 0)),
5939         (('Gender', 'Gender'), 14925, (14925, (), [(3, 1, None, None)], 1, 4, 4, 0, 540, (3, 0, None, None), 0)),
5940         (('GovernmentIDNumber', 'GovernmentIDNumber'), 14855, (14855, (), [(16392, 10, None, None)], 1, 2, 4, 0, 544, (3, 0, None, None), 0)),
5941         (('GovernmentIDNumber', 'GovernmentIDNumber'), 14855, (14855, (), [(8, 1, None, None)], 1, 4, 4, 0, 548, (3, 0, None, None), 0)),
5942         (('Hobby', 'Hobby'), 14915, (14915, (), [(16392, 10, None, None)], 1, 2, 4, 0, 552, (3, 0, None, None), 0)),
5943         (('Hobby', 'Hobby'), 14915, (14915, (), [(8, 1, None, None)], 1, 4, 4, 0, 556, (3, 0, None, None), 0)),
5944         (('Home2TelephoneNumber', 'Home2TelephoneNumber'), 14895, (14895, (), [(16392, 10, None, None)], 1, 2, 4, 0, 560, (3, 0, None, None), 0)),
5945         (('Home2TelephoneNumber', 'Home2TelephoneNumber'), 14895, (14895, (), [(8, 1, None, None)], 1, 4, 4, 0, 564, (3, 0, None, None), 0)),
5946         (('HomeAddress', 'HomeAddress'), 32794, (32794, (), [(16392, 10, None, None)], 1, 2, 4, 0, 568, (3, 0, None, None), 0)),
5947         (('HomeAddress', 'HomeAddress'), 32794, (32794, (), [(8, 1, None, None)], 1, 4, 4, 0, 572, (3, 0, None, None), 0)),
5948         (('HomeAddressCity', 'HomeAddressCity'), 14937, (14937, (), [(16392, 10, None, None)], 1, 2, 4, 0, 576, (3, 0, None, None), 0)),
5949         (('HomeAddressCity', 'HomeAddressCity'), 14937, (14937, (), [(8, 1, None, None)], 1, 4, 4, 0, 580, (3, 0, None, None), 0)),
5950         (('HomeAddressCountry', 'HomeAddressCountry'), 14938, (14938, (), [(16392, 10, None, None)], 1, 2, 4, 0, 584, (3, 0, None, None), 0)),
5951         (('HomeAddressCountry', 'HomeAddressCountry'), 14938, (14938, (), [(8, 1, None, None)], 1, 4, 4, 0, 588, (3, 0, None, None), 0)),
5952         (('HomeAddressPostalCode', 'HomeAddressPostalCode'), 14939, (14939, (), [(16392, 10, None, None)], 1, 2, 4, 0, 592, (3, 0, None, None), 0)),
5953         (('HomeAddressPostalCode', 'HomeAddressPostalCode'), 14939, (14939, (), [(8, 1, None, None)], 1, 4, 4, 0, 596, (3, 0, None, None), 0)),
5954         (('HomeAddressPostOfficeBox', 'HomeAddressPostOfficeBox'), 14942, (14942, (), [(16392, 10, None, None)], 1, 2, 4, 0, 600, (3, 0, None, None), 0)),
5955         (('HomeAddressPostOfficeBox', 'HomeAddressPostOfficeBox'), 14942, (14942, (), [(8, 1, None, None)], 1, 4, 4, 0, 604, (3, 0, None, None), 0)),
5956         (('HomeAddressState', 'HomeAddressState'), 14940, (14940, (), [(16392, 10, None, None)], 1, 2, 4, 0, 608, (3, 0, None, None), 0)),
5957         (('HomeAddressState', 'HomeAddressState'), 14940, (14940, (), [(8, 1, None, None)], 1, 4, 4, 0, 612, (3, 0, None, None), 0)),
5958         (('HomeAddressStreet', 'HomeAddressStreet'), 14941, (14941, (), [(16392, 10, None, None)], 1, 2, 4, 0, 616, (3, 0, None, None), 0)),
5959         (('HomeAddressStreet', 'HomeAddressStreet'), 14941, (14941, (), [(8, 1, None, None)], 1, 4, 4, 0, 620, (3, 0, None, None), 0)),
5960         (('HomeFaxNumber', 'HomeFaxNumber'), 14885, (14885, (), [(16392, 10, None, None)], 1, 2, 4, 0, 624, (3, 0, None, None), 0)),
5961         (('HomeFaxNumber', 'HomeFaxNumber'), 14885, (14885, (), [(8, 1, None, None)], 1, 4, 4, 0, 628, (3, 0, None, None), 0)),
5962         (('HomeTelephoneNumber', 'HomeTelephoneNumber'), 14857, (14857, (), [(16392, 10, None, None)], 1, 2, 4, 0, 632, (3, 0, None, None), 0)),
5963         (('HomeTelephoneNumber', 'HomeTelephoneNumber'), 14857, (14857, (), [(8, 1, None, None)], 1, 4, 4, 0, 636, (3, 0, None, None), 0)),
5964         (('Initials', 'Initials'), 14858, (14858, (), [(16392, 10, None, None)], 1, 2, 4, 0, 640, (3, 0, None, None), 0)),
5965         (('Initials', 'Initials'), 14858, (14858, (), [(8, 1, None, None)], 1, 4, 4, 0, 644, (3, 0, None, None), 0)),
5966         (('InternetFreeBusyAddress', 'InternetFreeBusyAddress'), 32984, (32984, (), [(16392, 10, None, None)], 1, 2, 4, 0, 648, (3, 0, None, None), 0)),
5967         (('InternetFreeBusyAddress', 'InternetFreeBusyAddress'), 32984, (32984, (), [(8, 1, None, None)], 1, 4, 4, 0, 652, (3, 0, None, None), 0)),
5968         (('ISDNNumber', 'ISDNNumber'), 14893, (14893, (), [(16392, 10, None, None)], 1, 2, 4, 0, 656, (3, 0, None, None), 0)),
5969         (('ISDNNumber', 'ISDNNumber'), 14893, (14893, (), [(8, 1, None, None)], 1, 4, 4, 0, 660, (3, 0, None, None), 0)),
5970         (('JobTitle', 'JobTitle'), 14871, (14871, (), [(16392, 10, None, None)], 1, 2, 4, 0, 664, (3, 0, None, None), 0)),
5971         (('JobTitle', 'JobTitle'), 14871, (14871, (), [(8, 1, None, None)], 1, 4, 4, 0, 668, (3, 0, None, None), 0)),
5972         (('Journal', 'Journal'), 32805, (32805, (), [(16395, 10, None, None)], 1, 2, 4, 0, 672, (3, 0, None, None), 0)),
5973         (('Journal', 'Journal'), 32805, (32805, (), [(11, 1, None, None)], 1, 4, 4, 0, 676, (3, 0, None, None), 0)),
5974         (('Language', 'Language'), 14860, (14860, (), [(16392, 10, None, None)], 1, 2, 4, 0, 680, (3, 0, None, None), 0)),
5975         (('Language', 'Language'), 14860, (14860, (), [(8, 1, None, None)], 1, 4, 4, 0, 684, (3, 0, None, None), 0)),
5976         (('LastFirstAndSuffix', 'LastFirstAndSuffix'), 32822, (32822, (), [(16392, 10, None, None)], 1, 2, 4, 0, 688, (3, 0, None, None), 0)),
5977         (('LastFirstNoSpace', 'LastFirstNoSpace'), 32816, (32816, (), [(16392, 10, None, None)], 1, 2, 4, 0, 692, (3, 0, None, None), 0)),
5978         (('LastFirstNoSpaceCompany', 'LastFirstNoSpaceCompany'), 32820, (32820, (), [(16392, 10, None, None)], 1, 2, 4, 0, 696, (3, 0, None, None), 0)),
5979         (('LastFirstSpaceOnly', 'LastFirstSpaceOnly'), 32817, (32817, (), [(16392, 10, None, None)], 1, 2, 4, 0, 700, (3, 0, None, None), 0)),
5980         (('LastFirstSpaceOnlyCompany', 'LastFirstSpaceOnlyCompany'), 32821, (32821, (), [(16392, 10, None, None)], 1, 2, 4, 0, 704, (3, 0, None, None), 0)),
5981         (('LastName', 'LastName'), 14865, (14865, (), [(16392, 10, None, None)], 1, 2, 4, 0, 708, (3, 0, None, None), 0)),
5982         (('LastName', 'LastName'), 14865, (14865, (), [(8, 1, None, None)], 1, 4, 4, 0, 712, (3, 0, None, None), 0)),
5983         (('LastNameAndFirstName', 'LastNameAndFirstName'), 32791, (32791, (), [(16392, 10, None, None)], 1, 2, 4, 0, 716, (3, 0, None, None), 0)),
5984         (('MailingAddress', 'MailingAddress'), 14869, (14869, (), [(16392, 10, None, None)], 1, 2, 4, 0, 720, (3, 0, None, None), 0)),
5985         (('MailingAddress', 'MailingAddress'), 14869, (14869, (), [(8, 1, None, None)], 1, 4, 4, 0, 724, (3, 0, None, None), 0)),
5986         (('MailingAddressCity', 'MailingAddressCity'), 14887, (14887, (), [(16392, 10, None, None)], 1, 2, 4, 0, 728, (3, 0, None, None), 0)),
5987         (('MailingAddressCity', 'MailingAddressCity'), 14887, (14887, (), [(8, 1, None, None)], 1, 4, 4, 0, 732, (3, 0, None, None), 0)),
5988         (('MailingAddressCountry', 'MailingAddressCountry'), 14886, (14886, (), [(16392, 10, None, None)], 1, 2, 4, 0, 736, (3, 0, None, None), 0)),
5989         (('MailingAddressCountry', 'MailingAddressCountry'), 14886, (14886, (), [(8, 1, None, None)], 1, 4, 4, 0, 740, (3, 0, None, None), 0)),
5990         (('MailingAddressPostalCode', 'MailingAddressPostalCode'), 14890, (14890, (), [(16392, 10, None, None)], 1, 2, 4, 0, 744, (3, 0, None, None), 0)),
5991         (('MailingAddressPostalCode', 'MailingAddressPostalCode'), 14890, (14890, (), [(8, 1, None, None)], 1, 4, 4, 0, 748, (3, 0, None, None), 0)),
5992         (('MailingAddressPostOfficeBox', 'MailingAddressPostOfficeBox'), 14891, (14891, (), [(16392, 10, None, None)], 1, 2, 4, 0, 752, (3, 0, None, None), 0)),
5993         (('MailingAddressPostOfficeBox', 'MailingAddressPostOfficeBox'), 14891, (14891, (), [(8, 1, None, None)], 1, 4, 4, 0, 756, (3, 0, None, None), 0)),
5994         (('MailingAddressState', 'MailingAddressState'), 14888, (14888, (), [(16392, 10, None, None)], 1, 2, 4, 0, 760, (3, 0, None, None), 0)),
5995         (('MailingAddressState', 'MailingAddressState'), 14888, (14888, (), [(8, 1, None, None)], 1, 4, 4, 0, 764, (3, 0, None, None), 0)),
5996         (('MailingAddressStreet', 'MailingAddressStreet'), 14889, (14889, (), [(16392, 10, None, None)], 1, 2, 4, 0, 768, (3, 0, None, None), 0)),
5997         (('MailingAddressStreet', 'MailingAddressStreet'), 14889, (14889, (), [(8, 1, None, None)], 1, 4, 4, 0, 772, (3, 0, None, None), 0)),
5998         (('ManagerName', 'ManagerName'), 14926, (14926, (), [(16392, 10, None, None)], 1, 2, 4, 0, 776, (3, 0, None, None), 0)),
5999         (('ManagerName', 'ManagerName'), 14926, (14926, (), [(8, 1, None, None)], 1, 4, 4, 0, 780, (3, 0, None, None), 0)),
6000         (('MiddleName', 'MiddleName'), 14916, (14916, (), [(16392, 10, None, None)], 1, 2, 4, 0, 784, (3, 0, None, None), 0)),
6001         (('MiddleName', 'MiddleName'), 14916, (14916, (), [(8, 1, None, None)], 1, 4, 4, 0, 788, (3, 0, None, None), 0)),
6002         (('MobileTelephoneNumber', 'MobileTelephoneNumber'), 14876, (14876, (), [(16392, 10, None, None)], 1, 2, 4, 0, 792, (3, 0, None, None), 0)),
6003         (('MobileTelephoneNumber', 'MobileTelephoneNumber'), 14876, (14876, (), [(8, 1, None, None)], 1, 4, 4, 0, 796, (3, 0, None, None), 0)),
6004         (('NetMeetingAlias', 'NetMeetingAlias'), 32863, (32863, (), [(16392, 10, None, None)], 1, 2, 4, 0, 800, (3, 0, None, None), 0)),
6005         (('NetMeetingAlias', 'NetMeetingAlias'), 32863, (32863, (), [(8, 1, None, None)], 1, 4, 4, 0, 804, (3, 0, None, None), 0)),
6006         (('NetMeetingServer', 'NetMeetingServer'), 32864, (32864, (), [(16392, 10, None, None)], 1, 2, 4, 0, 808, (3, 0, None, None), 0)),
6007         (('NetMeetingServer', 'NetMeetingServer'), 32864, (32864, (), [(8, 1, None, None)], 1, 4, 4, 0, 812, (3, 0, None, None), 0)),
6008         (('NickName', 'NickName'), 14927, (14927, (), [(16392, 10, None, None)], 1, 2, 4, 0, 816, (3, 0, None, None), 0)),
6009         (('NickName', 'NickName'), 14927, (14927, (), [(8, 1, None, None)], 1, 4, 4, 0, 820, (3, 0, None, None), 0)),
6010         (('OfficeLocation', 'OfficeLocation'), 14873, (14873, (), [(16392, 10, None, None)], 1, 2, 4, 0, 824, (3, 0, None, None), 0)),
6011         (('OfficeLocation', 'OfficeLocation'), 14873, (14873, (), [(8, 1, None, None)], 1, 4, 4, 0, 828, (3, 0, None, None), 0)),
6012         (('OrganizationalIDNumber', 'OrganizationalIDNumber'), 14864, (14864, (), [(16392, 10, None, None)], 1, 2, 4, 0, 832, (3, 0, None, None), 0)),
6013         (('OrganizationalIDNumber', 'OrganizationalIDNumber'), 14864, (14864, (), [(8, 1, None, None)], 1, 4, 4, 0, 836, (3, 0, None, None), 0)),
6014         (('OtherAddress', 'OtherAddress'), 32796, (32796, (), [(16392, 10, None, None)], 1, 2, 4, 0, 840, (3, 0, None, None), 0)),
6015         (('OtherAddress', 'OtherAddress'), 32796, (32796, (), [(8, 1, None, None)], 1, 4, 4, 0, 844, (3, 0, None, None), 0)),
6016         (('OtherAddressCity', 'OtherAddressCity'), 14943, (14943, (), [(16392, 10, None, None)], 1, 2, 4, 0, 848, (3, 0, None, None), 0)),
6017         (('OtherAddressCity', 'OtherAddressCity'), 14943, (14943, (), [(8, 1, None, None)], 1, 4, 4, 0, 852, (3, 0, None, None), 0)),
6018         (('OtherAddressCountry', 'OtherAddressCountry'), 14944, (14944, (), [(16392, 10, None, None)], 1, 2, 4, 0, 856, (3, 0, None, None), 0)),
6019         (('OtherAddressCountry', 'OtherAddressCountry'), 14944, (14944, (), [(8, 1, None, None)], 1, 4, 4, 0, 860, (3, 0, None, None), 0)),
6020         (('OtherAddressPostalCode', 'OtherAddressPostalCode'), 14945, (14945, (), [(16392, 10, None, None)], 1, 2, 4, 0, 864, (3, 0, None, None), 0)),
6021         (('OtherAddressPostalCode', 'OtherAddressPostalCode'), 14945, (14945, (), [(8, 1, None, None)], 1, 4, 4, 0, 868, (3, 0, None, None), 0)),
6022         (('OtherAddressPostOfficeBox', 'OtherAddressPostOfficeBox'), 14948, (14948, (), [(16392, 10, None, None)], 1, 2, 4, 0, 872, (3, 0, None, None), 0)),
6023         (('OtherAddressPostOfficeBox', 'OtherAddressPostOfficeBox'), 14948, (14948, (), [(8, 1, None, None)], 1, 4, 4, 0, 876, (3, 0, None, None), 0)),
6024         (('OtherAddressState', 'OtherAddressState'), 14946, (14946, (), [(16392, 10, None, None)], 1, 2, 4, 0, 880, (3, 0, None, None), 0)),
6025         (('OtherAddressState', 'OtherAddressState'), 14946, (14946, (), [(8, 1, None, None)], 1, 4, 4, 0, 884, (3, 0, None, None), 0)),
6026         (('OtherAddressStreet', 'OtherAddressStreet'), 14947, (14947, (), [(16392, 10, None, None)], 1, 2, 4, 0, 888, (3, 0, None, None), 0)),
6027         (('OtherAddressStreet', 'OtherAddressStreet'), 14947, (14947, (), [(8, 1, None, None)], 1, 4, 4, 0, 892, (3, 0, None, None), 0)),
6028         (('OtherFaxNumber', 'OtherFaxNumber'), 14883, (14883, (), [(16392, 10, None, None)], 1, 2, 4, 0, 896, (3, 0, None, None), 0)),
6029         (('OtherFaxNumber', 'OtherFaxNumber'), 14883, (14883, (), [(8, 1, None, None)], 1, 4, 4, 0, 900, (3, 0, None, None), 0)),
6030         (('OtherTelephoneNumber', 'OtherTelephoneNumber'), 14879, (14879, (), [(16392, 10, None, None)], 1, 2, 4, 0, 904, (3, 0, None, None), 0)),
6031         (('OtherTelephoneNumber', 'OtherTelephoneNumber'), 14879, (14879, (), [(8, 1, None, None)], 1, 4, 4, 0, 908, (3, 0, None, None), 0)),
6032         (('PagerNumber', 'PagerNumber'), 14881, (14881, (), [(16392, 10, None, None)], 1, 2, 4, 0, 912, (3, 0, None, None), 0)),
6033         (('PagerNumber', 'PagerNumber'), 14881, (14881, (), [(8, 1, None, None)], 1, 4, 4, 0, 916, (3, 0, None, None), 0)),
6034         (('PersonalHomePage', 'PersonalHomePage'), 14928, (14928, (), [(16392, 10, None, None)], 1, 2, 4, 0, 920, (3, 0, None, None), 0)),
6035         (('PersonalHomePage', 'PersonalHomePage'), 14928, (14928, (), [(8, 1, None, None)], 1, 4, 4, 0, 924, (3, 0, None, None), 0)),
6036         (('PrimaryTelephoneNumber', 'PrimaryTelephoneNumber'), 14874, (14874, (), [(16392, 10, None, None)], 1, 2, 4, 0, 928, (3, 0, None, None), 0)),
6037         (('PrimaryTelephoneNumber', 'PrimaryTelephoneNumber'), 14874, (14874, (), [(8, 1, None, None)], 1, 4, 4, 0, 932, (3, 0, None, None), 0)),
6038         (('Profession', 'Profession'), 14918, (14918, (), [(16392, 10, None, None)], 1, 2, 4, 0, 936, (3, 0, None, None), 0)),
6039         (('Profession', 'Profession'), 14918, (14918, (), [(8, 1, None, None)], 1, 4, 4, 0, 940, (3, 0, None, None), 0)),
6040         (('RadioTelephoneNumber', 'RadioTelephoneNumber'), 14877, (14877, (), [(16392, 10, None, None)], 1, 2, 4, 0, 944, (3, 0, None, None), 0)),
6041         (('RadioTelephoneNumber', 'RadioTelephoneNumber'), 14877, (14877, (), [(8, 1, None, None)], 1, 4, 4, 0, 948, (3, 0, None, None), 0)),
6042         (('ReferredBy', 'ReferredBy'), 14919, (14919, (), [(16392, 10, None, None)], 1, 2, 4, 0, 952, (3, 0, None, None), 0)),
6043         (('ReferredBy', 'ReferredBy'), 14919, (14919, (), [(8, 1, None, None)], 1, 4, 4, 0, 956, (3, 0, None, None), 0)),
6044         (('SelectedMailingAddress', 'SelectedMailingAddress'), 32802, (32802, (), [(16387, 10, None, None)], 1, 2, 4, 0, 960, (3, 0, None, None), 0)),
6045         (('SelectedMailingAddress', 'SelectedMailingAddress'), 32802, (32802, (), [(3, 1, None, None)], 1, 4, 4, 0, 964, (3, 0, None, None), 0)),
6046         (('Spouse', 'Spouse'), 14920, (14920, (), [(16392, 10, None, None)], 1, 2, 4, 0, 968, (3, 0, None, None), 0)),
6047         (('Spouse', 'Spouse'), 14920, (14920, (), [(8, 1, None, None)], 1, 4, 4, 0, 972, (3, 0, None, None), 0)),
6048         (('Suffix', 'Suffix'), 14853, (14853, (), [(16392, 10, None, None)], 1, 2, 4, 0, 976, (3, 0, None, None), 0)),
6049         (('Suffix', 'Suffix'), 14853, (14853, (), [(8, 1, None, None)], 1, 4, 4, 0, 980, (3, 0, None, None), 0)),
6050         (('TelexNumber', 'TelexNumber'), 14892, (14892, (), [(16392, 10, None, None)], 1, 2, 4, 0, 984, (3, 0, None, None), 0)),
6051         (('TelexNumber', 'TelexNumber'), 14892, (14892, (), [(8, 1, None, None)], 1, 4, 4, 0, 988, (3, 0, None, None), 0)),
6052         (('Title', 'Title'), 14917, (14917, (), [(16392, 10, None, None)], 1, 2, 4, 0, 992, (3, 0, None, None), 0)),
6053         (('Title', 'Title'), 14917, (14917, (), [(8, 1, None, None)], 1, 4, 4, 0, 996, (3, 0, None, None), 0)),
6054         (('TTYTDDTelephoneNumber', 'TTYTDDTelephoneNumber'), 14923, (14923, (), [(16392, 10, None, None)], 1, 2, 4, 0, 1000, (3, 0, None, None), 0)),
6055         (('TTYTDDTelephoneNumber', 'TTYTDDTelephoneNumber'), 14923, (14923, (), [(8, 1, None, None)], 1, 4, 4, 0, 1004, (3, 0, None, None), 0)),
6056         (('User1', 'User1'), 32847, (32847, (), [(16392, 10, None, None)], 1, 2, 4, 0, 1008, (3, 0, None, None), 0)),
6057         (('User1', 'User1'), 32847, (32847, (), [(8, 1, None, None)], 1, 4, 4, 0, 1012, (3, 0, None, None), 0)),
6058         (('User2', 'User2'), 32848, (32848, (), [(16392, 10, None, None)], 1, 2, 4, 0, 1016, (3, 0, None, None), 0)),
6059         (('User2', 'User2'), 32848, (32848, (), [(8, 1, None, None)], 1, 4, 4, 0, 1020, (3, 0, None, None), 0)),
6060         (('User3', 'User3'), 32849, (32849, (), [(16392, 10, None, None)], 1, 2, 4, 0, 1024, (3, 0, None, None), 0)),
6061         (('User3', 'User3'), 32849, (32849, (), [(8, 1, None, None)], 1, 4, 4, 0, 1028, (3, 0, None, None), 0)),
6062         (('User4', 'User4'), 32850, (32850, (), [(16392, 10, None, None)], 1, 2, 4, 0, 1032, (3, 0, None, None), 0)),
6063         (('User4', 'User4'), 32850, (32850, (), [(8, 1, None, None)], 1, 4, 4, 0, 1036, (3, 0, None, None), 0)),
6064         (('UserCertificate', 'UserCertificate'), 32790, (32790, (), [(16392, 10, None, None)], 1, 2, 4, 0, 1040, (3, 0, None, None), 0)),
6065         (('UserCertificate', 'UserCertificate'), 32790, (32790, (), [(8, 1, None, None)], 1, 4, 4, 0, 1044, (3, 0, None, None), 0)),
6066         (('WebPage', 'WebPage'), 32811, (32811, (), [(16392, 10, None, None)], 1, 2, 4, 0, 1048, (3, 0, None, None), 0)),
6067         (('WebPage', 'WebPage'), 32811, (32811, (), [(8, 1, None, None)], 1, 4, 4, 0, 1052, (3, 0, None, None), 0)),
6068         (('YomiCompanyName', 'YomiCompanyName'), 32814, (32814, (), [(16392, 10, None, None)], 1, 2, 4, 0, 1056, (3, 0, None, None), 0)),
6069         (('YomiCompanyName', 'YomiCompanyName'), 32814, (32814, (), [(8, 1, None, None)], 1, 4, 4, 0, 1060, (3, 0, None, None), 0)),
6070         (('YomiFirstName', 'YomiFirstName'), 32812, (32812, (), [(16392, 10, None, None)], 1, 2, 4, 0, 1064, (3, 0, None, None), 0)),
6071         (('YomiFirstName', 'YomiFirstName'), 32812, (32812, (), [(8, 1, None, None)], 1, 4, 4, 0, 1068, (3, 0, None, None), 0)),
6072         (('YomiLastName', 'YomiLastName'), 32813, (32813, (), [(16392, 10, None, None)], 1, 2, 4, 0, 1072, (3, 0, None, None), 0)),
6073         (('YomiLastName', 'YomiLastName'), 32813, (32813, (), [(8, 1, None, None)], 1, 4, 4, 0, 1076, (3, 0, None, None), 0)),
6074         (('ForwardAsVcard', 'Item'), 63649, (63649, (), [(16397, 10, None, "IID('{00061033-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 1080, (3, 0, None, None), 0)),
6075         (('Links', 'Links'), 62469, (62469, (), [(16393, 10, None, "IID('{0006308A-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 1084, (3, 0, None, None), 0)),
6076 ]
6077 
6078 _DistListItem_vtables_dispatch_ = 1
6079 _DistListItem_vtables_ = [
6080         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
6081         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
6082         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
6083         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
6084         (('Actions', 'Actions'), 63511, (63511, (), [(16393, 10, None, "IID('{0006303E-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
6085         (('Attachments', 'Attachments'), 63509, (63509, (), [(16393, 10, None, "IID('{0006303C-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 48, (3, 0, None, None), 0)),
6086         (('BillingInformation', 'BillingInformation'), 34101, (34101, (), [(16392, 10, None, None)], 1, 2, 4, 0, 52, (3, 0, None, None), 0)),
6087         (('BillingInformation', 'BillingInformation'), 34101, (34101, (), [(8, 1, None, None)], 1, 4, 4, 0, 56, (3, 0, None, None), 0)),
6088         (('Body', 'Body'), 37120, (37120, (), [(16392, 10, None, None)], 1, 2, 4, 0, 60, (3, 0, None, None), 0)),
6089         (('Body', 'Body'), 37120, (37120, (), [(8, 1, None, None)], 1, 4, 4, 0, 64, (3, 0, None, None), 0)),
6090         (('Categories', 'Categories'), 36865, (36865, (), [(16392, 10, None, None)], 1, 2, 4, 0, 68, (3, 0, None, None), 0)),
6091         (('Categories', 'Categories'), 36865, (36865, (), [(8, 1, None, None)], 1, 4, 4, 0, 72, (3, 0, None, None), 0)),
6092         (('Companies', 'Companies'), 34107, (34107, (), [(16392, 10, None, None)], 1, 2, 4, 0, 76, (3, 0, None, None), 0)),
6093         (('Companies', 'Companies'), 34107, (34107, (), [(8, 1, None, None)], 1, 4, 4, 0, 80, (3, 0, None, None), 0)),
6094         (('ConversationIndex', 'ConversationIndex'), 113, (113, (), [(16392, 10, None, None)], 1, 2, 4, 0, 84, (3, 0, None, None), 0)),
6095         (('ConversationTopic', 'ConversationTopic'), 112, (112, (), [(16392, 10, None, None)], 1, 2, 4, 0, 88, (3, 0, None, None), 0)),
6096         (('CreationTime', 'CreationTime'), 12295, (12295, (), [(16391, 10, None, None)], 1, 2, 4, 0, 92, (3, 0, None, None), 0)),
6097         (('EntryID', 'EntryID'), 61470, (61470, (), [(16392, 10, None, None)], 1, 2, 4, 0, 96, (3, 0, None, None), 0)),
6098         (('FormDescription', 'FormDescription'), 61589, (61589, (), [(16393, 10, None, "IID('{00063046-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 100, (3, 0, None, None), 0)),
6099         (('GetInspector', 'GetInspector'), 61502, (61502, (), [(16393, 10, None, "IID('{00063005-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 104, (3, 0, None, None), 0)),
6100         (('Importance', 'Importance'), 23, (23, (), [(16387, 10, None, None)], 1, 2, 4, 0, 108, (3, 0, None, None), 0)),
6101         (('Importance', 'Importance'), 23, (23, (), [(3, 1, None, None)], 1, 4, 4, 0, 112, (3, 0, None, None), 0)),
6102         (('LastModificationTime', 'LastModificationTime'), 12296, (12296, (), [(16391, 10, None, None)], 1, 2, 4, 0, 116, (3, 0, None, None), 0)),
6103         (('MAPIOBJECT', 'MAPIOBJECT'), 61696, (61696, (), [(16397, 10, None, None)], 1, 2, 4, 0, 120, (3, 0, None, None), 64)),
6104         (('MessageClass', 'MessageClass'), 26, (26, (), [(16392, 10, None, None)], 1, 2, 4, 0, 124, (3, 0, None, None), 0)),
6105         (('MessageClass', 'MessageClass'), 26, (26, (), [(8, 1, None, None)], 1, 4, 4, 0, 128, (3, 0, None, None), 0)),
6106         (('Mileage', 'Mileage'), 34100, (34100, (), [(16392, 10, None, None)], 1, 2, 4, 0, 132, (3, 0, None, None), 0)),
6107         (('Mileage', 'Mileage'), 34100, (34100, (), [(8, 1, None, None)], 1, 4, 4, 0, 136, (3, 0, None, None), 0)),
6108         (('NoAging', 'NoAging'), 34062, (34062, (), [(16395, 10, None, None)], 1, 2, 4, 0, 140, (3, 0, None, None), 0)),
6109         (('NoAging', 'NoAging'), 34062, (34062, (), [(11, 1, None, None)], 1, 4, 4, 0, 144, (3, 0, None, None), 0)),
6110         (('OutlookInternalVersion', 'OutlookInternalVersion'), 34130, (34130, (), [(16387, 10, None, None)], 1, 2, 4, 0, 148, (3, 0, None, None), 0)),
6111         (('OutlookVersion', 'OutlookVersion'), 34132, (34132, (), [(16392, 10, None, None)], 1, 2, 4, 0, 152, (3, 0, None, None), 0)),
6112         (('Saved', 'Saved'), 61603, (61603, (), [(16395, 10, None, None)], 1, 2, 4, 0, 156, (3, 0, None, None), 0)),
6113         (('Sensitivity', 'Sensitivity'), 54, (54, (), [(16387, 10, None, None)], 1, 2, 4, 0, 160, (3, 0, None, None), 0)),
6114         (('Sensitivity', 'Sensitivity'), 54, (54, (), [(3, 1, None, None)], 1, 4, 4, 0, 164, (3, 0, None, None), 0)),
6115         (('Size', 'Size'), 3592, (3592, (), [(16387, 10, None, None)], 1, 2, 4, 0, 168, (3, 0, None, None), 0)),
6116         (('Subject', 'Subject'), 55, (55, (), [(16392, 10, None, None)], 1, 2, 4, 0, 172, (3, 0, None, None), 0)),
6117         (('Subject', 'Subject'), 55, (55, (), [(8, 1, None, None)], 1, 4, 4, 0, 176, (3, 0, None, None), 0)),
6118         (('UnRead', 'UnRead'), 61468, (61468, (), [(16395, 10, None, None)], 1, 2, 4, 0, 180, (3, 0, None, None), 0)),
6119         (('UnRead', 'UnRead'), 61468, (61468, (), [(11, 1, None, None)], 1, 4, 4, 0, 184, (3, 0, None, None), 0)),
6120         (('UserProperties', 'UserProperties'), 63510, (63510, (), [(16393, 10, None, "IID('{0006303D-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 188, (3, 0, None, None), 0)),
6121         (('Close', 'SaveMode'), 61475, (61475, (), [(3, 1, None, None)], 1, 1, 4, 0, 192, (3, 0, None, None), 0)),
6122         (('Copy', 'Item'), 61490, (61490, (), [(16393, 10, None, None)], 1, 1, 4, 0, 196, (3, 0, None, None), 0)),
6123         (('Delete',), 61514, (61514, (), [], 1, 1, 4, 0, 200, (3, 0, None, None), 0)),
6124         (('Display', 'Modal'), 61606, (61606, (), [(12, 17, None, None)], 1, 1, 4, 1, 204, (3, 0, None, None), 0)),
6125         (('Move', 'DestFldr', 'Item'), 61492, (61492, (), [(9, 1, None, "IID('{00063006-0000-0000-C000-000000000046}')"), (16393, 10, None, None)], 1, 1, 4, 0, 208, (3, 0, None, None), 0)),
6126         (('PrintOut',), 61491, (61491, (), [], 1, 1, 4, 0, 212, (3, 0, None, None), 0)),
6127         (('Save',), 61512, (61512, (), [], 1, 1, 4, 0, 216, (3, 0, None, None), 0)),
6128         (('SaveAs', 'Path', 'Type'), 61521, (61521, (), [(8, 1, None, None), (12, 17, None, None)], 1, 1, 4, 1, 220, (3, 0, None, None), 0)),
6129         (('DLName', 'DLName'), 32851, (32851, (), [(16392, 10, None, None)], 1, 2, 4, 0, 224, (3, 0, None, None), 0)),
6130         (('DLName', 'DLName'), 32851, (32851, (), [(8, 1, None, None)], 1, 4, 4, 0, 228, (3, 0, None, None), 0)),
6131         (('MemberCount', 'MemberCount'), 32843, (32843, (), [(16387, 10, None, None)], 1, 2, 4, 0, 232, (3, 0, None, None), 0)),
6132         (('CheckSum', 'CheckSum'), 32844, (32844, (), [(16387, 10, None, None)], 1, 2, 4, 0, 236, (3, 0, None, None), 64)),
6133         (('Members', 'Members'), 32853, (32853, (), [(16396, 10, None, None)], 1, 2, 4, 0, 240, (3, 0, None, None), 64)),
6134         (('Members', 'Members'), 32853, (32853, (), [(12, 1, None, None)], 1, 4, 4, 0, 244, (3, 0, None, None), 64)),
6135         (('OneOffMembers', 'OneOffMembers'), 32852, (32852, (), [(16396, 10, None, None)], 1, 2, 4, 0, 248, (3, 0, None, None), 64)),
6136         (('OneOffMembers', 'OneOffMembers'), 32852, (32852, (), [(12, 1, None, None)], 1, 4, 4, 0, 252, (3, 0, None, None), 64)),
6137         (('Links', 'Links'), 62469, (62469, (), [(16393, 10, None, "IID('{0006308A-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 256, (3, 0, None, None), 0)),
6138         (('AddMembers', 'Recipients'), 63744, (63744, (), [(9, 1, None, "IID('{0006303B-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 260, (3, 0, None, None), 0)),
6139         (('RemoveMembers', 'Recipients'), 63745, (63745, (), [(9, 1, None, "IID('{0006303B-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 264, (3, 0, None, None), 0)),
6140         (('GetMember', 'Index', 'Recipient'), 63749, (63749, (), [(3, 1, None, None), (16393, 10, None, "IID('{00063045-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 268, (3, 0, None, None), 0)),
6141 ]
6142 
6143 _DocumentItem_vtables_dispatch_ = 1
6144 _DocumentItem_vtables_ = [
6145         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
6146         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
6147         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
6148         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
6149         (('Actions', 'Actions'), 63511, (63511, (), [(16393, 10, None, "IID('{0006303E-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
6150         (('Attachments', 'Attachments'), 63509, (63509, (), [(16393, 10, None, "IID('{0006303C-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 48, (3, 0, None, None), 0)),
6151         (('BillingInformation', 'BillingInformation'), 34101, (34101, (), [(16392, 10, None, None)], 1, 2, 4, 0, 52, (3, 0, None, None), 0)),
6152         (('BillingInformation', 'BillingInformation'), 34101, (34101, (), [(8, 1, None, None)], 1, 4, 4, 0, 56, (3, 0, None, None), 0)),
6153         (('Body', 'Body'), 37120, (37120, (), [(16392, 10, None, None)], 1, 2, 4, 0, 60, (3, 0, None, None), 0)),
6154         (('Body', 'Body'), 37120, (37120, (), [(8, 1, None, None)], 1, 4, 4, 0, 64, (3, 0, None, None), 0)),
6155         (('Categories', 'Categories'), 36865, (36865, (), [(16392, 10, None, None)], 1, 2, 4, 0, 68, (3, 0, None, None), 0)),
6156         (('Categories', 'Categories'), 36865, (36865, (), [(8, 1, None, None)], 1, 4, 4, 0, 72, (3, 0, None, None), 0)),
6157         (('Companies', 'Companies'), 34107, (34107, (), [(16392, 10, None, None)], 1, 2, 4, 0, 76, (3, 0, None, None), 0)),
6158         (('Companies', 'Companies'), 34107, (34107, (), [(8, 1, None, None)], 1, 4, 4, 0, 80, (3, 0, None, None), 0)),
6159         (('ConversationIndex', 'ConversationIndex'), 113, (113, (), [(16392, 10, None, None)], 1, 2, 4, 0, 84, (3, 0, None, None), 0)),
6160         (('ConversationTopic', 'ConversationTopic'), 112, (112, (), [(16392, 10, None, None)], 1, 2, 4, 0, 88, (3, 0, None, None), 0)),
6161         (('CreationTime', 'CreationTime'), 12295, (12295, (), [(16391, 10, None, None)], 1, 2, 4, 0, 92, (3, 0, None, None), 0)),
6162         (('EntryID', 'EntryID'), 61470, (61470, (), [(16392, 10, None, None)], 1, 2, 4, 0, 96, (3, 0, None, None), 0)),
6163         (('FormDescription', 'FormDescription'), 61589, (61589, (), [(16393, 10, None, "IID('{00063046-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 100, (3, 0, None, None), 0)),
6164         (('GetInspector', 'GetInspector'), 61502, (61502, (), [(16393, 10, None, "IID('{00063005-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 104, (3, 0, None, None), 0)),
6165         (('Importance', 'Importance'), 23, (23, (), [(16387, 10, None, None)], 1, 2, 4, 0, 108, (3, 0, None, None), 0)),
6166         (('Importance', 'Importance'), 23, (23, (), [(3, 1, None, None)], 1, 4, 4, 0, 112, (3, 0, None, None), 0)),
6167         (('LastModificationTime', 'LastModificationTime'), 12296, (12296, (), [(16391, 10, None, None)], 1, 2, 4, 0, 116, (3, 0, None, None), 0)),
6168         (('MAPIOBJECT', 'MAPIOBJECT'), 61696, (61696, (), [(16397, 10, None, None)], 1, 2, 4, 0, 120, (3, 0, None, None), 64)),
6169         (('MessageClass', 'MessageClass'), 26, (26, (), [(16392, 10, None, None)], 1, 2, 4, 0, 124, (3, 0, None, None), 0)),
6170         (('MessageClass', 'MessageClass'), 26, (26, (), [(8, 1, None, None)], 1, 4, 4, 0, 128, (3, 0, None, None), 0)),
6171         (('Mileage', 'Mileage'), 34100, (34100, (), [(16392, 10, None, None)], 1, 2, 4, 0, 132, (3, 0, None, None), 0)),
6172         (('Mileage', 'Mileage'), 34100, (34100, (), [(8, 1, None, None)], 1, 4, 4, 0, 136, (3, 0, None, None), 0)),
6173         (('NoAging', 'NoAging'), 34062, (34062, (), [(16395, 10, None, None)], 1, 2, 4, 0, 140, (3, 0, None, None), 0)),
6174         (('NoAging', 'NoAging'), 34062, (34062, (), [(11, 1, None, None)], 1, 4, 4, 0, 144, (3, 0, None, None), 0)),
6175         (('OutlookInternalVersion', 'OutlookInternalVersion'), 34130, (34130, (), [(16387, 10, None, None)], 1, 2, 4, 0, 148, (3, 0, None, None), 0)),
6176         (('OutlookVersion', 'OutlookVersion'), 34132, (34132, (), [(16392, 10, None, None)], 1, 2, 4, 0, 152, (3, 0, None, None), 0)),
6177         (('Saved', 'Saved'), 61603, (61603, (), [(16395, 10, None, None)], 1, 2, 4, 0, 156, (3, 0, None, None), 0)),
6178         (('Sensitivity', 'Sensitivity'), 54, (54, (), [(16387, 10, None, None)], 1, 2, 4, 0, 160, (3, 0, None, None), 0)),
6179         (('Sensitivity', 'Sensitivity'), 54, (54, (), [(3, 1, None, None)], 1, 4, 4, 0, 164, (3, 0, None, None), 0)),
6180         (('Size', 'Size'), 3592, (3592, (), [(16387, 10, None, None)], 1, 2, 4, 0, 168, (3, 0, None, None), 0)),
6181         (('Subject', 'Subject'), 55, (55, (), [(16392, 10, None, None)], 1, 2, 4, 0, 172, (3, 0, None, None), 0)),
6182         (('Subject', 'Subject'), 55, (55, (), [(8, 1, None, None)], 1, 4, 4, 0, 176, (3, 0, None, None), 0)),
6183         (('UnRead', 'UnRead'), 61468, (61468, (), [(16395, 10, None, None)], 1, 2, 4, 0, 180, (3, 0, None, None), 0)),
6184         (('UnRead', 'UnRead'), 61468, (61468, (), [(11, 1, None, None)], 1, 4, 4, 0, 184, (3, 0, None, None), 0)),
6185         (('UserProperties', 'UserProperties'), 63510, (63510, (), [(16393, 10, None, "IID('{0006303D-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 188, (3, 0, None, None), 0)),
6186         (('Close', 'SaveMode'), 61475, (61475, (), [(3, 1, None, None)], 1, 1, 4, 0, 192, (3, 0, None, None), 0)),
6187         (('Copy', 'Item'), 61490, (61490, (), [(16393, 10, None, None)], 1, 1, 4, 0, 196, (3, 0, None, None), 0)),
6188         (('Delete',), 61514, (61514, (), [], 1, 1, 4, 0, 200, (3, 0, None, None), 0)),
6189         (('Display', 'Modal'), 61606, (61606, (), [(12, 17, None, None)], 1, 1, 4, 1, 204, (3, 0, None, None), 0)),
6190         (('Move', 'DestFldr', 'Item'), 61492, (61492, (), [(9, 1, None, "IID('{00063006-0000-0000-C000-000000000046}')"), (16393, 10, None, None)], 1, 1, 4, 0, 208, (3, 0, None, None), 0)),
6191         (('PrintOut',), 61491, (61491, (), [], 1, 1, 4, 0, 212, (3, 0, None, None), 0)),
6192         (('Save',), 61512, (61512, (), [], 1, 1, 4, 0, 216, (3, 0, None, None), 0)),
6193         (('SaveAs', 'Path', 'Type'), 61521, (61521, (), [(8, 1, None, None), (12, 17, None, None)], 1, 1, 4, 1, 220, (3, 0, None, None), 0)),
6194         (('Links', 'Links'), 62469, (62469, (), [(16393, 10, None, "IID('{0006308A-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 224, (3, 0, None, None), 0)),
6195 ]
6196 
6197 _Explorer_vtables_dispatch_ = 1
6198 _Explorer_vtables_ = [
6199         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
6200         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
6201         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
6202         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
6203         (('CommandBars', 'CommandBars'), 8448, (8448, (), [(16397, 10, None, "IID('{55F88893-7708-11D1-ACEB-006008961DA5}')")], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
6204         (('CurrentFolder', 'CurrentFolder'), 8449, (8449, (), [(16393, 10, None, "IID('{00063006-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 48, (3, 0, None, None), 0)),
6205         (('CurrentFolder', 'CurrentFolder'), 8449, (8449, (), [(9, 1, None, "IID('{00063006-0000-0000-C000-000000000046}')")], 1, 8, 4, 0, 52, (3, 0, None, None), 0)),
6206         (('Close',), 8451, (8451, (), [], 1, 1, 4, 0, 56, (3, 0, None, None), 0)),
6207         (('Display',), 8452, (8452, (), [], 1, 1, 4, 0, 60, (3, 0, None, None), 0)),
6208         (('Caption', 'Caption'), 8465, (8465, (), [(16392, 10, None, None)], 1, 2, 4, 0, 64, (3, 0, None, None), 0)),
6209         (('CurrentView', 'CurrentView'), 8704, (8704, (), [(16396, 10, None, None)], 1, 2, 4, 0, 68, (3, 0, None, None), 0)),
6210         (('CurrentView', 'CurrentView'), 8704, (8704, (), [(12, 1, None, None)], 1, 4, 4, 0, 72, (3, 0, None, None), 0)),
6211         (('Height', 'Height'), 8468, (8468, (), [(16387, 10, None, None)], 1, 2, 4, 0, 76, (3, 0, None, None), 0)),
6212         (('Height', 'Height'), 8468, (8468, (), [(3, 1, None, None)], 1, 4, 4, 0, 80, (3, 0, None, None), 0)),
6213         (('Left', 'Left'), 8469, (8469, (), [(16387, 10, None, None)], 1, 2, 4, 0, 84, (3, 0, None, None), 0)),
6214         (('Left', 'Left'), 8469, (8469, (), [(3, 1, None, None)], 1, 4, 4, 0, 88, (3, 0, None, None), 0)),
6215         (('Panes', 'Panes'), 8705, (8705, (), [(16393, 10, None, "IID('{00063009-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 92, (3, 0, None, None), 0)),
6216         (('Selection', 'Selection'), 8706, (8706, (), [(16393, 10, None, "IID('{00063087-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 96, (3, 0, None, None), 0)),
6217         (('Top', 'Top'), 8470, (8470, (), [(16387, 10, None, None)], 1, 2, 4, 0, 100, (3, 0, None, None), 0)),
6218         (('Top', 'Top'), 8470, (8470, (), [(3, 1, None, None)], 1, 4, 4, 0, 104, (3, 0, None, None), 0)),
6219         (('Width', 'Width'), 8471, (8471, (), [(16387, 10, None, None)], 1, 2, 4, 0, 108, (3, 0, None, None), 0)),
6220         (('Width', 'Width'), 8471, (8471, (), [(3, 1, None, None)], 1, 4, 4, 0, 112, (3, 0, None, None), 0)),
6221         (('WindowState', 'WindowState'), 8466, (8466, (), [(16387, 10, None, None)], 1, 2, 4, 0, 116, (3, 0, None, None), 0)),
6222         (('WindowState', 'WindowState'), 8466, (8466, (), [(3, 1, None, None)], 1, 4, 4, 0, 120, (3, 0, None, None), 0)),
6223         (('Activate',), 8467, (8467, (), [], 1, 1, 4, 0, 124, (3, 0, None, None), 0)),
6224         (('IsPaneVisible', 'Pane', 'IsPaneVisible'), 8707, (8707, (), [(3, 1, None, None), (16395, 10, None, None)], 1, 1, 4, 0, 128, (3, 0, None, None), 0)),
6225         (('ShowPane', 'Pane', 'Visible'), 8708, (8708, (), [(3, 1, None, None), (11, 1, None, None)], 1, 1, 4, 0, 132, (3, 0, None, None), 0)),
6226         (('Views', 'Views'), 12553, (12553, (), [(16393, 10, None, None)], 1, 2, 4, 0, 136, (3, 0, None, None), 64)),
6227 ]
6228 
6229 _Explorers_vtables_dispatch_ = 1
6230 _Explorers_vtables_ = [
6231         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
6232         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
6233         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
6234         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
6235         (('Count', 'Count'), 80, (80, (), [(16387, 10, None, None)], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
6236         (('Item', 'Index', 'Item'), 81, (81, (), [(12, 1, None, None), (16397, 10, None, "IID('{00063050-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 48, (3, 0, None, None), 0)),
6237         (('Add', 'Folder', 'DisplayMode', 'Explorer'), 95, (95, (), [(12, 1, None, None), (3, 17, None, None), (16393, 10, None, "IID('{00063003-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 52, (3, 0, None, None), 0)),
6238 ]
6239 
6240 _Folders_vtables_dispatch_ = 1
6241 _Folders_vtables_ = [
6242         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
6243         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
6244         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
6245         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
6246         (('Count', 'Count'), 80, (80, (), [(16387, 10, None, None)], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
6247         (('Item', 'Index', 'Item'), 81, (81, (), [(12, 1, None, None), (16393, 10, None, "IID('{00063006-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 48, (3, 0, None, None), 0)),
6248         (('RawTable', 'RawTable'), 90, (90, (), [(16397, 10, None, None)], 1, 2, 4, 0, 52, (3, 0, None, None), 64)),
6249         (('Add', 'Name', 'Type', 'Folder'), 95, (95, (), [(8, 1, None, None), (12, 17, None, None), (16393, 10, None, "IID('{00063006-0000-0000-C000-000000000046}')")], 1, 1, 4, 1, 56, (3, 0, None, None), 0)),
6250         (('GetFirst', 'Folder'), 86, (86, (), [(16393, 10, None, "IID('{00063006-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 60, (3, 0, None, None), 0)),
6251         (('GetLast', 'Folder'), 88, (88, (), [(16393, 10, None, "IID('{00063006-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 64, (3, 0, None, None), 0)),
6252         (('GetNext', 'Folder'), 87, (87, (), [(16393, 10, None, "IID('{00063006-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 68, (3, 0, None, None), 0)),
6253         (('GetPrevious', 'Folder'), 89, (89, (), [(16393, 10, None, "IID('{00063006-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 72, (3, 0, None, None), 0)),
6254         (('Remove', 'Index'), 84, (84, (), [(3, 1, None, None)], 1, 1, 4, 0, 76, (3, 0, None, None), 0)),
6255 ]
6256 
6257 _IDocSiteControl_vtables_dispatch_ = 1
6258 _IDocSiteControl_vtables_ = [
6259         (('ReadOnly', 'ReadOnly'), -2147356664, (-2147356664, (), [(16395, 10, None, None)], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
6260         (('ReadOnly', 'ReadOnly'), -2147356664, (-2147356664, (), [(11, 1, None, None)], 1, 4, 4, 0, 32, (3, 0, None, None), 0)),
6261 ]
6262 
6263 _IRecipientControl_vtables_dispatch_ = 1
6264 _IRecipientControl_vtables_ = [
6265         (('Enabled', 'Enabled'), -514, (-514, (), [(16395, 10, None, None)], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
6266         (('Enabled', 'Enabled'), -514, (-514, (), [(11, 1, None, None)], 1, 4, 4, 0, 32, (3, 0, None, None), 0)),
6267         (('BackColor', 'BackColor'), -501, (-501, (), [(16387, 10, None, None)], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
6268         (('BackColor', 'BackColor'), -501, (-501, (), [(3, 1, None, None)], 1, 4, 4, 0, 40, (3, 0, None, None), 0)),
6269         (('ForeColor', 'ForeColor'), -513, (-513, (), [(16387, 10, None, None)], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
6270         (('ForeColor', 'ForeColor'), -513, (-513, (), [(3, 1, None, None)], 1, 4, 4, 0, 48, (3, 0, None, None), 0)),
6271         (('ReadOnly', 'ReadOnly'), -2147356664, (-2147356664, (), [(16395, 10, None, None)], 1, 2, 4, 0, 52, (3, 0, None, None), 0)),
6272         (('ReadOnly', 'ReadOnly'), -2147356664, (-2147356664, (), [(11, 1, None, None)], 1, 4, 4, 0, 56, (3, 0, None, None), 0)),
6273         (('Font', 'Font'), -512, (-512, (), [(16393, 10, None, None)], 1, 2, 4, 0, 60, (3, 0, None, None), 0)),
6274         (('Font', 'Font'), -512, (-512, (), [(9, 1, None, None)], 1, 4, 4, 0, 64, (3, 0, None, None), 0)),
6275         (('SpecialEffect', 'Effect'), 12, (12, (), [(16387, 10, None, None)], 1, 2, 4, 0, 68, (3, 0, None, None), 0)),
6276         (('SpecialEffect', 'Effect'), 12, (12, (), [(3, 1, None, None)], 1, 4, 4, 0, 72, (3, 0, None, None), 0)),
6277 ]
6278 
6279 _Inspector_vtables_dispatch_ = 1
6280 _Inspector_vtables_ = [
6281         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
6282         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
6283         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
6284         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
6285         (('CommandBars', 'CommandBars'), 8448, (8448, (), [(16397, 10, None, "IID('{55F88893-7708-11D1-ACEB-006008961DA5}')")], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
6286         (('CurrentItem', 'CurrentItem'), 8450, (8450, (), [(16393, 10, None, None)], 1, 2, 4, 0, 48, (3, 0, None, None), 0)),
6287         (('EditorType', 'EditorType'), 8464, (8464, (), [(16387, 10, None, None)], 1, 2, 4, 0, 52, (3, 0, None, None), 0)),
6288         (('ModifiedFormPages', 'ModifiedFormPages'), 8454, (8454, (), [(16393, 10, None, None)], 1, 2, 4, 0, 56, (3, 0, None, None), 0)),
6289         (('Close', 'SaveMode'), 8451, (8451, (), [(3, 1, None, None)], 1, 1, 4, 0, 60, (3, 0, None, None), 0)),
6290         (('Display', 'Modal'), 8452, (8452, (), [(12, 17, None, None)], 1, 1, 4, 1, 64, (3, 0, None, None), 0)),
6291         (('HideFormPage', 'PageName'), 8456, (8456, (), [(8, 1, None, None)], 1, 1, 4, 0, 68, (3, 0, None, None), 0)),
6292         (('IsWordMail', 'IsWordMail'), 8453, (8453, (), [(16395, 10, None, None)], 1, 1, 4, 0, 72, (3, 0, None, None), 0)),
6293         (('SetCurrentFormPage', 'PageName'), 8460, (8460, (), [(8, 1, None, None)], 1, 1, 4, 0, 76, (3, 0, None, None), 0)),
6294         (('ShowFormPage', 'PageName'), 8457, (8457, (), [(8, 1, None, None)], 1, 1, 4, 0, 80, (3, 0, None, None), 0)),
6295         (('HTMLEditor', 'HTMLEditor'), 8462, (8462, (), [(16393, 10, None, None)], 1, 2, 4, 0, 84, (3, 0, None, None), 0)),
6296         (('WordEditor', 'WordEditor'), 8463, (8463, (), [(16393, 10, None, None)], 1, 2, 4, 0, 88, (3, 0, None, None), 0)),
6297         (('Caption', 'Caption'), 8465, (8465, (), [(16392, 10, None, None)], 1, 2, 4, 0, 92, (3, 0, None, None), 0)),
6298         (('Height', 'Height'), 8468, (8468, (), [(16387, 10, None, None)], 1, 2, 4, 0, 96, (3, 0, None, None), 0)),
6299         (('Height', 'Height'), 8468, (8468, (), [(3, 1, None, None)], 1, 4, 4, 0, 100, (3, 0, None, None), 0)),
6300         (('Left', 'Left'), 8469, (8469, (), [(16387, 10, None, None)], 1, 2, 4, 0, 104, (3, 0, None, None), 0)),
6301         (('Left', 'Left'), 8469, (8469, (), [(3, 1, None, None)], 1, 4, 4, 0, 108, (3, 0, None, None), 0)),
6302         (('Top', 'Top'), 8470, (8470, (), [(16387, 10, None, None)], 1, 2, 4, 0, 112, (3, 0, None, None), 0)),
6303         (('Top', 'Top'), 8470, (8470, (), [(3, 1, None, None)], 1, 4, 4, 0, 116, (3, 0, None, None), 0)),
6304         (('Width', 'Width'), 8471, (8471, (), [(16387, 10, None, None)], 1, 2, 4, 0, 120, (3, 0, None, None), 0)),
6305         (('Width', 'Width'), 8471, (8471, (), [(3, 1, None, None)], 1, 4, 4, 0, 124, (3, 0, None, None), 0)),
6306         (('WindowState', 'WindowState'), 8466, (8466, (), [(16387, 10, None, None)], 1, 2, 4, 0, 128, (3, 0, None, None), 0)),
6307         (('WindowState', 'WindowState'), 8466, (8466, (), [(3, 1, None, None)], 1, 4, 4, 0, 132, (3, 0, None, None), 0)),
6308         (('Activate',), 8467, (8467, (), [], 1, 1, 4, 0, 136, (3, 0, None, None), 0)),
6309 ]
6310 
6311 _Inspectors_vtables_dispatch_ = 1
6312 _Inspectors_vtables_ = [
6313         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
6314         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
6315         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
6316         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
6317         (('Count', 'Count'), 80, (80, (), [(16387, 10, None, None)], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
6318         (('Item', 'Index', 'Item'), 81, (81, (), [(12, 1, None, None), (16397, 10, None, "IID('{00063058-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 48, (3, 0, None, None), 0)),
6319         (('Add', 'Item', 'Inspector'), 95, (95, (), [(9, 1, None, None), (16393, 10, None, "IID('{00063005-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 52, (3, 0, None, None), 0)),
6320 ]
6321 
6322 _Items_vtables_dispatch_ = 1
6323 _Items_vtables_ = [
6324         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
6325         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
6326         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
6327         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
6328         (('Count', 'Count'), 80, (80, (), [(16387, 10, None, None)], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
6329         (('Item', 'Index', 'Item'), 81, (81, (), [(12, 1, None, None), (16393, 10, None, None)], 1, 1, 4, 0, 48, (3, 0, None, None), 0)),
6330         (('RawTable', 'RawTable'), 90, (90, (), [(16397, 10, None, None)], 1, 2, 4, 0, 52, (3, 0, None, None), 64)),
6331         (('IncludeRecurrences', 'IncludeRecurrences'), 206, (206, (), [(16395, 10, None, None)], 1, 2, 4, 0, 56, (3, 0, None, None), 0)),
6332         (('IncludeRecurrences', 'IncludeRecurrences'), 206, (206, (), [(11, 1, None, None)], 1, 4, 4, 0, 60, (3, 0, None, None), 0)),
6333         (('Add', 'Type', 'Item'), 95, (95, (), [(12, 17, None, None), (16393, 10, None, None)], 1, 1, 4, 1, 64, (3, 0, None, None), 0)),
6334         (('Find', 'Filter', 'Item'), 98, (98, (), [(8, 1, None, None), (16393, 10, None, None)], 1, 1, 4, 0, 68, (3, 0, None, None), 0)),
6335         (('FindNext', 'Item'), 99, (99, (), [(16393, 10, None, None)], 1, 1, 4, 0, 72, (3, 0, None, None), 0)),
6336         (('GetFirst', 'Item'), 86, (86, (), [(16393, 10, None, None)], 1, 1, 4, 0, 76, (3, 0, None, None), 0)),
6337         (('GetLast', 'Item'), 88, (88, (), [(16393, 10, None, None)], 1, 1, 4, 0, 80, (3, 0, None, None), 0)),
6338         (('GetNext', 'Item'), 87, (87, (), [(16393, 10, None, None)], 1, 1, 4, 0, 84, (3, 0, None, None), 0)),
6339         (('GetPrevious', 'Item'), 89, (89, (), [(16393, 10, None, None)], 1, 1, 4, 0, 88, (3, 0, None, None), 0)),
6340         (('Remove', 'Index'), 84, (84, (), [(3, 1, None, None)], 1, 1, 4, 0, 92, (3, 0, None, None), 0)),
6341         (('ResetColumns',), 93, (93, (), [], 1, 1, 4, 0, 96, (3, 0, None, None), 0)),
6342         (('Restrict', 'Filter', 'Items'), 100, (100, (), [(8, 1, None, None), (16393, 10, None, "IID('{00063041-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 100, (3, 0, None, None), 0)),
6343         (('SetColumns', 'Columns'), 92, (92, (), [(8, 1, None, None)], 1, 1, 4, 0, 104, (3, 0, None, None), 0)),
6344         (('Sort', 'Property', 'Descending'), 97, (97, (), [(8, 1, None, None), (12, 17, None, None)], 1, 1, 4, 1, 108, (3, 0, None, None), 0)),
6345 ]
6346 
6347 _JournalItem_vtables_dispatch_ = 1
6348 _JournalItem_vtables_ = [
6349         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
6350         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
6351         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
6352         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
6353         (('Actions', 'Actions'), 63511, (63511, (), [(16393, 10, None, "IID('{0006303E-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
6354         (('Attachments', 'Attachments'), 63509, (63509, (), [(16393, 10, None, "IID('{0006303C-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 48, (3, 0, None, None), 0)),
6355         (('BillingInformation', 'BillingInformation'), 34101, (34101, (), [(16392, 10, None, None)], 1, 2, 4, 0, 52, (3, 0, None, None), 0)),
6356         (('BillingInformation', 'BillingInformation'), 34101, (34101, (), [(8, 1, None, None)], 1, 4, 4, 0, 56, (3, 0, None, None), 0)),
6357         (('Body', 'Body'), 37120, (37120, (), [(16392, 10, None, None)], 1, 2, 4, 0, 60, (3, 0, None, None), 0)),
6358         (('Body', 'Body'), 37120, (37120, (), [(8, 1, None, None)], 1, 4, 4, 0, 64, (3, 0, None, None), 0)),
6359         (('Categories', 'Categories'), 36865, (36865, (), [(16392, 10, None, None)], 1, 2, 4, 0, 68, (3, 0, None, None), 0)),
6360         (('Categories', 'Categories'), 36865, (36865, (), [(8, 1, None, None)], 1, 4, 4, 0, 72, (3, 0, None, None), 0)),
6361         (('Companies', 'Companies'), 34107, (34107, (), [(16392, 10, None, None)], 1, 2, 4, 0, 76, (3, 0, None, None), 0)),
6362         (('Companies', 'Companies'), 34107, (34107, (), [(8, 1, None, None)], 1, 4, 4, 0, 80, (3, 0, None, None), 0)),
6363         (('ConversationIndex', 'ConversationIndex'), 113, (113, (), [(16392, 10, None, None)], 1, 2, 4, 0, 84, (3, 0, None, None), 0)),
6364         (('ConversationTopic', 'ConversationTopic'), 112, (112, (), [(16392, 10, None, None)], 1, 2, 4, 0, 88, (3, 0, None, None), 0)),
6365         (('CreationTime', 'CreationTime'), 12295, (12295, (), [(16391, 10, None, None)], 1, 2, 4, 0, 92, (3, 0, None, None), 0)),
6366         (('EntryID', 'EntryID'), 61470, (61470, (), [(16392, 10, None, None)], 1, 2, 4, 0, 96, (3, 0, None, None), 0)),
6367         (('FormDescription', 'FormDescription'), 61589, (61589, (), [(16393, 10, None, "IID('{00063046-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 100, (3, 0, None, None), 0)),
6368         (('GetInspector', 'GetInspector'), 61502, (61502, (), [(16393, 10, None, "IID('{00063005-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 104, (3, 0, None, None), 0)),
6369         (('Importance', 'Importance'), 23, (23, (), [(16387, 10, None, None)], 1, 2, 4, 0, 108, (3, 0, None, None), 0)),
6370         (('Importance', 'Importance'), 23, (23, (), [(3, 1, None, None)], 1, 4, 4, 0, 112, (3, 0, None, None), 0)),
6371         (('LastModificationTime', 'LastModificationTime'), 12296, (12296, (), [(16391, 10, None, None)], 1, 2, 4, 0, 116, (3, 0, None, None), 0)),
6372         (('MAPIOBJECT', 'MAPIOBJECT'), 61696, (61696, (), [(16397, 10, None, None)], 1, 2, 4, 0, 120, (3, 0, None, None), 64)),
6373         (('MessageClass', 'MessageClass'), 26, (26, (), [(16392, 10, None, None)], 1, 2, 4, 0, 124, (3, 0, None, None), 0)),
6374         (('MessageClass', 'MessageClass'), 26, (26, (), [(8, 1, None, None)], 1, 4, 4, 0, 128, (3, 0, None, None), 0)),
6375         (('Mileage', 'Mileage'), 34100, (34100, (), [(16392, 10, None, None)], 1, 2, 4, 0, 132, (3, 0, None, None), 0)),
6376         (('Mileage', 'Mileage'), 34100, (34100, (), [(8, 1, None, None)], 1, 4, 4, 0, 136, (3, 0, None, None), 0)),
6377         (('NoAging', 'NoAging'), 34062, (34062, (), [(16395, 10, None, None)], 1, 2, 4, 0, 140, (3, 0, None, None), 0)),
6378         (('NoAging', 'NoAging'), 34062, (34062, (), [(11, 1, None, None)], 1, 4, 4, 0, 144, (3, 0, None, None), 0)),
6379         (('OutlookInternalVersion', 'OutlookInternalVersion'), 34130, (34130, (), [(16387, 10, None, None)], 1, 2, 4, 0, 148, (3, 0, None, None), 0)),
6380         (('OutlookVersion', 'OutlookVersion'), 34132, (34132, (), [(16392, 10, None, None)], 1, 2, 4, 0, 152, (3, 0, None, None), 0)),
6381         (('Saved', 'Saved'), 61603, (61603, (), [(16395, 10, None, None)], 1, 2, 4, 0, 156, (3, 0, None, None), 0)),
6382         (('Sensitivity', 'Sensitivity'), 54, (54, (), [(16387, 10, None, None)], 1, 2, 4, 0, 160, (3, 0, None, None), 0)),
6383         (('Sensitivity', 'Sensitivity'), 54, (54, (), [(3, 1, None, None)], 1, 4, 4, 0, 164, (3, 0, None, None), 0)),
6384         (('Size', 'Size'), 3592, (3592, (), [(16387, 10, None, None)], 1, 2, 4, 0, 168, (3, 0, None, None), 0)),
6385         (('Subject', 'Subject'), 55, (55, (), [(16392, 10, None, None)], 1, 2, 4, 0, 172, (3, 0, None, None), 0)),
6386         (('Subject', 'Subject'), 55, (55, (), [(8, 1, None, None)], 1, 4, 4, 0, 176, (3, 0, None, None), 0)),
6387         (('UnRead', 'UnRead'), 61468, (61468, (), [(16395, 10, None, None)], 1, 2, 4, 0, 180, (3, 0, None, None), 0)),
6388         (('UnRead', 'UnRead'), 61468, (61468, (), [(11, 1, None, None)], 1, 4, 4, 0, 184, (3, 0, None, None), 0)),
6389         (('UserProperties', 'UserProperties'), 63510, (63510, (), [(16393, 10, None, "IID('{0006303D-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 188, (3, 0, None, None), 0)),
6390         (('Close', 'SaveMode'), 61475, (61475, (), [(3, 1, None, None)], 1, 1, 4, 0, 192, (3, 0, None, None), 0)),
6391         (('Copy', 'Item'), 61490, (61490, (), [(16393, 10, None, None)], 1, 1, 4, 0, 196, (3, 0, None, None), 0)),
6392         (('Delete',), 61514, (61514, (), [], 1, 1, 4, 0, 200, (3, 0, None, None), 0)),
6393         (('Display', 'Modal'), 61606, (61606, (), [(12, 17, None, None)], 1, 1, 4, 1, 204, (3, 0, None, None), 0)),
6394         (('Move', 'DestFldr', 'Item'), 61492, (61492, (), [(9, 1, None, "IID('{00063006-0000-0000-C000-000000000046}')"), (16393, 10, None, None)], 1, 1, 4, 0, 208, (3, 0, None, None), 0)),
6395         (('PrintOut',), 61491, (61491, (), [], 1, 1, 4, 0, 212, (3, 0, None, None), 0)),
6396         (('Save',), 61512, (61512, (), [], 1, 1, 4, 0, 216, (3, 0, None, None), 0)),
6397         (('SaveAs', 'Path', 'Type'), 61521, (61521, (), [(8, 1, None, None), (12, 17, None, None)], 1, 1, 4, 1, 220, (3, 0, None, None), 0)),
6398         (('ContactNames', 'ContactNames'), 3588, (3588, (), [(16392, 10, None, None)], 1, 2, 4, 0, 224, (3, 0, None, None), 0)),
6399         (('ContactNames', 'ContactNames'), 3588, (3588, (), [(8, 1, None, None)], 1, 4, 4, 0, 228, (3, 0, None, None), 0)),
6400         (('DocPosted', 'DocPosted'), 34577, (34577, (), [(16395, 10, None, None)], 1, 2, 4, 0, 232, (3, 0, None, None), 0)),
6401         (('DocPosted', 'DocPosted'), 34577, (34577, (), [(11, 1, None, None)], 1, 4, 4, 0, 236, (3, 0, None, None), 0)),
6402         (('DocPrinted', 'DocPrinted'), 34574, (34574, (), [(16395, 10, None, None)], 1, 2, 4, 0, 240, (3, 0, None, None), 0)),
6403         (('DocPrinted', 'DocPrinted'), 34574, (34574, (), [(11, 1, None, None)], 1, 4, 4, 0, 244, (3, 0, None, None), 0)),
6404         (('DocRouted', 'DocRouted'), 34576, (34576, (), [(16395, 10, None, None)], 1, 2, 4, 0, 248, (3, 0, None, None), 0)),
6405         (('DocRouted', 'DocRouted'), 34576, (34576, (), [(11, 1, None, None)], 1, 4, 4, 0, 252, (3, 0, None, None), 0)),
6406         (('DocSaved', 'DocSaved'), 34575, (34575, (), [(16395, 10, None, None)], 1, 2, 4, 0, 256, (3, 0, None, None), 0)),
6407         (('DocSaved', 'DocSaved'), 34575, (34575, (), [(11, 1, None, None)], 1, 4, 4, 0, 260, (3, 0, None, None), 0)),
6408         (('Duration', 'Duration'), 34567, (34567, (), [(16387, 10, None, None)], 1, 2, 4, 0, 264, (3, 0, None, None), 0)),
6409         (('Duration', 'Duration'), 34567, (34567, (), [(3, 1, None, None)], 1, 4, 4, 0, 268, (3, 0, None, None), 0)),
6410         (('End', 'End'), 34568, (34568, (), [(16391, 10, None, None)], 1, 2, 4, 0, 272, (3, 0, None, None), 0)),
6411         (('End', 'End'), 34568, (34568, (), [(7, 1, None, None)], 1, 4, 4, 0, 276, (3, 0, None, None), 0)),
6412         (('Type', 'Type'), 34560, (34560, (), [(16392, 10, None, None)], 1, 2, 4, 0, 280, (3, 0, None, None), 0)),
6413         (('Type', 'Type'), 34560, (34560, (), [(8, 1, None, None)], 1, 4, 4, 0, 284, (3, 0, None, None), 0)),
6414         (('Recipients', 'Recipients'), 63508, (63508, (), [(16393, 10, None, "IID('{0006303B-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 288, (3, 0, None, None), 0)),
6415         (('Start', 'Start'), 34566, (34566, (), [(16391, 10, None, None)], 1, 2, 4, 0, 292, (3, 0, None, None), 0)),
6416         (('Start', 'Start'), 34566, (34566, (), [(7, 1, None, None)], 1, 4, 4, 0, 296, (3, 0, None, None), 0)),
6417         (('Forward', 'Item'), 63507, (63507, (), [(16397, 10, None, "IID('{00061033-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 300, (3, 0, None, None), 0)),
6418         (('Reply', 'Item'), 63504, (63504, (), [(16397, 10, None, "IID('{00061033-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 304, (3, 0, None, None), 0)),
6419         (('ReplyAll', 'Item'), 63505, (63505, (), [(16397, 10, None, "IID('{00061033-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 308, (3, 0, None, None), 0)),
6420         (('StartTimer',), 63269, (63269, (), [], 1, 1, 4, 0, 312, (3, 0, None, None), 0)),
6421         (('StopTimer',), 63270, (63270, (), [], 1, 1, 4, 0, 316, (3, 0, None, None), 0)),
6422         (('Links', 'Links'), 62469, (62469, (), [(16393, 10, None, "IID('{0006308A-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 320, (3, 0, None, None), 0)),
6423 ]
6424 
6425 _MailItem_vtables_dispatch_ = 1
6426 _MailItem_vtables_ = [
6427         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
6428         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
6429         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
6430         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
6431         (('Actions', 'Actions'), 63511, (63511, (), [(16393, 10, None, "IID('{0006303E-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
6432         (('Attachments', 'Attachments'), 63509, (63509, (), [(16393, 10, None, "IID('{0006303C-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 48, (3, 0, None, None), 0)),
6433         (('BillingInformation', 'BillingInformation'), 34101, (34101, (), [(16392, 10, None, None)], 1, 2, 4, 0, 52, (3, 0, None, None), 0)),
6434         (('BillingInformation', 'BillingInformation'), 34101, (34101, (), [(8, 1, None, None)], 1, 4, 4, 0, 56, (3, 0, None, None), 0)),
6435         (('Body', 'Body'), 37120, (37120, (), [(16392, 10, None, None)], 1, 2, 4, 0, 60, (3, 0, None, None), 0)),
6436         (('Body', 'Body'), 37120, (37120, (), [(8, 1, None, None)], 1, 4, 4, 0, 64, (3, 0, None, None), 0)),
6437         (('Categories', 'Categories'), 36865, (36865, (), [(16392, 10, None, None)], 1, 2, 4, 0, 68, (3, 0, None, None), 0)),
6438         (('Categories', 'Categories'), 36865, (36865, (), [(8, 1, None, None)], 1, 4, 4, 0, 72, (3, 0, None, None), 0)),
6439         (('Companies', 'Companies'), 34107, (34107, (), [(16392, 10, None, None)], 1, 2, 4, 0, 76, (3, 0, None, None), 0)),
6440         (('Companies', 'Companies'), 34107, (34107, (), [(8, 1, None, None)], 1, 4, 4, 0, 80, (3, 0, None, None), 0)),
6441         (('ConversationIndex', 'ConversationIndex'), 113, (113, (), [(16392, 10, None, None)], 1, 2, 4, 0, 84, (3, 0, None, None), 0)),
6442         (('ConversationTopic', 'ConversationTopic'), 112, (112, (), [(16392, 10, None, None)], 1, 2, 4, 0, 88, (3, 0, None, None), 0)),
6443         (('CreationTime', 'CreationTime'), 12295, (12295, (), [(16391, 10, None, None)], 1, 2, 4, 0, 92, (3, 0, None, None), 0)),
6444         (('EntryID', 'EntryID'), 61470, (61470, (), [(16392, 10, None, None)], 1, 2, 4, 0, 96, (3, 0, None, None), 0)),
6445         (('FormDescription', 'FormDescription'), 61589, (61589, (), [(16393, 10, None, "IID('{00063046-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 100, (3, 0, None, None), 0)),
6446         (('GetInspector', 'GetInspector'), 61502, (61502, (), [(16393, 10, None, "IID('{00063005-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 104, (3, 0, None, None), 0)),
6447         (('Importance', 'Importance'), 23, (23, (), [(16387, 10, None, None)], 1, 2, 4, 0, 108, (3, 0, None, None), 0)),
6448         (('Importance', 'Importance'), 23, (23, (), [(3, 1, None, None)], 1, 4, 4, 0, 112, (3, 0, None, None), 0)),
6449         (('LastModificationTime', 'LastModificationTime'), 12296, (12296, (), [(16391, 10, None, None)], 1, 2, 4, 0, 116, (3, 0, None, None), 0)),
6450         (('MAPIOBJECT', 'MAPIOBJECT'), 61696, (61696, (), [(16397, 10, None, None)], 1, 2, 4, 0, 120, (3, 0, None, None), 64)),
6451         (('MessageClass', 'MessageClass'), 26, (26, (), [(16392, 10, None, None)], 1, 2, 4, 0, 124, (3, 0, None, None), 0)),
6452         (('MessageClass', 'MessageClass'), 26, (26, (), [(8, 1, None, None)], 1, 4, 4, 0, 128, (3, 0, None, None), 0)),
6453         (('Mileage', 'Mileage'), 34100, (34100, (), [(16392, 10, None, None)], 1, 2, 4, 0, 132, (3, 0, None, None), 0)),
6454         (('Mileage', 'Mileage'), 34100, (34100, (), [(8, 1, None, None)], 1, 4, 4, 0, 136, (3, 0, None, None), 0)),
6455         (('NoAging', 'NoAging'), 34062, (34062, (), [(16395, 10, None, None)], 1, 2, 4, 0, 140, (3, 0, None, None), 0)),
6456         (('NoAging', 'NoAging'), 34062, (34062, (), [(11, 1, None, None)], 1, 4, 4, 0, 144, (3, 0, None, None), 0)),
6457         (('OutlookInternalVersion', 'OutlookInternalVersion'), 34130, (34130, (), [(16387, 10, None, None)], 1, 2, 4, 0, 148, (3, 0, None, None), 0)),
6458         (('OutlookVersion', 'OutlookVersion'), 34132, (34132, (), [(16392, 10, None, None)], 1, 2, 4, 0, 152, (3, 0, None, None), 0)),
6459         (('Saved', 'Saved'), 61603, (61603, (), [(16395, 10, None, None)], 1, 2, 4, 0, 156, (3, 0, None, None), 0)),
6460         (('Sensitivity', 'Sensitivity'), 54, (54, (), [(16387, 10, None, None)], 1, 2, 4, 0, 160, (3, 0, None, None), 0)),
6461         (('Sensitivity', 'Sensitivity'), 54, (54, (), [(3, 1, None, None)], 1, 4, 4, 0, 164, (3, 0, None, None), 0)),
6462         (('Size', 'Size'), 3592, (3592, (), [(16387, 10, None, None)], 1, 2, 4, 0, 168, (3, 0, None, None), 0)),
6463         (('Subject', 'Subject'), 55, (55, (), [(16392, 10, None, None)], 1, 2, 4, 0, 172, (3, 0, None, None), 0)),
6464         (('Subject', 'Subject'), 55, (55, (), [(8, 1, None, None)], 1, 4, 4, 0, 176, (3, 0, None, None), 0)),
6465         (('UnRead', 'UnRead'), 61468, (61468, (), [(16395, 10, None, None)], 1, 2, 4, 0, 180, (3, 0, None, None), 0)),
6466         (('UnRead', 'UnRead'), 61468, (61468, (), [(11, 1, None, None)], 1, 4, 4, 0, 184, (3, 0, None, None), 0)),
6467         (('UserProperties', 'UserProperties'), 63510, (63510, (), [(16393, 10, None, "IID('{0006303D-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 188, (3, 0, None, None), 0)),
6468         (('Close', 'SaveMode'), 61475, (61475, (), [(3, 1, None, None)], 1, 1, 4, 0, 192, (3, 0, None, None), 0)),
6469         (('Copy', 'Item'), 61490, (61490, (), [(16393, 10, None, None)], 1, 1, 4, 0, 196, (3, 0, None, None), 0)),
6470         (('Delete',), 61514, (61514, (), [], 1, 1, 4, 0, 200, (3, 0, None, None), 0)),
6471         (('Display', 'Modal'), 61606, (61606, (), [(12, 17, None, None)], 1, 1, 4, 1, 204, (3, 0, None, None), 0)),
6472         (('Move', 'DestFldr', 'Item'), 61492, (61492, (), [(9, 1, None, "IID('{00063006-0000-0000-C000-000000000046}')"), (16393, 10, None, None)], 1, 1, 4, 0, 208, (3, 0, None, None), 0)),
6473         (('PrintOut',), 61491, (61491, (), [], 1, 1, 4, 0, 212, (3, 0, None, None), 0)),
6474         (('Save',), 61512, (61512, (), [], 1, 1, 4, 0, 216, (3, 0, None, None), 0)),
6475         (('SaveAs', 'Path', 'Type'), 61521, (61521, (), [(8, 1, None, None), (12, 17, None, None)], 1, 1, 4, 1, 220, (3, 0, None, None), 0)),
6476         (('AlternateRecipientAllowed', 'AlternateRecipientAllowed'), 2, (2, (), [(16395, 10, None, None)], 1, 2, 4, 0, 224, (3, 0, None, None), 0)),
6477         (('AlternateRecipientAllowed', 'AlternateRecipientAllowed'), 2, (2, (), [(11, 1, None, None)], 1, 4, 4, 0, 228, (3, 0, None, None), 0)),
6478         (('AutoForwarded', 'AutoForwarded'), 5, (5, (), [(16395, 10, None, None)], 1, 2, 4, 0, 232, (3, 0, None, None), 0)),
6479         (('AutoForwarded', 'AutoForwarded'), 5, (5, (), [(11, 1, None, None)], 1, 4, 4, 0, 236, (3, 0, None, None), 0)),
6480         (('BCC', 'BCC'), 3586, (3586, (), [(16392, 10, None, None)], 1, 2, 4, 0, 240, (3, 0, None, None), 0)),
6481         (('BCC', 'BCC'), 3586, (3586, (), [(8, 1, None, None)], 1, 4, 4, 0, 244, (3, 0, None, None), 0)),
6482         (('CC', 'CC'), 3587, (3587, (), [(16392, 10, None, None)], 1, 2, 4, 0, 248, (3, 0, None, None), 0)),
6483         (('CC', 'CC'), 3587, (3587, (), [(8, 1, None, None)], 1, 4, 4, 0, 252, (3, 0, None, None), 0)),
6484         (('DeferredDeliveryTime', 'DeferredDeliveryTime'), 15, (15, (), [(16391, 10, None, None)], 1, 2, 4, 0, 256, (3, 0, None, None), 0)),
6485         (('DeferredDeliveryTime', 'DeferredDeliveryTime'), 15, (15, (), [(7, 1, None, None)], 1, 4, 4, 0, 260, (3, 0, None, None), 0)),
6486         (('DeleteAfterSubmit', 'DeleteAfterSubmit'), 3585, (3585, (), [(16395, 10, None, None)], 1, 2, 4, 0, 264, (3, 0, None, None), 0)),
6487         (('DeleteAfterSubmit', 'DeleteAfterSubmit'), 3585, (3585, (), [(11, 1, None, None)], 1, 4, 4, 0, 268, (3, 0, None, None), 0)),
6488         (('ExpiryTime', 'ExpiryTime'), 21, (21, (), [(16391, 10, None, None)], 1, 2, 4, 0, 272, (3, 0, None, None), 0)),
6489         (('ExpiryTime', 'ExpiryTime'), 21, (21, (), [(7, 1, None, None)], 1, 4, 4, 0, 276, (3, 0, None, None), 0)),
6490         (('FlagDueBy', 'FlagDueBy'), 48, (48, (), [(16391, 10, None, None)], 1, 2, 4, 0, 280, (3, 0, None, None), 0)),
6491         (('FlagDueBy', 'FlagDueBy'), 48, (48, (), [(7, 1, None, None)], 1, 4, 4, 0, 284, (3, 0, None, None), 0)),
6492         (('FlagRequest', 'FlagRequest'), 34096, (34096, (), [(16392, 10, None, None)], 1, 2, 4, 0, 288, (3, 0, None, None), 0)),
6493         (('FlagRequest', 'FlagRequest'), 34096, (34096, (), [(8, 1, None, None)], 1, 4, 4, 0, 292, (3, 0, None, None), 0)),
6494         (('FlagStatus', 'FlagStatus'), 4240, (4240, (), [(16387, 10, None, None)], 1, 2, 4, 0, 296, (3, 0, None, None), 0)),
6495         (('FlagStatus', 'FlagStatus'), 4240, (4240, (), [(3, 1, None, None)], 1, 4, 4, 0, 300, (3, 0, None, None), 0)),
6496         (('HTMLBody', 'HTMLBody'), 62468, (62468, (), [(16392, 10, None, None)], 1, 2, 4, 0, 304, (3, 0, None, None), 0)),
6497         (('HTMLBody', 'HTMLBody'), 62468, (62468, (), [(8, 1, None, None)], 1, 4, 4, 0, 308, (3, 0, None, None), 0)),
6498         (('OriginatorDeliveryReportRequested', 'OriginatorDeliveryReportRequested'), 35, (35, (), [(16395, 10, None, None)], 1, 2, 4, 0, 312, (3, 0, None, None), 0)),
6499         (('OriginatorDeliveryReportRequested', 'OriginatorDeliveryReportRequested'), 35, (35, (), [(11, 1, None, None)], 1, 4, 4, 0, 316, (3, 0, None, None), 0)),
6500         (('ReadReceiptRequested', 'ReadReceiptRequested'), 41, (41, (), [(16395, 10, None, None)], 1, 2, 4, 0, 320, (3, 0, None, None), 0)),
6501         (('ReadReceiptRequested', 'ReadReceiptRequested'), 41, (41, (), [(11, 1, None, None)], 1, 4, 4, 0, 324, (3, 0, None, None), 0)),
6502         (('ReceivedByEntryID', 'ReceivedByEntryID'), 63, (63, (), [(16392, 10, None, None)], 1, 2, 4, 0, 328, (3, 0, None, None), 0)),
6503         (('ReceivedByName', 'ReceivedByName'), 64, (64, (), [(16392, 10, None, None)], 1, 2, 4, 0, 332, (3, 0, None, None), 0)),
6504         (('ReceivedOnBehalfOfEntryID', 'ReceivedOnBehalfOfEntryID'), 67, (67, (), [(16392, 10, None, None)], 1, 2, 4, 0, 336, (3, 0, None, None), 0)),
6505         (('ReceivedOnBehalfOfName', 'ReceivedOnBehalfOfName'), 68, (68, (), [(16392, 10, None, None)], 1, 2, 4, 0, 340, (3, 0, None, None), 0)),
6506         (('ReceivedTime', 'ReceivedTime'), 3590, (3590, (), [(16391, 10, None, None)], 1, 2, 4, 0, 344, (3, 0, None, None), 0)),
6507         (('RecipientReassignmentProhibited', 'RecipientReassignmentProhibited'), 43, (43, (), [(16395, 10, None, None)], 1, 2, 4, 0, 348, (3, 0, None, None), 0)),
6508         (('RecipientReassignmentProhibited', 'RecipientReassignmentProhibited'), 43, (43, (), [(11, 1, None, None)], 1, 4, 4, 0, 352, (3, 0, None, None), 0)),
6509         (('Recipients', 'Recipients'), 63508, (63508, (), [(16393, 10, None, "IID('{0006303B-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 356, (3, 0, None, None), 0)),
6510         (('ReminderOverrideDefault', 'ReminderOverrideDefault'), 34076, (34076, (), [(16395, 10, None, None)], 1, 2, 4, 0, 360, (3, 0, None, None), 0)),
6511         (('ReminderOverrideDefault', 'ReminderOverrideDefault'), 34076, (34076, (), [(11, 1, None, None)], 1, 4, 4, 0, 364, (3, 0, None, None), 0)),
6512         (('ReminderPlaySound', 'ReminderPlaySound'), 34078, (34078, (), [(16395, 10, None, None)], 1, 2, 4, 0, 368, (3, 0, None, None), 0)),
6513         (('ReminderPlaySound', 'ReminderPlaySound'), 34078, (34078, (), [(11, 1, None, None)], 1, 4, 4, 0, 372, (3, 0, None, None), 0)),
6514         (('ReminderSet', 'ReminderSet'), 34051, (34051, (), [(16395, 10, None, None)], 1, 2, 4, 0, 376, (3, 0, None, None), 0)),
6515         (('ReminderSet', 'ReminderSet'), 34051, (34051, (), [(11, 1, None, None)], 1, 4, 4, 0, 380, (3, 0, None, None), 0)),
6516         (('ReminderSoundFile', 'ReminderSoundFile'), 34079, (34079, (), [(16392, 10, None, None)], 1, 2, 4, 0, 384, (3, 0, None, None), 0)),
6517         (('ReminderSoundFile', 'ReminderSoundFile'), 34079, (34079, (), [(8, 1, None, None)], 1, 4, 4, 0, 388, (3, 0, None, None), 0)),
6518         (('ReminderTime', 'ReminderTime'), 34050, (34050, (), [(16391, 10, None, None)], 1, 2, 4, 0, 392, (3, 0, None, None), 0)),
6519         (('ReminderTime', 'ReminderTime'), 34050, (34050, (), [(7, 1, None, None)], 1, 4, 4, 0, 396, (3, 0, None, None), 0)),
6520         (('RemoteStatus', 'RemoteStatus'), 34065, (34065, (), [(16387, 10, None, None)], 1, 2, 4, 0, 400, (3, 0, None, None), 0)),
6521         (('RemoteStatus', 'RemoteStatus'), 34065, (34065, (), [(3, 1, None, None)], 1, 4, 4, 0, 404, (3, 0, None, None), 0)),
6522         (('ReplyRecipientNames', 'ReplyRecipientNames'), 80, (80, (), [(16392, 10, None, None)], 1, 2, 4, 0, 408, (3, 0, None, None), 0)),
6523         (('ReplyRecipients', 'ReplyRecipients'), 61459, (61459, (), [(16393, 10, None, "IID('{0006303B-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 412, (3, 0, None, None), 0)),
6524         (('SaveSentMessageFolder', 'SaveSentMessageFolder'), 62465, (62465, (), [(16393, 10, None, "IID('{00063006-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 416, (3, 0, None, None), 0)),
6525         (('SaveSentMessageFolder', 'SaveSentMessageFolder'), 62465, (62465, (), [(9, 1, None, "IID('{00063006-0000-0000-C000-000000000046}')")], 1, 8, 4, 0, 420, (3, 0, None, None), 0)),
6526         (('SenderName', 'SenderName'), 3098, (3098, (), [(16392, 10, None, None)], 1, 2, 4, 0, 424, (3, 0, None, None), 0)),
6527         (('Sent', 'Sent'), 62466, (62466, (), [(16395, 10, None, None)], 1, 2, 4, 0, 428, (3, 0, None, None), 0)),
6528         (('SentOn', 'SentOn'), 57, (57, (), [(16391, 10, None, None)], 1, 2, 4, 0, 432, (3, 0, None, None), 0)),
6529         (('SentOnBehalfOfName', 'SentOnBehalfOfName'), 66, (66, (), [(16392, 10, None, None)], 1, 2, 4, 0, 436, (3, 0, None, None), 0)),
6530         (('SentOnBehalfOfName', 'SentOnBehalfOfName'), 66, (66, (), [(8, 1, None, None)], 1, 4, 4, 0, 440, (3, 0, None, None), 0)),
6531         (('Submitted', 'Submitted'), 62467, (62467, (), [(16395, 10, None, None)], 1, 2, 4, 0, 444, (3, 0, None, None), 0)),
6532         (('To', 'To'), 3588, (3588, (), [(16392, 10, None, None)], 1, 2, 4, 0, 448, (3, 0, None, None), 0)),
6533         (('To', 'To'), 3588, (3588, (), [(8, 1, None, None)], 1, 4, 4, 0, 452, (3, 0, None, None), 0)),
6534         (('VotingOptions', 'VotingOptions'), 61467, (61467, (), [(16392, 10, None, None)], 1, 2, 4, 0, 456, (3, 0, None, None), 0)),
6535         (('VotingOptions', 'VotingOptions'), 61467, (61467, (), [(8, 1, None, None)], 1, 4, 4, 0, 460, (3, 0, None, None), 0)),
6536         (('VotingResponse', 'VotingResponse'), 34084, (34084, (), [(16392, 10, None, None)], 1, 2, 4, 0, 464, (3, 0, None, None), 0)),
6537         (('VotingResponse', 'VotingResponse'), 34084, (34084, (), [(8, 1, None, None)], 1, 4, 4, 0, 468, (3, 0, None, None), 0)),
6538         (('ClearConversationIndex',), 63522, (63522, (), [], 1, 1, 4, 0, 472, (3, 0, None, None), 0)),
6539         (('Forward', 'Item'), 63507, (63507, (), [(16397, 10, None, "IID('{00061033-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 476, (3, 0, None, None), 0)),
6540         (('Reply', 'Item'), 63504, (63504, (), [(16397, 10, None, "IID('{00061033-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 480, (3, 0, None, None), 0)),
6541         (('ReplyAll', 'Item'), 63505, (63505, (), [(16397, 10, None, "IID('{00061033-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 484, (3, 0, None, None), 0)),
6542         (('Send',), 61557, (61557, (), [], 1, 1, 4, 0, 488, (3, 0, None, None), 0)),
6543         (('Links', 'Links'), 62469, (62469, (), [(16393, 10, None, "IID('{0006308A-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 492, (3, 0, None, None), 0)),
6544 ]
6545 
6546 _MeetingItem_vtables_dispatch_ = 1
6547 _MeetingItem_vtables_ = [
6548         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
6549         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
6550         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
6551         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
6552         (('Actions', 'Actions'), 63511, (63511, (), [(16393, 10, None, "IID('{0006303E-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
6553         (('Attachments', 'Attachments'), 63509, (63509, (), [(16393, 10, None, "IID('{0006303C-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 48, (3, 0, None, None), 0)),
6554         (('BillingInformation', 'BillingInformation'), 34101, (34101, (), [(16392, 10, None, None)], 1, 2, 4, 0, 52, (3, 0, None, None), 0)),
6555         (('BillingInformation', 'BillingInformation'), 34101, (34101, (), [(8, 1, None, None)], 1, 4, 4, 0, 56, (3, 0, None, None), 0)),
6556         (('Body', 'Body'), 37120, (37120, (), [(16392, 10, None, None)], 1, 2, 4, 0, 60, (3, 0, None, None), 0)),
6557         (('Body', 'Body'), 37120, (37120, (), [(8, 1, None, None)], 1, 4, 4, 0, 64, (3, 0, None, None), 0)),
6558         (('Categories', 'Categories'), 36865, (36865, (), [(16392, 10, None, None)], 1, 2, 4, 0, 68, (3, 0, None, None), 0)),
6559         (('Categories', 'Categories'), 36865, (36865, (), [(8, 1, None, None)], 1, 4, 4, 0, 72, (3, 0, None, None), 0)),
6560         (('Companies', 'Companies'), 34107, (34107, (), [(16392, 10, None, None)], 1, 2, 4, 0, 76, (3, 0, None, None), 0)),
6561         (('Companies', 'Companies'), 34107, (34107, (), [(8, 1, None, None)], 1, 4, 4, 0, 80, (3, 0, None, None), 0)),
6562         (('ConversationIndex', 'ConversationIndex'), 113, (113, (), [(16392, 10, None, None)], 1, 2, 4, 0, 84, (3, 0, None, None), 0)),
6563         (('ConversationTopic', 'ConversationTopic'), 112, (112, (), [(16392, 10, None, None)], 1, 2, 4, 0, 88, (3, 0, None, None), 0)),
6564         (('CreationTime', 'CreationTime'), 12295, (12295, (), [(16391, 10, None, None)], 1, 2, 4, 0, 92, (3, 0, None, None), 0)),
6565         (('EntryID', 'EntryID'), 61470, (61470, (), [(16392, 10, None, None)], 1, 2, 4, 0, 96, (3, 0, None, None), 0)),
6566         (('FormDescription', 'FormDescription'), 61589, (61589, (), [(16393, 10, None, "IID('{00063046-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 100, (3, 0, None, None), 0)),
6567         (('GetInspector', 'GetInspector'), 61502, (61502, (), [(16393, 10, None, "IID('{00063005-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 104, (3, 0, None, None), 0)),
6568         (('Importance', 'Importance'), 23, (23, (), [(16387, 10, None, None)], 1, 2, 4, 0, 108, (3, 0, None, None), 0)),
6569         (('Importance', 'Importance'), 23, (23, (), [(3, 1, None, None)], 1, 4, 4, 0, 112, (3, 0, None, None), 0)),
6570         (('LastModificationTime', 'LastModificationTime'), 12296, (12296, (), [(16391, 10, None, None)], 1, 2, 4, 0, 116, (3, 0, None, None), 0)),
6571         (('MAPIOBJECT', 'MAPIOBJECT'), 61696, (61696, (), [(16397, 10, None, None)], 1, 2, 4, 0, 120, (3, 0, None, None), 64)),
6572         (('MessageClass', 'MessageClass'), 26, (26, (), [(16392, 10, None, None)], 1, 2, 4, 0, 124, (3, 0, None, None), 0)),
6573         (('MessageClass', 'MessageClass'), 26, (26, (), [(8, 1, None, None)], 1, 4, 4, 0, 128, (3, 0, None, None), 0)),
6574         (('Mileage', 'Mileage'), 34100, (34100, (), [(16392, 10, None, None)], 1, 2, 4, 0, 132, (3, 0, None, None), 0)),
6575         (('Mileage', 'Mileage'), 34100, (34100, (), [(8, 1, None, None)], 1, 4, 4, 0, 136, (3, 0, None, None), 0)),
6576         (('NoAging', 'NoAging'), 34062, (34062, (), [(16395, 10, None, None)], 1, 2, 4, 0, 140, (3, 0, None, None), 0)),
6577         (('NoAging', 'NoAging'), 34062, (34062, (), [(11, 1, None, None)], 1, 4, 4, 0, 144, (3, 0, None, None), 0)),
6578         (('OutlookInternalVersion', 'OutlookInternalVersion'), 34130, (34130, (), [(16387, 10, None, None)], 1, 2, 4, 0, 148, (3, 0, None, None), 0)),
6579         (('OutlookVersion', 'OutlookVersion'), 34132, (34132, (), [(16392, 10, None, None)], 1, 2, 4, 0, 152, (3, 0, None, None), 0)),
6580         (('Saved', 'Saved'), 61603, (61603, (), [(16395, 10, None, None)], 1, 2, 4, 0, 156, (3, 0, None, None), 0)),
6581         (('Sensitivity', 'Sensitivity'), 54, (54, (), [(16387, 10, None, None)], 1, 2, 4, 0, 160, (3, 0, None, None), 0)),
6582         (('Sensitivity', 'Sensitivity'), 54, (54, (), [(3, 1, None, None)], 1, 4, 4, 0, 164, (3, 0, None, None), 0)),
6583         (('Size', 'Size'), 3592, (3592, (), [(16387, 10, None, None)], 1, 2, 4, 0, 168, (3, 0, None, None), 0)),
6584         (('Subject', 'Subject'), 55, (55, (), [(16392, 10, None, None)], 1, 2, 4, 0, 172, (3, 0, None, None), 0)),
6585         (('Subject', 'Subject'), 55, (55, (), [(8, 1, None, None)], 1, 4, 4, 0, 176, (3, 0, None, None), 0)),
6586         (('UnRead', 'UnRead'), 61468, (61468, (), [(16395, 10, None, None)], 1, 2, 4, 0, 180, (3, 0, None, None), 0)),
6587         (('UnRead', 'UnRead'), 61468, (61468, (), [(11, 1, None, None)], 1, 4, 4, 0, 184, (3, 0, None, None), 0)),
6588         (('UserProperties', 'UserProperties'), 63510, (63510, (), [(16393, 10, None, "IID('{0006303D-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 188, (3, 0, None, None), 0)),
6589         (('Close', 'SaveMode'), 61475, (61475, (), [(3, 1, None, None)], 1, 1, 4, 0, 192, (3, 0, None, None), 0)),
6590         (('Copy', 'Item'), 61490, (61490, (), [(16393, 10, None, None)], 1, 1, 4, 0, 196, (3, 0, None, None), 0)),
6591         (('Delete',), 61514, (61514, (), [], 1, 1, 4, 0, 200, (3, 0, None, None), 0)),
6592         (('Display', 'Modal'), 61606, (61606, (), [(12, 17, None, None)], 1, 1, 4, 1, 204, (3, 0, None, None), 0)),
6593         (('Move', 'DestFldr', 'Item'), 61492, (61492, (), [(9, 1, None, "IID('{00063006-0000-0000-C000-000000000046}')"), (16393, 10, None, None)], 1, 1, 4, 0, 208, (3, 0, None, None), 0)),
6594         (('PrintOut',), 61491, (61491, (), [], 1, 1, 4, 0, 212, (3, 0, None, None), 0)),
6595         (('Save',), 61512, (61512, (), [], 1, 1, 4, 0, 216, (3, 0, None, None), 0)),
6596         (('SaveAs', 'Path', 'Type'), 61521, (61521, (), [(8, 1, None, None), (12, 17, None, None)], 1, 1, 4, 1, 220, (3, 0, None, None), 0)),
6597         (('AutoForwarded', 'AutoForwarded'), 5, (5, (), [(16395, 10, None, None)], 1, 2, 4, 0, 224, (3, 0, None, None), 0)),
6598         (('AutoForwarded', 'AutoForwarded'), 5, (5, (), [(11, 1, None, None)], 1, 4, 4, 0, 228, (3, 0, None, None), 0)),
6599         (('DeferredDeliveryTime', 'DeferredDeliveryTime'), 15, (15, (), [(16391, 10, None, None)], 1, 2, 4, 0, 232, (3, 0, None, None), 0)),
6600         (('DeferredDeliveryTime', 'DeferredDeliveryTime'), 15, (15, (), [(7, 1, None, None)], 1, 4, 4, 0, 236, (3, 0, None, None), 0)),
6601         (('DeleteAfterSubmit', 'DeleteAfterSubmit'), 3585, (3585, (), [(16395, 10, None, None)], 1, 2, 4, 0, 240, (3, 0, None, None), 0)),
6602         (('DeleteAfterSubmit', 'DeleteAfterSubmit'), 3585, (3585, (), [(11, 1, None, None)], 1, 4, 4, 0, 244, (3, 0, None, None), 0)),
6603         (('ExpiryTime', 'ExpiryTime'), 21, (21, (), [(16391, 10, None, None)], 1, 2, 4, 0, 248, (3, 0, None, None), 0)),
6604         (('ExpiryTime', 'ExpiryTime'), 21, (21, (), [(7, 1, None, None)], 1, 4, 4, 0, 252, (3, 0, None, None), 0)),
6605         (('FlagDueBy', 'FlagDueBy'), 48, (48, (), [(16391, 10, None, None)], 1, 2, 4, 0, 256, (3, 0, None, None), 0)),
6606         (('FlagDueBy', 'FlagDueBy'), 48, (48, (), [(7, 1, None, None)], 1, 4, 4, 0, 260, (3, 0, None, None), 0)),
6607         (('FlagRequest', 'FlagRequest'), 34096, (34096, (), [(16392, 10, None, None)], 1, 2, 4, 0, 264, (3, 0, None, None), 0)),
6608         (('FlagRequest', 'FlagRequest'), 34096, (34096, (), [(8, 1, None, None)], 1, 4, 4, 0, 268, (3, 0, None, None), 0)),
6609         (('FlagStatus', 'FlagStatus'), 4240, (4240, (), [(16387, 10, None, None)], 1, 2, 4, 0, 272, (3, 0, None, None), 0)),
6610         (('FlagStatus', 'FlagStatus'), 4240, (4240, (), [(3, 1, None, None)], 1, 4, 4, 0, 276, (3, 0, None, None), 0)),
6611         (('OriginatorDeliveryReportRequested', 'OriginatorDeliveryReportRequested'), 35, (35, (), [(16395, 10, None, None)], 1, 2, 4, 0, 280, (3, 0, None, None), 0)),
6612         (('OriginatorDeliveryReportRequested', 'OriginatorDeliveryReportRequested'), 35, (35, (), [(11, 1, None, None)], 1, 4, 4, 0, 284, (3, 0, None, None), 0)),
6613         (('ReceivedTime', 'ReceivedTime'), 3590, (3590, (), [(16391, 10, None, None)], 1, 2, 4, 0, 288, (3, 0, None, None), 0)),
6614         (('ReceivedTime', 'ReceivedTime'), 3590, (3590, (), [(7, 1, None, None)], 1, 4, 4, 0, 292, (3, 0, None, None), 0)),
6615         (('Recipients', 'Recipients'), 63508, (63508, (), [(16393, 10, None, "IID('{0006303B-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 296, (3, 0, None, None), 0)),
6616         (('ReminderSet', 'ReminderSet'), 34051, (34051, (), [(16395, 10, None, None)], 1, 2, 4, 0, 300, (3, 0, None, None), 0)),
6617         (('ReminderSet', 'ReminderSet'), 34051, (34051, (), [(11, 1, None, None)], 1, 4, 4, 0, 304, (3, 0, None, None), 0)),
6618         (('ReminderTime', 'ReminderTime'), 34050, (34050, (), [(16391, 10, None, None)], 1, 2, 4, 0, 308, (3, 0, None, None), 0)),
6619         (('ReminderTime', 'ReminderTime'), 34050, (34050, (), [(7, 1, None, None)], 1, 4, 4, 0, 312, (3, 0, None, None), 0)),
6620         (('ReplyRecipients', 'ReplyRecipients'), 61459, (61459, (), [(16393, 10, None, "IID('{0006303B-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 316, (3, 0, None, None), 0)),
6621         (('SaveSentMessageFolder', 'SaveSentMessageFolder'), 62465, (62465, (), [(16393, 10, None, "IID('{00063006-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 320, (3, 0, None, None), 0)),
6622         (('SaveSentMessageFolder', 'SaveSentMessageFolder'), 62465, (62465, (), [(9, 1, None, "IID('{00063006-0000-0000-C000-000000000046}')")], 1, 8, 4, 0, 324, (3, 0, None, None), 0)),
6623         (('SenderName', 'SenderName'), 3098, (3098, (), [(16392, 10, None, None)], 1, 2, 4, 0, 328, (3, 0, None, None), 0)),
6624         (('Sent', 'Sent'), 62466, (62466, (), [(16395, 10, None, None)], 1, 2, 4, 0, 332, (3, 0, None, None), 0)),
6625         (('SentOn', 'SentOn'), 57, (57, (), [(16391, 10, None, None)], 1, 2, 4, 0, 336, (3, 0, None, None), 0)),
6626         (('Submitted', 'Submitted'), 62467, (62467, (), [(16395, 10, None, None)], 1, 2, 4, 0, 340, (3, 0, None, None), 0)),
6627         (('Forward', 'Item'), 63507, (63507, (), [(16397, 10, None, "IID('{00061036-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 344, (3, 0, None, None), 0)),
6628         (('GetAssociatedAppointment', 'AddToCalendar', 'Item'), 63328, (63328, (), [(11, 1, None, None), (16397, 10, None, "IID('{00061030-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 348, (3, 0, None, None), 0)),
6629         (('Reply', 'Item'), 63504, (63504, (), [(16397, 10, None, "IID('{00061033-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 352, (3, 0, None, None), 0)),
6630         (('ReplyAll', 'Item'), 63505, (63505, (), [(16397, 10, None, "IID('{00061033-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 356, (3, 0, None, None), 0)),
6631         (('Send',), 61557, (61557, (), [], 1, 1, 4, 0, 360, (3, 0, None, None), 0)),
6632         (('Links', 'Links'), 62469, (62469, (), [(16393, 10, None, "IID('{0006308A-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 364, (3, 0, None, None), 0)),
6633 ]
6634 
6635 _NameSpace_vtables_dispatch_ = 1
6636 _NameSpace_vtables_ = [
6637         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
6638         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
6639         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
6640         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
6641         (('CurrentUser', 'CurrentUser'), 8449, (8449, (), [(16393, 10, None, "IID('{00063045-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
6642         (('Folders', 'Folders'), 8451, (8451, (), [(16393, 10, None, "IID('{00063040-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 48, (3, 0, None, None), 0)),
6643         (('Type', 'Type'), 8452, (8452, (), [(16392, 10, None, None)], 1, 2, 4, 0, 52, (3, 0, None, None), 0)),
6644         (('AddressLists', 'AddressLists'), 8461, (8461, (), [(16393, 10, None, "IID('{00063048-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 56, (3, 0, None, None), 0)),
6645         (('CreateRecipient', 'RecipientName', 'Recipient'), 8458, (8458, (), [(8, 1, None, None), (16393, 10, None, "IID('{00063045-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 60, (3, 0, None, None), 0)),
6646         (('GetDefaultFolder', 'FolderType', 'Folder'), 8459, (8459, (), [(3, 1, None, None), (16393, 10, None, "IID('{00063006-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 64, (3, 0, None, None), 0)),
6647         (('GetFolderFromID', 'EntryIDFolder', 'EntryIDStore', 'Folder'), 8456, (8456, (), [(8, 1, None, None), (12, 17, None, None), (16393, 10, None, "IID('{00063006-0000-0000-C000-000000000046}')")], 1, 1, 4, 1, 68, (3, 0, None, None), 0)),
6648         (('GetItemFromID', 'EntryIDItem', 'EntryIDStore', 'Item'), 8457, (8457, (), [(8, 1, None, None), (12, 17, None, None), (16393, 10, None, None)], 1, 1, 4, 1, 72, (3, 0, None, None), 0)),
6649         (('GetRecipientFromID', 'EntryID', 'Recipient'), 8455, (8455, (), [(8, 1, None, None), (16393, 10, None, "IID('{00063045-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 76, (3, 0, None, None), 0)),
6650         (('GetSharedDefaultFolder', 'Recipient', 'FolderType', 'Folder'), 8460, (8460, (), [(9, 1, None, "IID('{00063045-0000-0000-C000-000000000046}')"), (3, 1, None, None), (16393, 10, None, "IID('{00063006-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 80, (3, 0, None, None), 0)),
6651         (('Logoff',), 8454, (8454, (), [], 1, 1, 4, 0, 84, (3, 0, None, None), 0)),
6652         (('Logon', 'Profile', 'Password', 'ShowDialog', 'NewSession'), 8453, (8453, (), [(12, 17, None, None), (12, 17, None, None), (12, 17, None, None), (12, 17, None, None)], 1, 1, 4, 4, 88, (3, 0, None, None), 0)),
6653         (('PickFolder', 'Folder'), 8462, (8462, (), [(16393, 10, None, "IID('{00063006-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 92, (3, 0, None, None), 0)),
6654         (('RefreshRemoteHeaders',), 8471, (8471, (), [], 1, 1, 4, 0, 96, (3, 0, None, None), 64)),
6655         (('SyncObjects', 'SyncObjects'), 8472, (8472, (), [(16393, 10, None, "IID('{00063086-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 100, (3, 0, None, None), 0)),
6656         (('AddStore', 'Store'), 8473, (8473, (), [(12, 1, None, None)], 1, 1, 4, 0, 104, (3, 0, None, None), 0)),
6657         (('RemoveStore', 'Folder'), 8474, (8474, (), [(9, 1, None, "IID('{00063006-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 108, (3, 0, None, None), 64)),
6658 ]
6659 
6660 _NoteItem_vtables_dispatch_ = 1
6661 _NoteItem_vtables_ = [
6662         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
6663         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
6664         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
6665         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
6666         (('Body', 'Body'), 37120, (37120, (), [(16392, 10, None, None)], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
6667         (('Body', 'Body'), 37120, (37120, (), [(8, 1, None, None)], 1, 4, 4, 0, 48, (3, 0, None, None), 0)),
6668         (('Categories', 'Categories'), 36865, (36865, (), [(16392, 10, None, None)], 1, 2, 4, 0, 52, (3, 0, None, None), 0)),
6669         (('Categories', 'Categories'), 36865, (36865, (), [(8, 1, None, None)], 1, 4, 4, 0, 56, (3, 0, None, None), 0)),
6670         (('Color', 'Color'), 35584, (35584, (), [(16387, 10, None, None)], 1, 2, 4, 0, 60, (3, 0, None, None), 0)),
6671         (('Color', 'Color'), 35584, (35584, (), [(3, 1, None, None)], 1, 4, 4, 0, 64, (3, 0, None, None), 0)),
6672         (('CreationTime', 'CreationTime'), 12295, (12295, (), [(16391, 10, None, None)], 1, 2, 4, 0, 68, (3, 0, None, None), 0)),
6673         (('EntryID', 'EntryID'), 61470, (61470, (), [(16392, 10, None, None)], 1, 2, 4, 0, 72, (3, 0, None, None), 0)),
6674         (('GetInspector', 'GetInspector'), 61502, (61502, (), [(16393, 10, None, "IID('{00063005-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 76, (3, 0, None, None), 0)),
6675         (('Height', 'Height'), 35587, (35587, (), [(16387, 10, None, None)], 1, 2, 4, 0, 80, (3, 0, None, None), 0)),
6676         (('Height', 'Height'), 35587, (35587, (), [(3, 1, None, None)], 1, 4, 4, 0, 84, (3, 0, None, None), 0)),
6677         (('LastModificationTime', 'LastModificationTime'), 12296, (12296, (), [(16391, 10, None, None)], 1, 2, 4, 0, 88, (3, 0, None, None), 0)),
6678         (('Left', 'Left'), 35588, (35588, (), [(16387, 10, None, None)], 1, 2, 4, 0, 92, (3, 0, None, None), 0)),
6679         (('Left', 'Left'), 35588, (35588, (), [(3, 1, None, None)], 1, 4, 4, 0, 96, (3, 0, None, None), 0)),
6680         (('MessageClass', 'MessageClass'), 26, (26, (), [(16392, 10, None, None)], 1, 2, 4, 0, 100, (3, 0, None, None), 0)),
6681         (('MessageClass', 'MessageClass'), 26, (26, (), [(8, 1, None, None)], 1, 4, 4, 0, 104, (3, 0, None, None), 0)),
6682         (('Saved', 'Saved'), 61603, (61603, (), [(16395, 10, None, None)], 1, 2, 4, 0, 108, (3, 0, None, None), 0)),
6683         (('Size', 'Size'), 3592, (3592, (), [(16387, 10, None, None)], 1, 2, 4, 0, 112, (3, 0, None, None), 0)),
6684         (('Subject', 'Subject'), 63392, (63392, (), [(16392, 10, None, None)], 1, 2, 4, 0, 116, (3, 0, None, None), 0)),
6685         (('Top', 'Top'), 35589, (35589, (), [(16387, 10, None, None)], 1, 2, 4, 0, 120, (3, 0, None, None), 0)),
6686         (('Top', 'Top'), 35589, (35589, (), [(3, 1, None, None)], 1, 4, 4, 0, 124, (3, 0, None, None), 0)),
6687         (('Width', 'Width'), 35586, (35586, (), [(16387, 10, None, None)], 1, 2, 4, 0, 128, (3, 0, None, None), 0)),
6688         (('Width', 'Width'), 35586, (35586, (), [(3, 1, None, None)], 1, 4, 4, 0, 132, (3, 0, None, None), 0)),
6689         (('Close', 'SaveMode'), 61475, (61475, (), [(3, 1, None, None)], 1, 1, 4, 0, 136, (3, 0, None, None), 0)),
6690         (('Copy', 'Item'), 61490, (61490, (), [(16393, 10, None, None)], 1, 1, 4, 0, 140, (3, 0, None, None), 0)),
6691         (('Delete',), 61514, (61514, (), [], 1, 1, 4, 0, 144, (3, 0, None, None), 0)),
6692         (('Display', 'Modal'), 61606, (61606, (), [(12, 17, None, None)], 1, 1, 4, 1, 148, (3, 0, None, None), 0)),
6693         (('Move', 'DestFldr', 'Item'), 61492, (61492, (), [(9, 1, None, "IID('{00063006-0000-0000-C000-000000000046}')"), (16393, 10, None, None)], 1, 1, 4, 0, 152, (3, 0, None, None), 0)),
6694         (('PrintOut',), 61491, (61491, (), [], 1, 1, 4, 0, 156, (3, 0, None, None), 0)),
6695         (('Save',), 61512, (61512, (), [], 1, 1, 4, 0, 160, (3, 0, None, None), 0)),
6696         (('SaveAs', 'Path', 'Type'), 61521, (61521, (), [(8, 1, None, None), (12, 17, None, None)], 1, 1, 4, 1, 164, (3, 0, None, None), 0)),
6697         (('Links', 'Links'), 62469, (62469, (), [(16393, 10, None, "IID('{0006308A-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 168, (3, 0, None, None), 0)),
6698 ]
6699 
6700 _OutlookBarGroups_vtables_dispatch_ = 1
6701 _OutlookBarGroups_vtables_ = [
6702         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
6703         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
6704         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
6705         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
6706         (('Count', 'Count'), 80, (80, (), [(16387, 10, None, None)], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
6707         (('Item', 'Index', 'Item'), 81, (81, (), [(12, 1, None, None), (16393, 10, None, "IID('{00063073-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 48, (3, 0, None, None), 0)),
6708         (('Add', 'Name', 'Index', 'Group'), 95, (95, (), [(8, 1, None, None), (12, 17, None, None), (16393, 10, None, "IID('{00063073-0000-0000-C000-000000000046}')")], 1, 1, 4, 1, 52, (3, 0, None, None), 0)),
6709         (('Remove', 'Index'), 84, (84, (), [(12, 1, None, None)], 1, 1, 4, 0, 56, (3, 0, None, None), 0)),
6710 ]
6711 
6712 _OutlookBarPane_vtables_dispatch_ = 1
6713 _OutlookBarPane_vtables_ = [
6714         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
6715         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
6716         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
6717         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
6718         (('Contents', 'Contents'), 8448, (8448, (), [(16393, 10, None, "IID('{00063071-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
6719         (('CurrentGroup', 'CurrentGroup'), 8449, (8449, (), [(16393, 10, None, "IID('{00063073-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 48, (3, 0, None, None), 0)),
6720         (('CurrentGroup', 'CurrentGroup'), 8449, (8449, (), [(9, 1, None, "IID('{00063073-0000-0000-C000-000000000046}')")], 1, 8, 4, 0, 52, (3, 0, None, None), 0)),
6721         (('Name', 'Name'), 0, (0, (), [(16392, 10, None, None)], 1, 2, 4, 0, 56, (3, 0, None, None), 0)),
6722         (('Visible', 'Visible'), 8451, (8451, (), [(16395, 10, None, None)], 1, 2, 4, 0, 60, (3, 0, None, None), 0)),
6723         (('Visible', 'Visible'), 8451, (8451, (), [(11, 1, None, None)], 1, 4, 4, 0, 64, (3, 0, None, None), 0)),
6724 ]
6725 
6726 _OutlookBarShortcuts_vtables_dispatch_ = 1
6727 _OutlookBarShortcuts_vtables_ = [
6728         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
6729         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
6730         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
6731         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
6732         (('Count', 'Count'), 80, (80, (), [(16387, 10, None, None)], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
6733         (('Item', 'Index', 'Item'), 81, (81, (), [(12, 1, None, None), (16393, 10, None, "IID('{00063075-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 48, (3, 0, None, None), 0)),
6734         (('Add', 'Target', 'Name', 'Index', 'Shortcut'), 95, (95, (), [(12, 1, None, None), (8, 1, None, None), (12, 17, None, None), (16393, 10, None, "IID('{00063075-0000-0000-C000-000000000046}')")], 1, 1, 4, 1, 52, (3, 0, None, None), 0)),
6735         (('Remove', 'Index'), 84, (84, (), [(12, 1, None, None)], 1, 1, 4, 0, 56, (3, 0, None, None), 0)),
6736 ]
6737 
6738 _PostItem_vtables_dispatch_ = 1
6739 _PostItem_vtables_ = [
6740         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
6741         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
6742         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
6743         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
6744         (('Actions', 'Actions'), 63511, (63511, (), [(16393, 10, None, "IID('{0006303E-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
6745         (('Attachments', 'Attachments'), 63509, (63509, (), [(16393, 10, None, "IID('{0006303C-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 48, (3, 0, None, None), 0)),
6746         (('BillingInformation', 'BillingInformation'), 34101, (34101, (), [(16392, 10, None, None)], 1, 2, 4, 0, 52, (3, 0, None, None), 0)),
6747         (('BillingInformation', 'BillingInformation'), 34101, (34101, (), [(8, 1, None, None)], 1, 4, 4, 0, 56, (3, 0, None, None), 0)),
6748         (('Body', 'Body'), 37120, (37120, (), [(16392, 10, None, None)], 1, 2, 4, 0, 60, (3, 0, None, None), 0)),
6749         (('Body', 'Body'), 37120, (37120, (), [(8, 1, None, None)], 1, 4, 4, 0, 64, (3, 0, None, None), 0)),
6750         (('Categories', 'Categories'), 36865, (36865, (), [(16392, 10, None, None)], 1, 2, 4, 0, 68, (3, 0, None, None), 0)),
6751         (('Categories', 'Categories'), 36865, (36865, (), [(8, 1, None, None)], 1, 4, 4, 0, 72, (3, 0, None, None), 0)),
6752         (('Companies', 'Companies'), 34107, (34107, (), [(16392, 10, None, None)], 1, 2, 4, 0, 76, (3, 0, None, None), 0)),
6753         (('Companies', 'Companies'), 34107, (34107, (), [(8, 1, None, None)], 1, 4, 4, 0, 80, (3, 0, None, None), 0)),
6754         (('ConversationIndex', 'ConversationIndex'), 113, (113, (), [(16392, 10, None, None)], 1, 2, 4, 0, 84, (3, 0, None, None), 0)),
6755         (('ConversationTopic', 'ConversationTopic'), 112, (112, (), [(16392, 10, None, None)], 1, 2, 4, 0, 88, (3, 0, None, None), 0)),
6756         (('CreationTime', 'CreationTime'), 12295, (12295, (), [(16391, 10, None, None)], 1, 2, 4, 0, 92, (3, 0, None, None), 0)),
6757         (('EntryID', 'EntryID'), 61470, (61470, (), [(16392, 10, None, None)], 1, 2, 4, 0, 96, (3, 0, None, None), 0)),
6758         (('FormDescription', 'FormDescription'), 61589, (61589, (), [(16393, 10, None, "IID('{00063046-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 100, (3, 0, None, None), 0)),
6759         (('GetInspector', 'GetInspector'), 61502, (61502, (), [(16393, 10, None, "IID('{00063005-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 104, (3, 0, None, None), 0)),
6760         (('Importance', 'Importance'), 23, (23, (), [(16387, 10, None, None)], 1, 2, 4, 0, 108, (3, 0, None, None), 0)),
6761         (('Importance', 'Importance'), 23, (23, (), [(3, 1, None, None)], 1, 4, 4, 0, 112, (3, 0, None, None), 0)),
6762         (('LastModificationTime', 'LastModificationTime'), 12296, (12296, (), [(16391, 10, None, None)], 1, 2, 4, 0, 116, (3, 0, None, None), 0)),
6763         (('MAPIOBJECT', 'MAPIOBJECT'), 61696, (61696, (), [(16397, 10, None, None)], 1, 2, 4, 0, 120, (3, 0, None, None), 64)),
6764         (('MessageClass', 'MessageClass'), 26, (26, (), [(16392, 10, None, None)], 1, 2, 4, 0, 124, (3, 0, None, None), 0)),
6765         (('MessageClass', 'MessageClass'), 26, (26, (), [(8, 1, None, None)], 1, 4, 4, 0, 128, (3, 0, None, None), 0)),
6766         (('Mileage', 'Mileage'), 34100, (34100, (), [(16392, 10, None, None)], 1, 2, 4, 0, 132, (3, 0, None, None), 0)),
6767         (('Mileage', 'Mileage'), 34100, (34100, (), [(8, 1, None, None)], 1, 4, 4, 0, 136, (3, 0, None, None), 0)),
6768         (('NoAging', 'NoAging'), 34062, (34062, (), [(16395, 10, None, None)], 1, 2, 4, 0, 140, (3, 0, None, None), 0)),
6769         (('NoAging', 'NoAging'), 34062, (34062, (), [(11, 1, None, None)], 1, 4, 4, 0, 144, (3, 0, None, None), 0)),
6770         (('OutlookInternalVersion', 'OutlookInternalVersion'), 34130, (34130, (), [(16387, 10, None, None)], 1, 2, 4, 0, 148, (3, 0, None, None), 0)),
6771         (('OutlookVersion', 'OutlookVersion'), 34132, (34132, (), [(16392, 10, None, None)], 1, 2, 4, 0, 152, (3, 0, None, None), 0)),
6772         (('Saved', 'Saved'), 61603, (61603, (), [(16395, 10, None, None)], 1, 2, 4, 0, 156, (3, 0, None, None), 0)),
6773         (('Sensitivity', 'Sensitivity'), 54, (54, (), [(16387, 10, None, None)], 1, 2, 4, 0, 160, (3, 0, None, None), 0)),
6774         (('Sensitivity', 'Sensitivity'), 54, (54, (), [(3, 1, None, None)], 1, 4, 4, 0, 164, (3, 0, None, None), 0)),
6775         (('Size', 'Size'), 3592, (3592, (), [(16387, 10, None, None)], 1, 2, 4, 0, 168, (3, 0, None, None), 0)),
6776         (('Subject', 'Subject'), 55, (55, (), [(16392, 10, None, None)], 1, 2, 4, 0, 172, (3, 0, None, None), 0)),
6777         (('Subject', 'Subject'), 55, (55, (), [(8, 1, None, None)], 1, 4, 4, 0, 176, (3, 0, None, None), 0)),
6778         (('UnRead', 'UnRead'), 61468, (61468, (), [(16395, 10, None, None)], 1, 2, 4, 0, 180, (3, 0, None, None), 0)),
6779         (('UnRead', 'UnRead'), 61468, (61468, (), [(11, 1, None, None)], 1, 4, 4, 0, 184, (3, 0, None, None), 0)),
6780         (('UserProperties', 'UserProperties'), 63510, (63510, (), [(16393, 10, None, "IID('{0006303D-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 188, (3, 0, None, None), 0)),
6781         (('Close', 'SaveMode'), 61475, (61475, (), [(3, 1, None, None)], 1, 1, 4, 0, 192, (3, 0, None, None), 0)),
6782         (('Copy', 'Item'), 61490, (61490, (), [(16393, 10, None, None)], 1, 1, 4, 0, 196, (3, 0, None, None), 0)),
6783         (('Delete',), 61514, (61514, (), [], 1, 1, 4, 0, 200, (3, 0, None, None), 0)),
6784         (('Display', 'Modal'), 61606, (61606, (), [(12, 17, None, None)], 1, 1, 4, 1, 204, (3, 0, None, None), 0)),
6785         (('Move', 'DestFldr', 'Item'), 61492, (61492, (), [(9, 1, None, "IID('{00063006-0000-0000-C000-000000000046}')"), (16393, 10, None, None)], 1, 1, 4, 0, 208, (3, 0, None, None), 0)),
6786         (('PrintOut',), 61491, (61491, (), [], 1, 1, 4, 0, 212, (3, 0, None, None), 0)),
6787         (('Save',), 61512, (61512, (), [], 1, 1, 4, 0, 216, (3, 0, None, None), 0)),
6788         (('SaveAs', 'Path', 'Type'), 61521, (61521, (), [(8, 1, None, None), (12, 17, None, None)], 1, 1, 4, 1, 220, (3, 0, None, None), 0)),
6789         (('ExpiryTime', 'ExpiryTime'), 21, (21, (), [(16391, 10, None, None)], 1, 2, 4, 0, 224, (3, 0, None, None), 0)),
6790         (('ExpiryTime', 'ExpiryTime'), 21, (21, (), [(7, 1, None, None)], 1, 4, 4, 0, 228, (3, 0, None, None), 0)),
6791         (('HTMLBody', 'HTMLBody'), 62468, (62468, (), [(16392, 10, None, None)], 1, 2, 4, 0, 232, (3, 0, None, None), 0)),
6792         (('HTMLBody', 'HTMLBody'), 62468, (62468, (), [(8, 1, None, None)], 1, 4, 4, 0, 236, (3, 0, None, None), 0)),
6793         (('ReceivedTime', 'ReceivedTime'), 3590, (3590, (), [(16391, 10, None, None)], 1, 2, 4, 0, 240, (3, 0, None, None), 0)),
6794         (('SenderName', 'SenderName'), 3098, (3098, (), [(16392, 10, None, None)], 1, 2, 4, 0, 244, (3, 0, None, None), 0)),
6795         (('SentOn', 'SentOn'), 57, (57, (), [(16391, 10, None, None)], 1, 2, 4, 0, 248, (3, 0, None, None), 0)),
6796         (('ClearConversationIndex',), 63522, (63522, (), [], 1, 1, 4, 0, 252, (3, 0, None, None), 0)),
6797         (('Forward', 'Item'), 63507, (63507, (), [(16397, 10, None, "IID('{00061033-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 256, (3, 0, None, None), 0)),
6798         (('Post',), 61557, (61557, (), [], 1, 1, 4, 0, 260, (3, 0, None, None), 0)),
6799         (('Reply', 'Item'), 63504, (63504, (), [(16397, 10, None, "IID('{00061033-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 264, (3, 0, None, None), 0)),
6800         (('Links', 'Links'), 62469, (62469, (), [(16393, 10, None, "IID('{0006308A-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 268, (3, 0, None, None), 0)),
6801 ]
6802 
6803 _RemoteItem_vtables_dispatch_ = 1
6804 _RemoteItem_vtables_ = [
6805         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
6806         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
6807         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
6808         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
6809         (('Actions', 'Actions'), 63511, (63511, (), [(16393, 10, None, "IID('{0006303E-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
6810         (('Attachments', 'Attachments'), 63509, (63509, (), [(16393, 10, None, "IID('{0006303C-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 48, (3, 0, None, None), 0)),
6811         (('BillingInformation', 'BillingInformation'), 34101, (34101, (), [(16392, 10, None, None)], 1, 2, 4, 0, 52, (3, 0, None, None), 0)),
6812         (('BillingInformation', 'BillingInformation'), 34101, (34101, (), [(8, 1, None, None)], 1, 4, 4, 0, 56, (3, 0, None, None), 0)),
6813         (('Body', 'Body'), 37120, (37120, (), [(16392, 10, None, None)], 1, 2, 4, 0, 60, (3, 0, None, None), 0)),
6814         (('Body', 'Body'), 37120, (37120, (), [(8, 1, None, None)], 1, 4, 4, 0, 64, (3, 0, None, None), 0)),
6815         (('Categories', 'Categories'), 36865, (36865, (), [(16392, 10, None, None)], 1, 2, 4, 0, 68, (3, 0, None, None), 0)),
6816         (('Categories', 'Categories'), 36865, (36865, (), [(8, 1, None, None)], 1, 4, 4, 0, 72, (3, 0, None, None), 0)),
6817         (('Companies', 'Companies'), 34107, (34107, (), [(16392, 10, None, None)], 1, 2, 4, 0, 76, (3, 0, None, None), 0)),
6818         (('Companies', 'Companies'), 34107, (34107, (), [(8, 1, None, None)], 1, 4, 4, 0, 80, (3, 0, None, None), 0)),
6819         (('ConversationIndex', 'ConversationIndex'), 113, (113, (), [(16392, 10, None, None)], 1, 2, 4, 0, 84, (3, 0, None, None), 0)),
6820         (('ConversationTopic', 'ConversationTopic'), 112, (112, (), [(16392, 10, None, None)], 1, 2, 4, 0, 88, (3, 0, None, None), 0)),
6821         (('CreationTime', 'CreationTime'), 12295, (12295, (), [(16391, 10, None, None)], 1, 2, 4, 0, 92, (3, 0, None, None), 0)),
6822         (('EntryID', 'EntryID'), 61470, (61470, (), [(16392, 10, None, None)], 1, 2, 4, 0, 96, (3, 0, None, None), 0)),
6823         (('FormDescription', 'FormDescription'), 61589, (61589, (), [(16393, 10, None, "IID('{00063046-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 100, (3, 0, None, None), 0)),
6824         (('GetInspector', 'GetInspector'), 61502, (61502, (), [(16393, 10, None, "IID('{00063005-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 104, (3, 0, None, None), 0)),
6825         (('Importance', 'Importance'), 23, (23, (), [(16387, 10, None, None)], 1, 2, 4, 0, 108, (3, 0, None, None), 0)),
6826         (('Importance', 'Importance'), 23, (23, (), [(3, 1, None, None)], 1, 4, 4, 0, 112, (3, 0, None, None), 0)),
6827         (('LastModificationTime', 'LastModificationTime'), 12296, (12296, (), [(16391, 10, None, None)], 1, 2, 4, 0, 116, (3, 0, None, None), 0)),
6828         (('MAPIOBJECT', 'MAPIOBJECT'), 61696, (61696, (), [(16397, 10, None, None)], 1, 2, 4, 0, 120, (3, 0, None, None), 64)),
6829         (('MessageClass', 'MessageClass'), 26, (26, (), [(16392, 10, None, None)], 1, 2, 4, 0, 124, (3, 0, None, None), 0)),
6830         (('MessageClass', 'MessageClass'), 26, (26, (), [(8, 1, None, None)], 1, 4, 4, 0, 128, (3, 0, None, None), 0)),
6831         (('Mileage', 'Mileage'), 34100, (34100, (), [(16392, 10, None, None)], 1, 2, 4, 0, 132, (3, 0, None, None), 0)),
6832         (('Mileage', 'Mileage'), 34100, (34100, (), [(8, 1, None, None)], 1, 4, 4, 0, 136, (3, 0, None, None), 0)),
6833         (('NoAging', 'NoAging'), 34062, (34062, (), [(16395, 10, None, None)], 1, 2, 4, 0, 140, (3, 0, None, None), 0)),
6834         (('NoAging', 'NoAging'), 34062, (34062, (), [(11, 1, None, None)], 1, 4, 4, 0, 144, (3, 0, None, None), 0)),
6835         (('OutlookInternalVersion', 'OutlookInternalVersion'), 34130, (34130, (), [(16387, 10, None, None)], 1, 2, 4, 0, 148, (3, 0, None, None), 0)),
6836         (('OutlookVersion', 'OutlookVersion'), 34132, (34132, (), [(16392, 10, None, None)], 1, 2, 4, 0, 152, (3, 0, None, None), 0)),
6837         (('Saved', 'Saved'), 61603, (61603, (), [(16395, 10, None, None)], 1, 2, 4, 0, 156, (3, 0, None, None), 0)),
6838         (('Sensitivity', 'Sensitivity'), 54, (54, (), [(16387, 10, None, None)], 1, 2, 4, 0, 160, (3, 0, None, None), 0)),
6839         (('Sensitivity', 'Sensitivity'), 54, (54, (), [(3, 1, None, None)], 1, 4, 4, 0, 164, (3, 0, None, None), 0)),
6840         (('Size', 'Size'), 3592, (3592, (), [(16387, 10, None, None)], 1, 2, 4, 0, 168, (3, 0, None, None), 0)),
6841         (('Subject', 'Subject'), 55, (55, (), [(16392, 10, None, None)], 1, 2, 4, 0, 172, (3, 0, None, None), 0)),
6842         (('Subject', 'Subject'), 55, (55, (), [(8, 1, None, None)], 1, 4, 4, 0, 176, (3, 0, None, None), 0)),
6843         (('UnRead', 'UnRead'), 61468, (61468, (), [(16395, 10, None, None)], 1, 2, 4, 0, 180, (3, 0, None, None), 0)),
6844         (('UnRead', 'UnRead'), 61468, (61468, (), [(11, 1, None, None)], 1, 4, 4, 0, 184, (3, 0, None, None), 0)),
6845         (('UserProperties', 'UserProperties'), 63510, (63510, (), [(16393, 10, None, "IID('{0006303D-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 188, (3, 0, None, None), 0)),
6846         (('Close', 'SaveMode'), 61475, (61475, (), [(3, 1, None, None)], 1, 1, 4, 0, 192, (3, 0, None, None), 0)),
6847         (('Copy', 'Item'), 61490, (61490, (), [(16393, 10, None, None)], 1, 1, 4, 0, 196, (3, 0, None, None), 0)),
6848         (('Delete',), 61514, (61514, (), [], 1, 1, 4, 0, 200, (3, 0, None, None), 0)),
6849         (('Display', 'Modal'), 61606, (61606, (), [(12, 17, None, None)], 1, 1, 4, 1, 204, (3, 0, None, None), 0)),
6850         (('Move', 'DestFldr', 'Item'), 61492, (61492, (), [(9, 1, None, "IID('{00063006-0000-0000-C000-000000000046}')"), (16393, 10, None, None)], 1, 1, 4, 0, 208, (3, 0, None, None), 0)),
6851         (('PrintOut',), 61491, (61491, (), [], 1, 1, 4, 0, 212, (3, 0, None, None), 0)),
6852         (('Save',), 61512, (61512, (), [], 1, 1, 4, 0, 216, (3, 0, None, None), 0)),
6853         (('SaveAs', 'Path', 'Type'), 61521, (61521, (), [(8, 1, None, None), (12, 17, None, None)], 1, 1, 4, 1, 220, (3, 0, None, None), 0)),
6854         (('HasAttachment', 'HasAttachment'), 36615, (36615, (), [(16395, 10, None, None)], 1, 2, 4, 0, 224, (3, 0, None, None), 0)),
6855         (('RemoteMessageClass', 'RemoteMessageClass'), 36610, (36610, (), [(16392, 10, None, None)], 1, 2, 4, 0, 228, (3, 0, None, None), 0)),
6856         (('TransferSize', 'TransferSize'), 36613, (36613, (), [(16387, 10, None, None)], 1, 2, 4, 0, 232, (3, 0, None, None), 0)),
6857         (('TransferTime', 'TransferTime'), 36612, (36612, (), [(16387, 10, None, None)], 1, 2, 4, 0, 236, (3, 0, None, None), 0)),
6858         (('Links', 'Links'), 62469, (62469, (), [(16393, 10, None, "IID('{0006308A-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 240, (3, 0, None, None), 0)),
6859 ]
6860 
6861 _ReportItem_vtables_dispatch_ = 1
6862 _ReportItem_vtables_ = [
6863         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
6864         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
6865         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
6866         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
6867         (('Actions', 'Actions'), 63511, (63511, (), [(16393, 10, None, "IID('{0006303E-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
6868         (('Attachments', 'Attachments'), 63509, (63509, (), [(16393, 10, None, "IID('{0006303C-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 48, (3, 0, None, None), 0)),
6869         (('BillingInformation', 'BillingInformation'), 34101, (34101, (), [(16392, 10, None, None)], 1, 2, 4, 0, 52, (3, 0, None, None), 0)),
6870         (('BillingInformation', 'BillingInformation'), 34101, (34101, (), [(8, 1, None, None)], 1, 4, 4, 0, 56, (3, 0, None, None), 0)),
6871         (('Body', 'Body'), 37120, (37120, (), [(16392, 10, None, None)], 1, 2, 4, 0, 60, (3, 0, None, None), 0)),
6872         (('Body', 'Body'), 37120, (37120, (), [(8, 1, None, None)], 1, 4, 4, 0, 64, (3, 0, None, None), 0)),
6873         (('Categories', 'Categories'), 36865, (36865, (), [(16392, 10, None, None)], 1, 2, 4, 0, 68, (3, 0, None, None), 0)),
6874         (('Categories', 'Categories'), 36865, (36865, (), [(8, 1, None, None)], 1, 4, 4, 0, 72, (3, 0, None, None), 0)),
6875         (('Companies', 'Companies'), 34107, (34107, (), [(16392, 10, None, None)], 1, 2, 4, 0, 76, (3, 0, None, None), 0)),
6876         (('Companies', 'Companies'), 34107, (34107, (), [(8, 1, None, None)], 1, 4, 4, 0, 80, (3, 0, None, None), 0)),
6877         (('ConversationIndex', 'ConversationIndex'), 113, (113, (), [(16392, 10, None, None)], 1, 2, 4, 0, 84, (3, 0, None, None), 0)),
6878         (('ConversationTopic', 'ConversationTopic'), 112, (112, (), [(16392, 10, None, None)], 1, 2, 4, 0, 88, (3, 0, None, None), 0)),
6879         (('CreationTime', 'CreationTime'), 12295, (12295, (), [(16391, 10, None, None)], 1, 2, 4, 0, 92, (3, 0, None, None), 0)),
6880         (('EntryID', 'EntryID'), 61470, (61470, (), [(16392, 10, None, None)], 1, 2, 4, 0, 96, (3, 0, None, None), 0)),
6881         (('FormDescription', 'FormDescription'), 61589, (61589, (), [(16393, 10, None, "IID('{00063046-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 100, (3, 0, None, None), 0)),
6882         (('GetInspector', 'GetInspector'), 61502, (61502, (), [(16393, 10, None, "IID('{00063005-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 104, (3, 0, None, None), 0)),
6883         (('Importance', 'Importance'), 23, (23, (), [(16387, 10, None, None)], 1, 2, 4, 0, 108, (3, 0, None, None), 0)),
6884         (('Importance', 'Importance'), 23, (23, (), [(3, 1, None, None)], 1, 4, 4, 0, 112, (3, 0, None, None), 0)),
6885         (('LastModificationTime', 'LastModificationTime'), 12296, (12296, (), [(16391, 10, None, None)], 1, 2, 4, 0, 116, (3, 0, None, None), 0)),
6886         (('MAPIOBJECT', 'MAPIOBJECT'), 61696, (61696, (), [(16397, 10, None, None)], 1, 2, 4, 0, 120, (3, 0, None, None), 64)),
6887         (('MessageClass', 'MessageClass'), 26, (26, (), [(16392, 10, None, None)], 1, 2, 4, 0, 124, (3, 0, None, None), 0)),
6888         (('MessageClass', 'MessageClass'), 26, (26, (), [(8, 1, None, None)], 1, 4, 4, 0, 128, (3, 0, None, None), 0)),
6889         (('Mileage', 'Mileage'), 34100, (34100, (), [(16392, 10, None, None)], 1, 2, 4, 0, 132, (3, 0, None, None), 0)),
6890         (('Mileage', 'Mileage'), 34100, (34100, (), [(8, 1, None, None)], 1, 4, 4, 0, 136, (3, 0, None, None), 0)),
6891         (('NoAging', 'NoAging'), 34062, (34062, (), [(16395, 10, None, None)], 1, 2, 4, 0, 140, (3, 0, None, None), 0)),
6892         (('NoAging', 'NoAging'), 34062, (34062, (), [(11, 1, None, None)], 1, 4, 4, 0, 144, (3, 0, None, None), 0)),
6893         (('OutlookInternalVersion', 'OutlookInternalVersion'), 34130, (34130, (), [(16387, 10, None, None)], 1, 2, 4, 0, 148, (3, 0, None, None), 0)),
6894         (('OutlookVersion', 'OutlookVersion'), 34132, (34132, (), [(16392, 10, None, None)], 1, 2, 4, 0, 152, (3, 0, None, None), 0)),
6895         (('Saved', 'Saved'), 61603, (61603, (), [(16395, 10, None, None)], 1, 2, 4, 0, 156, (3, 0, None, None), 0)),
6896         (('Sensitivity', 'Sensitivity'), 54, (54, (), [(16387, 10, None, None)], 1, 2, 4, 0, 160, (3, 0, None, None), 0)),
6897         (('Sensitivity', 'Sensitivity'), 54, (54, (), [(3, 1, None, None)], 1, 4, 4, 0, 164, (3, 0, None, None), 0)),
6898         (('Size', 'Size'), 3592, (3592, (), [(16387, 10, None, None)], 1, 2, 4, 0, 168, (3, 0, None, None), 0)),
6899         (('Subject', 'Subject'), 55, (55, (), [(16392, 10, None, None)], 1, 2, 4, 0, 172, (3, 0, None, None), 0)),
6900         (('Subject', 'Subject'), 55, (55, (), [(8, 1, None, None)], 1, 4, 4, 0, 176, (3, 0, None, None), 0)),
6901         (('UnRead', 'UnRead'), 61468, (61468, (), [(16395, 10, None, None)], 1, 2, 4, 0, 180, (3, 0, None, None), 0)),
6902         (('UnRead', 'UnRead'), 61468, (61468, (), [(11, 1, None, None)], 1, 4, 4, 0, 184, (3, 0, None, None), 0)),
6903         (('UserProperties', 'UserProperties'), 63510, (63510, (), [(16393, 10, None, "IID('{0006303D-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 188, (3, 0, None, None), 0)),
6904         (('Close', 'SaveMode'), 61475, (61475, (), [(3, 1, None, None)], 1, 1, 4, 0, 192, (3, 0, None, None), 0)),
6905         (('Copy', 'Item'), 61490, (61490, (), [(16393, 10, None, None)], 1, 1, 4, 0, 196, (3, 0, None, None), 0)),
6906         (('Delete',), 61514, (61514, (), [], 1, 1, 4, 0, 200, (3, 0, None, None), 0)),
6907         (('Display', 'Modal'), 61606, (61606, (), [(12, 17, None, None)], 1, 1, 4, 1, 204, (3, 0, None, None), 0)),
6908         (('Move', 'DestFldr', 'Item'), 61492, (61492, (), [(9, 1, None, "IID('{00063006-0000-0000-C000-000000000046}')"), (16393, 10, None, None)], 1, 1, 4, 0, 208, (3, 0, None, None), 0)),
6909         (('PrintOut',), 61491, (61491, (), [], 1, 1, 4, 0, 212, (3, 0, None, None), 0)),
6910         (('Save',), 61512, (61512, (), [], 1, 1, 4, 0, 216, (3, 0, None, None), 0)),
6911         (('SaveAs', 'Path', 'Type'), 61521, (61521, (), [(8, 1, None, None), (12, 17, None, None)], 1, 1, 4, 1, 220, (3, 0, None, None), 0)),
6912         (('Links', 'Links'), 62469, (62469, (), [(16393, 10, None, "IID('{0006308A-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 224, (3, 0, None, None), 0)),
6913 ]
6914 
6915 _SyncObject_vtables_dispatch_ = 1
6916 _SyncObject_vtables_ = [
6917         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
6918         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
6919         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
6920         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
6921         (('Name', 'Name'), 8448, (8448, (), [(16392, 10, None, None)], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
6922         (('Start',), 8449, (8449, (), [], 1, 1, 4, 0, 48, (3, 0, None, None), 0)),
6923         (('Stop',), 8450, (8450, (), [], 1, 1, 4, 0, 52, (3, 0, None, None), 0)),
6924 ]
6925 
6926 _TaskItem_vtables_dispatch_ = 1
6927 _TaskItem_vtables_ = [
6928         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
6929         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
6930         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
6931         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
6932         (('Actions', 'Actions'), 63511, (63511, (), [(16393, 10, None, "IID('{0006303E-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
6933         (('Attachments', 'Attachments'), 63509, (63509, (), [(16393, 10, None, "IID('{0006303C-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 48, (3, 0, None, None), 0)),
6934         (('BillingInformation', 'BillingInformation'), 34101, (34101, (), [(16392, 10, None, None)], 1, 2, 4, 0, 52, (3, 0, None, None), 0)),
6935         (('BillingInformation', 'BillingInformation'), 34101, (34101, (), [(8, 1, None, None)], 1, 4, 4, 0, 56, (3, 0, None, None), 0)),
6936         (('Body', 'Body'), 37120, (37120, (), [(16392, 10, None, None)], 1, 2, 4, 0, 60, (3, 0, None, None), 0)),
6937         (('Body', 'Body'), 37120, (37120, (), [(8, 1, None, None)], 1, 4, 4, 0, 64, (3, 0, None, None), 0)),
6938         (('Categories', 'Categories'), 36865, (36865, (), [(16392, 10, None, None)], 1, 2, 4, 0, 68, (3, 0, None, None), 0)),
6939         (('Categories', 'Categories'), 36865, (36865, (), [(8, 1, None, None)], 1, 4, 4, 0, 72, (3, 0, None, None), 0)),
6940         (('Companies', 'Companies'), 34107, (34107, (), [(16392, 10, None, None)], 1, 2, 4, 0, 76, (3, 0, None, None), 0)),
6941         (('Companies', 'Companies'), 34107, (34107, (), [(8, 1, None, None)], 1, 4, 4, 0, 80, (3, 0, None, None), 0)),
6942         (('ConversationIndex', 'ConversationIndex'), 113, (113, (), [(16392, 10, None, None)], 1, 2, 4, 0, 84, (3, 0, None, None), 0)),
6943         (('ConversationTopic', 'ConversationTopic'), 112, (112, (), [(16392, 10, None, None)], 1, 2, 4, 0, 88, (3, 0, None, None), 0)),
6944         (('CreationTime', 'CreationTime'), 12295, (12295, (), [(16391, 10, None, None)], 1, 2, 4, 0, 92, (3, 0, None, None), 0)),
6945         (('EntryID', 'EntryID'), 61470, (61470, (), [(16392, 10, None, None)], 1, 2, 4, 0, 96, (3, 0, None, None), 0)),
6946         (('FormDescription', 'FormDescription'), 61589, (61589, (), [(16393, 10, None, "IID('{00063046-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 100, (3, 0, None, None), 0)),
6947         (('GetInspector', 'GetInspector'), 61502, (61502, (), [(16393, 10, None, "IID('{00063005-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 104, (3, 0, None, None), 0)),
6948         (('Importance', 'Importance'), 23, (23, (), [(16387, 10, None, None)], 1, 2, 4, 0, 108, (3, 0, None, None), 0)),
6949         (('Importance', 'Importance'), 23, (23, (), [(3, 1, None, None)], 1, 4, 4, 0, 112, (3, 0, None, None), 0)),
6950         (('LastModificationTime', 'LastModificationTime'), 12296, (12296, (), [(16391, 10, None, None)], 1, 2, 4, 0, 116, (3, 0, None, None), 0)),
6951         (('MAPIOBJECT', 'MAPIOBJECT'), 61696, (61696, (), [(16397, 10, None, None)], 1, 2, 4, 0, 120, (3, 0, None, None), 64)),
6952         (('MessageClass', 'MessageClass'), 26, (26, (), [(16392, 10, None, None)], 1, 2, 4, 0, 124, (3, 0, None, None), 0)),
6953         (('MessageClass', 'MessageClass'), 26, (26, (), [(8, 1, None, None)], 1, 4, 4, 0, 128, (3, 0, None, None), 0)),
6954         (('Mileage', 'Mileage'), 34100, (34100, (), [(16392, 10, None, None)], 1, 2, 4, 0, 132, (3, 0, None, None), 0)),
6955         (('Mileage', 'Mileage'), 34100, (34100, (), [(8, 1, None, None)], 1, 4, 4, 0, 136, (3, 0, None, None), 0)),
6956         (('NoAging', 'NoAging'), 34062, (34062, (), [(16395, 10, None, None)], 1, 2, 4, 0, 140, (3, 0, None, None), 0)),
6957         (('NoAging', 'NoAging'), 34062, (34062, (), [(11, 1, None, None)], 1, 4, 4, 0, 144, (3, 0, None, None), 0)),
6958         (('OutlookInternalVersion', 'OutlookInternalVersion'), 34130, (34130, (), [(16387, 10, None, None)], 1, 2, 4, 0, 148, (3, 0, None, None), 0)),
6959         (('OutlookVersion', 'OutlookVersion'), 34132, (34132, (), [(16392, 10, None, None)], 1, 2, 4, 0, 152, (3, 0, None, None), 0)),
6960         (('Saved', 'Saved'), 61603, (61603, (), [(16395, 10, None, None)], 1, 2, 4, 0, 156, (3, 0, None, None), 0)),
6961         (('Sensitivity', 'Sensitivity'), 54, (54, (), [(16387, 10, None, None)], 1, 2, 4, 0, 160, (3, 0, None, None), 0)),
6962         (('Sensitivity', 'Sensitivity'), 54, (54, (), [(3, 1, None, None)], 1, 4, 4, 0, 164, (3, 0, None, None), 0)),
6963         (('Size', 'Size'), 3592, (3592, (), [(16387, 10, None, None)], 1, 2, 4, 0, 168, (3, 0, None, None), 0)),
6964         (('Subject', 'Subject'), 55, (55, (), [(16392, 10, None, None)], 1, 2, 4, 0, 172, (3, 0, None, None), 0)),
6965         (('Subject', 'Subject'), 55, (55, (), [(8, 1, None, None)], 1, 4, 4, 0, 176, (3, 0, None, None), 0)),
6966         (('UnRead', 'UnRead'), 61468, (61468, (), [(16395, 10, None, None)], 1, 2, 4, 0, 180, (3, 0, None, None), 0)),
6967         (('UnRead', 'UnRead'), 61468, (61468, (), [(11, 1, None, None)], 1, 4, 4, 0, 184, (3, 0, None, None), 0)),
6968         (('UserProperties', 'UserProperties'), 63510, (63510, (), [(16393, 10, None, "IID('{0006303D-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 188, (3, 0, None, None), 0)),
6969         (('Close', 'SaveMode'), 61475, (61475, (), [(3, 1, None, None)], 1, 1, 4, 0, 192, (3, 0, None, None), 0)),
6970         (('Copy', 'Item'), 61490, (61490, (), [(16393, 10, None, None)], 1, 1, 4, 0, 196, (3, 0, None, None), 0)),
6971         (('Delete',), 61514, (61514, (), [], 1, 1, 4, 0, 200, (3, 0, None, None), 0)),
6972         (('Display', 'Modal'), 61606, (61606, (), [(12, 17, None, None)], 1, 1, 4, 1, 204, (3, 0, None, None), 0)),
6973         (('Move', 'DestFldr', 'Item'), 61492, (61492, (), [(9, 1, None, "IID('{00063006-0000-0000-C000-000000000046}')"), (16393, 10, None, None)], 1, 1, 4, 0, 208, (3, 0, None, None), 0)),
6974         (('PrintOut',), 61491, (61491, (), [], 1, 1, 4, 0, 212, (3, 0, None, None), 0)),
6975         (('Save',), 61512, (61512, (), [], 1, 1, 4, 0, 216, (3, 0, None, None), 0)),
6976         (('SaveAs', 'Path', 'Type'), 61521, (61521, (), [(8, 1, None, None), (12, 17, None, None)], 1, 1, 4, 1, 220, (3, 0, None, None), 0)),
6977         (('ActualWork', 'ActualWork'), 33040, (33040, (), [(16387, 10, None, None)], 1, 2, 4, 0, 224, (3, 0, None, None), 0)),
6978         (('ActualWork', 'ActualWork'), 33040, (33040, (), [(3, 1, None, None)], 1, 4, 4, 0, 228, (3, 0, None, None), 0)),
6979         (('CardData', 'CardData'), 33067, (33067, (), [(16392, 10, None, None)], 1, 2, 4, 0, 232, (3, 0, None, None), 0)),
6980         (('CardData', 'CardData'), 33067, (33067, (), [(8, 1, None, None)], 1, 4, 4, 0, 236, (3, 0, None, None), 0)),
6981         (('Complete', 'Complete'), 33052, (33052, (), [(16395, 10, None, None)], 1, 2, 4, 0, 240, (3, 0, None, None), 0)),
6982         (('Complete', 'Complete'), 33052, (33052, (), [(11, 1, None, None)], 1, 4, 4, 0, 244, (3, 0, None, None), 0)),
6983         (('Contacts', 'Contacts'), 34106, (34106, (), [(16392, 10, None, None)], 1, 2, 4, 0, 248, (3, 0, None, None), 0)),
6984         (('Contacts', 'Contacts'), 34106, (34106, (), [(8, 1, None, None)], 1, 4, 4, 0, 252, (3, 0, None, None), 0)),
6985         (('ContactNames', 'ContactNames'), 34108, (34108, (), [(16392, 10, None, None)], 1, 2, 4, 0, 256, (3, 0, None, None), 0)),
6986         (('ContactNames', 'ContactNames'), 34108, (34108, (), [(8, 1, None, None)], 1, 4, 4, 0, 260, (3, 0, None, None), 0)),
6987         (('DateCompleted', 'DateCompleted'), 33039, (33039, (), [(16391, 10, None, None)], 1, 2, 4, 0, 264, (3, 0, None, None), 0)),
6988         (('DateCompleted', 'DateCompleted'), 33039, (33039, (), [(7, 1, None, None)], 1, 4, 4, 0, 268, (3, 0, None, None), 0)),
6989         (('DelegationState', 'DelegationState'), 33066, (33066, (), [(16387, 10, None, None)], 1, 2, 4, 0, 272, (3, 0, None, None), 0)),
6990         (('Delegator', 'Delegator'), 33057, (33057, (), [(16392, 10, None, None)], 1, 2, 4, 0, 276, (3, 0, None, None), 0)),
6991         (('DueDate', 'DueDate'), 33029, (33029, (), [(16391, 10, None, None)], 1, 2, 4, 0, 280, (3, 0, None, None), 0)),
6992         (('DueDate', 'DueDate'), 33029, (33029, (), [(7, 1, None, None)], 1, 4, 4, 0, 284, (3, 0, None, None), 0)),
6993         (('IsRecurring', 'IsRecurring'), 62999, (62999, (), [(16395, 10, None, None)], 1, 2, 4, 0, 288, (3, 0, None, None), 0)),
6994         (('Ordinal', 'Ordinal'), 33059, (33059, (), [(16387, 10, None, None)], 1, 2, 4, 0, 292, (3, 0, None, None), 0)),
6995         (('Ordinal', 'Ordinal'), 33059, (33059, (), [(3, 1, None, None)], 1, 4, 4, 0, 296, (3, 0, None, None), 0)),
6996         (('Owner', 'Owner'), 33055, (33055, (), [(16392, 10, None, None)], 1, 2, 4, 0, 300, (3, 0, None, None), 0)),
6997         (('Owner', 'Owner'), 33055, (33055, (), [(8, 1, None, None)], 1, 4, 4, 0, 304, (3, 0, None, None), 0)),
6998         (('Ownership', 'Ownership'), 33065, (33065, (), [(16387, 10, None, None)], 1, 2, 4, 0, 308, (3, 0, None, None), 0)),
6999         (('PercentComplete', 'PercentComplete'), 63007, (63007, (), [(16387, 10, None, None)], 1, 2, 4, 0, 312, (3, 0, None, None), 0)),
7000         (('PercentComplete', 'PercentComplete'), 63007, (63007, (), [(3, 1, None, None)], 1, 4, 4, 0, 316, (3, 0, None, None), 0)),
7001         (('Recipients', 'Recipients'), 63508, (63508, (), [(16393, 10, None, "IID('{0006303B-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 320, (3, 0, None, None), 0)),
7002         (('ReminderTime', 'ReminderTime'), 34050, (34050, (), [(16391, 10, None, None)], 1, 2, 4, 0, 324, (3, 0, None, None), 0)),
7003         (('ReminderTime', 'ReminderTime'), 34050, (34050, (), [(7, 1, None, None)], 1, 4, 4, 0, 328, (3, 0, None, None), 0)),
7004         (('ReminderOverrideDefault', 'ReminderOverrideDefault'), 34076, (34076, (), [(16395, 10, None, None)], 1, 2, 4, 0, 332, (3, 0, None, None), 0)),
7005         (('ReminderOverrideDefault', 'ReminderOverrideDefault'), 34076, (34076, (), [(11, 1, None, None)], 1, 4, 4, 0, 336, (3, 0, None, None), 0)),
7006         (('ReminderPlaySound', 'ReminderPlaySound'), 34078, (34078, (), [(16395, 10, None, None)], 1, 2, 4, 0, 340, (3, 0, None, None), 0)),
7007         (('ReminderPlaySound', 'ReminderPlaySound'), 34078, (34078, (), [(11, 1, None, None)], 1, 4, 4, 0, 344, (3, 0, None, None), 0)),
7008         (('ReminderSet', 'ReminderSet'), 34051, (34051, (), [(16395, 10, None, None)], 1, 2, 4, 0, 348, (3, 0, None, None), 0)),
7009         (('ReminderSet', 'ReminderSet'), 34051, (34051, (), [(11, 1, None, None)], 1, 4, 4, 0, 352, (3, 0, None, None), 0)),
7010         (('ReminderSoundFile', 'ReminderSoundFile'), 34079, (34079, (), [(16392, 10, None, None)], 1, 2, 4, 0, 356, (3, 0, None, None), 0)),
7011         (('ReminderSoundFile', 'ReminderSoundFile'), 34079, (34079, (), [(8, 1, None, None)], 1, 4, 4, 0, 360, (3, 0, None, None), 0)),
7012         (('ResponseState', 'ResponseState'), 63011, (63011, (), [(16387, 10, None, None)], 1, 2, 4, 0, 364, (3, 0, None, None), 0)),
7013         (('Role', 'Role'), 33063, (33063, (), [(16392, 10, None, None)], 1, 2, 4, 0, 368, (3, 0, None, None), 0)),
7014         (('Role', 'Role'), 33063, (33063, (), [(8, 1, None, None)], 1, 4, 4, 0, 372, (3, 0, None, None), 0)),
7015         (('SchedulePlusPriority', 'SchedulePlusPriority'), 33071, (33071, (), [(16392, 10, None, None)], 1, 2, 4, 0, 376, (3, 0, None, None), 0)),
7016         (('SchedulePlusPriority', 'SchedulePlusPriority'), 33071, (33071, (), [(8, 1, None, None)], 1, 4, 4, 0, 380, (3, 0, None, None), 0)),
7017         (('StartDate', 'StartDate'), 33028, (33028, (), [(16391, 10, None, None)], 1, 2, 4, 0, 384, (3, 0, None, None), 0)),
7018         (('StartDate', 'StartDate'), 33028, (33028, (), [(7, 1, None, None)], 1, 4, 4, 0, 388, (3, 0, None, None), 0)),
7019         (('Status', 'Status'), 33025, (33025, (), [(16387, 10, None, None)], 1, 2, 4, 0, 392, (3, 0, None, None), 0)),
7020         (('Status', 'Status'), 33025, (33025, (), [(3, 1, None, None)], 1, 4, 4, 0, 396, (3, 0, None, None), 0)),
7021         (('StatusOnCompletionRecipients', 'StatusOnCompletionRecipients'), 3586, (3586, (), [(16392, 10, None, None)], 1, 2, 4, 0, 400, (3, 0, None, None), 0)),
7022         (('StatusOnCompletionRecipients', 'StatusOnCompletionRecipients'), 3586, (3586, (), [(8, 1, None, None)], 1, 4, 4, 0, 404, (3, 0, None, None), 0)),
7023         (('StatusUpdateRecipients', 'StatusUpdateRecipients'), 3587, (3587, (), [(16392, 10, None, None)], 1, 2, 4, 0, 408, (3, 0, None, None), 0)),
7024         (('StatusUpdateRecipients', 'StatusUpdateRecipients'), 3587, (3587, (), [(8, 1, None, None)], 1, 4, 4, 0, 412, (3, 0, None, None), 0)),
7025         (('TeamTask', 'TeamTask'), 33027, (33027, (), [(16395, 10, None, None)], 1, 2, 4, 0, 416, (3, 0, None, None), 0)),
7026         (('TeamTask', 'TeamTask'), 33027, (33027, (), [(11, 1, None, None)], 1, 4, 4, 0, 420, (3, 0, None, None), 0)),
7027         (('TotalWork', 'TotalWork'), 33041, (33041, (), [(16387, 10, None, None)], 1, 2, 4, 0, 424, (3, 0, None, None), 0)),
7028         (('TotalWork', 'TotalWork'), 33041, (33041, (), [(3, 1, None, None)], 1, 4, 4, 0, 428, (3, 0, None, None), 0)),
7029         (('Assign', 'Item'), 63008, (63008, (), [(16397, 10, None, "IID('{00061032-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 432, (3, 0, None, None), 0)),
7030         (('CancelResponseState',), 63010, (63010, (), [], 1, 1, 4, 0, 436, (3, 0, None, None), 0)),
7031         (('ClearRecurrencePattern',), 61605, (61605, (), [], 1, 1, 4, 0, 440, (3, 0, None, None), 0)),
7032         (('GetRecurrencePattern', 'RecurrencPattern'), 61604, (61604, (), [(16393, 10, None, "IID('{00063044-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 444, (3, 0, None, None), 0)),
7033         (('MarkComplete',), 62989, (62989, (), [], 1, 1, 4, 0, 448, (3, 0, None, None), 0)),
7034         (('Respond', 'Response', 'fNoUI', 'fAdditionalTextDialog', 'Item'), 63009, (63009, (), [(3, 1, None, None), (12, 1, None, None), (12, 1, None, None), (16397, 10, None, "IID('{00061032-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 452, (3, 0, None, None), 0)),
7035         (('Send',), 61557, (61557, (), [], 1, 1, 4, 0, 456, (3, 0, None, None), 0)),
7036         (('SkipRecurrence', 'flg'), 63012, (63012, (), [(16395, 10, None, None)], 1, 1, 4, 0, 460, (3, 0, None, None), 0)),
7037         (('StatusReport', 'StatusReport'), 62994, (62994, (), [(16393, 10, None, None)], 1, 1, 4, 0, 464, (3, 0, None, None), 0)),
7038         (('Links', 'Links'), 62469, (62469, (), [(16393, 10, None, "IID('{0006308A-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 468, (3, 0, None, None), 0)),
7039 ]
7040 
7041 _TaskRequestAcceptItem_vtables_dispatch_ = 1
7042 _TaskRequestAcceptItem_vtables_ = [
7043         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
7044         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
7045         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
7046         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
7047         (('Actions', 'Actions'), 63511, (63511, (), [(16393, 10, None, "IID('{0006303E-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
7048         (('Attachments', 'Attachments'), 63509, (63509, (), [(16393, 10, None, "IID('{0006303C-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 48, (3, 0, None, None), 0)),
7049         (('BillingInformation', 'BillingInformation'), 34101, (34101, (), [(16392, 10, None, None)], 1, 2, 4, 0, 52, (3, 0, None, None), 0)),
7050         (('BillingInformation', 'BillingInformation'), 34101, (34101, (), [(8, 1, None, None)], 1, 4, 4, 0, 56, (3, 0, None, None), 0)),
7051         (('Body', 'Body'), 37120, (37120, (), [(16392, 10, None, None)], 1, 2, 4, 0, 60, (3, 0, None, None), 0)),
7052         (('Body', 'Body'), 37120, (37120, (), [(8, 1, None, None)], 1, 4, 4, 0, 64, (3, 0, None, None), 0)),
7053         (('Categories', 'Categories'), 36865, (36865, (), [(16392, 10, None, None)], 1, 2, 4, 0, 68, (3, 0, None, None), 0)),
7054         (('Categories', 'Categories'), 36865, (36865, (), [(8, 1, None, None)], 1, 4, 4, 0, 72, (3, 0, None, None), 0)),
7055         (('Companies', 'Companies'), 34107, (34107, (), [(16392, 10, None, None)], 1, 2, 4, 0, 76, (3, 0, None, None), 0)),
7056         (('Companies', 'Companies'), 34107, (34107, (), [(8, 1, None, None)], 1, 4, 4, 0, 80, (3, 0, None, None), 0)),
7057         (('ConversationIndex', 'ConversationIndex'), 113, (113, (), [(16392, 10, None, None)], 1, 2, 4, 0, 84, (3, 0, None, None), 0)),
7058         (('ConversationTopic', 'ConversationTopic'), 112, (112, (), [(16392, 10, None, None)], 1, 2, 4, 0, 88, (3, 0, None, None), 0)),
7059         (('CreationTime', 'CreationTime'), 12295, (12295, (), [(16391, 10, None, None)], 1, 2, 4, 0, 92, (3, 0, None, None), 0)),
7060         (('EntryID', 'EntryID'), 61470, (61470, (), [(16392, 10, None, None)], 1, 2, 4, 0, 96, (3, 0, None, None), 0)),
7061         (('FormDescription', 'FormDescription'), 61589, (61589, (), [(16393, 10, None, "IID('{00063046-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 100, (3, 0, None, None), 0)),
7062         (('GetInspector', 'GetInspector'), 61502, (61502, (), [(16393, 10, None, "IID('{00063005-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 104, (3, 0, None, None), 0)),
7063         (('Importance', 'Importance'), 23, (23, (), [(16387, 10, None, None)], 1, 2, 4, 0, 108, (3, 0, None, None), 0)),
7064         (('Importance', 'Importance'), 23, (23, (), [(3, 1, None, None)], 1, 4, 4, 0, 112, (3, 0, None, None), 0)),
7065         (('LastModificationTime', 'LastModificationTime'), 12296, (12296, (), [(16391, 10, None, None)], 1, 2, 4, 0, 116, (3, 0, None, None), 0)),
7066         (('MAPIOBJECT', 'MAPIOBJECT'), 61696, (61696, (), [(16397, 10, None, None)], 1, 2, 4, 0, 120, (3, 0, None, None), 64)),
7067         (('MessageClass', 'MessageClass'), 26, (26, (), [(16392, 10, None, None)], 1, 2, 4, 0, 124, (3, 0, None, None), 0)),
7068         (('MessageClass', 'MessageClass'), 26, (26, (), [(8, 1, None, None)], 1, 4, 4, 0, 128, (3, 0, None, None), 0)),
7069         (('Mileage', 'Mileage'), 34100, (34100, (), [(16392, 10, None, None)], 1, 2, 4, 0, 132, (3, 0, None, None), 0)),
7070         (('Mileage', 'Mileage'), 34100, (34100, (), [(8, 1, None, None)], 1, 4, 4, 0, 136, (3, 0, None, None), 0)),
7071         (('NoAging', 'NoAging'), 34062, (34062, (), [(16395, 10, None, None)], 1, 2, 4, 0, 140, (3, 0, None, None), 0)),
7072         (('NoAging', 'NoAging'), 34062, (34062, (), [(11, 1, None, None)], 1, 4, 4, 0, 144, (3, 0, None, None), 0)),
7073         (('OutlookInternalVersion', 'OutlookInternalVersion'), 34130, (34130, (), [(16387, 10, None, None)], 1, 2, 4, 0, 148, (3, 0, None, None), 0)),
7074         (('OutlookVersion', 'OutlookVersion'), 34132, (34132, (), [(16392, 10, None, None)], 1, 2, 4, 0, 152, (3, 0, None, None), 0)),
7075         (('Saved', 'Saved'), 61603, (61603, (), [(16395, 10, None, None)], 1, 2, 4, 0, 156, (3, 0, None, None), 0)),
7076         (('Sensitivity', 'Sensitivity'), 54, (54, (), [(16387, 10, None, None)], 1, 2, 4, 0, 160, (3, 0, None, None), 0)),
7077         (('Sensitivity', 'Sensitivity'), 54, (54, (), [(3, 1, None, None)], 1, 4, 4, 0, 164, (3, 0, None, None), 0)),
7078         (('Size', 'Size'), 3592, (3592, (), [(16387, 10, None, None)], 1, 2, 4, 0, 168, (3, 0, None, None), 0)),
7079         (('Subject', 'Subject'), 55, (55, (), [(16392, 10, None, None)], 1, 2, 4, 0, 172, (3, 0, None, None), 0)),
7080         (('Subject', 'Subject'), 55, (55, (), [(8, 1, None, None)], 1, 4, 4, 0, 176, (3, 0, None, None), 0)),
7081         (('UnRead', 'UnRead'), 61468, (61468, (), [(16395, 10, None, None)], 1, 2, 4, 0, 180, (3, 0, None, None), 0)),
7082         (('UnRead', 'UnRead'), 61468, (61468, (), [(11, 1, None, None)], 1, 4, 4, 0, 184, (3, 0, None, None), 0)),
7083         (('UserProperties', 'UserProperties'), 63510, (63510, (), [(16393, 10, None, "IID('{0006303D-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 188, (3, 0, None, None), 0)),
7084         (('Close', 'SaveMode'), 61475, (61475, (), [(3, 1, None, None)], 1, 1, 4, 0, 192, (3, 0, None, None), 0)),
7085         (('Copy', 'Item'), 61490, (61490, (), [(16393, 10, None, None)], 1, 1, 4, 0, 196, (3, 0, None, None), 0)),
7086         (('Delete',), 61514, (61514, (), [], 1, 1, 4, 0, 200, (3, 0, None, None), 0)),
7087         (('Display', 'Modal'), 61606, (61606, (), [(12, 17, None, None)], 1, 1, 4, 1, 204, (3, 0, None, None), 0)),
7088         (('Move', 'DestFldr', 'Item'), 61492, (61492, (), [(9, 1, None, "IID('{00063006-0000-0000-C000-000000000046}')"), (16393, 10, None, None)], 1, 1, 4, 0, 208, (3, 0, None, None), 0)),
7089         (('PrintOut',), 61491, (61491, (), [], 1, 1, 4, 0, 212, (3, 0, None, None), 0)),
7090         (('Save',), 61512, (61512, (), [], 1, 1, 4, 0, 216, (3, 0, None, None), 0)),
7091         (('SaveAs', 'Path', 'Type'), 61521, (61521, (), [(8, 1, None, None), (12, 17, None, None)], 1, 1, 4, 1, 220, (3, 0, None, None), 0)),
7092         (('GetAssociatedTask', 'AddToTaskList', 'Item'), 61460, (61460, (), [(11, 1, None, None), (16397, 10, None, "IID('{00061032-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 224, (3, 0, None, None), 0)),
7093         (('Links', 'Links'), 62469, (62469, (), [(16393, 10, None, "IID('{0006308A-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 228, (3, 0, None, None), 0)),
7094 ]
7095 
7096 _TaskRequestDeclineItem_vtables_dispatch_ = 1
7097 _TaskRequestDeclineItem_vtables_ = [
7098         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
7099         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
7100         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
7101         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
7102         (('Actions', 'Actions'), 63511, (63511, (), [(16393, 10, None, "IID('{0006303E-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
7103         (('Attachments', 'Attachments'), 63509, (63509, (), [(16393, 10, None, "IID('{0006303C-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 48, (3, 0, None, None), 0)),
7104         (('BillingInformation', 'BillingInformation'), 34101, (34101, (), [(16392, 10, None, None)], 1, 2, 4, 0, 52, (3, 0, None, None), 0)),
7105         (('BillingInformation', 'BillingInformation'), 34101, (34101, (), [(8, 1, None, None)], 1, 4, 4, 0, 56, (3, 0, None, None), 0)),
7106         (('Body', 'Body'), 37120, (37120, (), [(16392, 10, None, None)], 1, 2, 4, 0, 60, (3, 0, None, None), 0)),
7107         (('Body', 'Body'), 37120, (37120, (), [(8, 1, None, None)], 1, 4, 4, 0, 64, (3, 0, None, None), 0)),
7108         (('Categories', 'Categories'), 36865, (36865, (), [(16392, 10, None, None)], 1, 2, 4, 0, 68, (3, 0, None, None), 0)),
7109         (('Categories', 'Categories'), 36865, (36865, (), [(8, 1, None, None)], 1, 4, 4, 0, 72, (3, 0, None, None), 0)),
7110         (('Companies', 'Companies'), 34107, (34107, (), [(16392, 10, None, None)], 1, 2, 4, 0, 76, (3, 0, None, None), 0)),
7111         (('Companies', 'Companies'), 34107, (34107, (), [(8, 1, None, None)], 1, 4, 4, 0, 80, (3, 0, None, None), 0)),
7112         (('ConversationIndex', 'ConversationIndex'), 113, (113, (), [(16392, 10, None, None)], 1, 2, 4, 0, 84, (3, 0, None, None), 0)),
7113         (('ConversationTopic', 'ConversationTopic'), 112, (112, (), [(16392, 10, None, None)], 1, 2, 4, 0, 88, (3, 0, None, None), 0)),
7114         (('CreationTime', 'CreationTime'), 12295, (12295, (), [(16391, 10, None, None)], 1, 2, 4, 0, 92, (3, 0, None, None), 0)),
7115         (('EntryID', 'EntryID'), 61470, (61470, (), [(16392, 10, None, None)], 1, 2, 4, 0, 96, (3, 0, None, None), 0)),
7116         (('FormDescription', 'FormDescription'), 61589, (61589, (), [(16393, 10, None, "IID('{00063046-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 100, (3, 0, None, None), 0)),
7117         (('GetInspector', 'GetInspector'), 61502, (61502, (), [(16393, 10, None, "IID('{00063005-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 104, (3, 0, None, None), 0)),
7118         (('Importance', 'Importance'), 23, (23, (), [(16387, 10, None, None)], 1, 2, 4, 0, 108, (3, 0, None, None), 0)),
7119         (('Importance', 'Importance'), 23, (23, (), [(3, 1, None, None)], 1, 4, 4, 0, 112, (3, 0, None, None), 0)),
7120         (('LastModificationTime', 'LastModificationTime'), 12296, (12296, (), [(16391, 10, None, None)], 1, 2, 4, 0, 116, (3, 0, None, None), 0)),
7121         (('MAPIOBJECT', 'MAPIOBJECT'), 61696, (61696, (), [(16397, 10, None, None)], 1, 2, 4, 0, 120, (3, 0, None, None), 64)),
7122         (('MessageClass', 'MessageClass'), 26, (26, (), [(16392, 10, None, None)], 1, 2, 4, 0, 124, (3, 0, None, None), 0)),
7123         (('MessageClass', 'MessageClass'), 26, (26, (), [(8, 1, None, None)], 1, 4, 4, 0, 128, (3, 0, None, None), 0)),
7124         (('Mileage', 'Mileage'), 34100, (34100, (), [(16392, 10, None, None)], 1, 2, 4, 0, 132, (3, 0, None, None), 0)),
7125         (('Mileage', 'Mileage'), 34100, (34100, (), [(8, 1, None, None)], 1, 4, 4, 0, 136, (3, 0, None, None), 0)),
7126         (('NoAging', 'NoAging'), 34062, (34062, (), [(16395, 10, None, None)], 1, 2, 4, 0, 140, (3, 0, None, None), 0)),
7127         (('NoAging', 'NoAging'), 34062, (34062, (), [(11, 1, None, None)], 1, 4, 4, 0, 144, (3, 0, None, None), 0)),
7128         (('OutlookInternalVersion', 'OutlookInternalVersion'), 34130, (34130, (), [(16387, 10, None, None)], 1, 2, 4, 0, 148, (3, 0, None, None), 0)),
7129         (('OutlookVersion', 'OutlookVersion'), 34132, (34132, (), [(16392, 10, None, None)], 1, 2, 4, 0, 152, (3, 0, None, None), 0)),
7130         (('Saved', 'Saved'), 61603, (61603, (), [(16395, 10, None, None)], 1, 2, 4, 0, 156, (3, 0, None, None), 0)),
7131         (('Sensitivity', 'Sensitivity'), 54, (54, (), [(16387, 10, None, None)], 1, 2, 4, 0, 160, (3, 0, None, None), 0)),
7132         (('Sensitivity', 'Sensitivity'), 54, (54, (), [(3, 1, None, None)], 1, 4, 4, 0, 164, (3, 0, None, None), 0)),
7133         (('Size', 'Size'), 3592, (3592, (), [(16387, 10, None, None)], 1, 2, 4, 0, 168, (3, 0, None, None), 0)),
7134         (('Subject', 'Subject'), 55, (55, (), [(16392, 10, None, None)], 1, 2, 4, 0, 172, (3, 0, None, None), 0)),
7135         (('Subject', 'Subject'), 55, (55, (), [(8, 1, None, None)], 1, 4, 4, 0, 176, (3, 0, None, None), 0)),
7136         (('UnRead', 'UnRead'), 61468, (61468, (), [(16395, 10, None, None)], 1, 2, 4, 0, 180, (3, 0, None, None), 0)),
7137         (('UnRead', 'UnRead'), 61468, (61468, (), [(11, 1, None, None)], 1, 4, 4, 0, 184, (3, 0, None, None), 0)),
7138         (('UserProperties', 'UserProperties'), 63510, (63510, (), [(16393, 10, None, "IID('{0006303D-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 188, (3, 0, None, None), 0)),
7139         (('Close', 'SaveMode'), 61475, (61475, (), [(3, 1, None, None)], 1, 1, 4, 0, 192, (3, 0, None, None), 0)),
7140         (('Copy', 'Item'), 61490, (61490, (), [(16393, 10, None, None)], 1, 1, 4, 0, 196, (3, 0, None, None), 0)),
7141         (('Delete',), 61514, (61514, (), [], 1, 1, 4, 0, 200, (3, 0, None, None), 0)),
7142         (('Display', 'Modal'), 61606, (61606, (), [(12, 17, None, None)], 1, 1, 4, 1, 204, (3, 0, None, None), 0)),
7143         (('Move', 'DestFldr', 'Item'), 61492, (61492, (), [(9, 1, None, "IID('{00063006-0000-0000-C000-000000000046}')"), (16393, 10, None, None)], 1, 1, 4, 0, 208, (3, 0, None, None), 0)),
7144         (('PrintOut',), 61491, (61491, (), [], 1, 1, 4, 0, 212, (3, 0, None, None), 0)),
7145         (('Save',), 61512, (61512, (), [], 1, 1, 4, 0, 216, (3, 0, None, None), 0)),
7146         (('SaveAs', 'Path', 'Type'), 61521, (61521, (), [(8, 1, None, None), (12, 17, None, None)], 1, 1, 4, 1, 220, (3, 0, None, None), 0)),
7147         (('GetAssociatedTask', 'AddToTaskList', 'Item'), 61460, (61460, (), [(11, 1, None, None), (16397, 10, None, "IID('{00061032-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 224, (3, 0, None, None), 0)),
7148         (('Links', 'Links'), 62469, (62469, (), [(16393, 10, None, "IID('{0006308A-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 228, (3, 0, None, None), 0)),
7149 ]
7150 
7151 _TaskRequestItem_vtables_dispatch_ = 1
7152 _TaskRequestItem_vtables_ = [
7153         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
7154         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
7155         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
7156         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
7157         (('Actions', 'Actions'), 63511, (63511, (), [(16393, 10, None, "IID('{0006303E-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
7158         (('Attachments', 'Attachments'), 63509, (63509, (), [(16393, 10, None, "IID('{0006303C-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 48, (3, 0, None, None), 0)),
7159         (('BillingInformation', 'BillingInformation'), 34101, (34101, (), [(16392, 10, None, None)], 1, 2, 4, 0, 52, (3, 0, None, None), 0)),
7160         (('BillingInformation', 'BillingInformation'), 34101, (34101, (), [(8, 1, None, None)], 1, 4, 4, 0, 56, (3, 0, None, None), 0)),
7161         (('Body', 'Body'), 37120, (37120, (), [(16392, 10, None, None)], 1, 2, 4, 0, 60, (3, 0, None, None), 0)),
7162         (('Body', 'Body'), 37120, (37120, (), [(8, 1, None, None)], 1, 4, 4, 0, 64, (3, 0, None, None), 0)),
7163         (('Categories', 'Categories'), 36865, (36865, (), [(16392, 10, None, None)], 1, 2, 4, 0, 68, (3, 0, None, None), 0)),
7164         (('Categories', 'Categories'), 36865, (36865, (), [(8, 1, None, None)], 1, 4, 4, 0, 72, (3, 0, None, None), 0)),
7165         (('Companies', 'Companies'), 34107, (34107, (), [(16392, 10, None, None)], 1, 2, 4, 0, 76, (3, 0, None, None), 0)),
7166         (('Companies', 'Companies'), 34107, (34107, (), [(8, 1, None, None)], 1, 4, 4, 0, 80, (3, 0, None, None), 0)),
7167         (('ConversationIndex', 'ConversationIndex'), 113, (113, (), [(16392, 10, None, None)], 1, 2, 4, 0, 84, (3, 0, None, None), 0)),
7168         (('ConversationTopic', 'ConversationTopic'), 112, (112, (), [(16392, 10, None, None)], 1, 2, 4, 0, 88, (3, 0, None, None), 0)),
7169         (('CreationTime', 'CreationTime'), 12295, (12295, (), [(16391, 10, None, None)], 1, 2, 4, 0, 92, (3, 0, None, None), 0)),
7170         (('EntryID', 'EntryID'), 61470, (61470, (), [(16392, 10, None, None)], 1, 2, 4, 0, 96, (3, 0, None, None), 0)),
7171         (('FormDescription', 'FormDescription'), 61589, (61589, (), [(16393, 10, None, "IID('{00063046-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 100, (3, 0, None, None), 0)),
7172         (('GetInspector', 'GetInspector'), 61502, (61502, (), [(16393, 10, None, "IID('{00063005-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 104, (3, 0, None, None), 0)),
7173         (('Importance', 'Importance'), 23, (23, (), [(16387, 10, None, None)], 1, 2, 4, 0, 108, (3, 0, None, None), 0)),
7174         (('Importance', 'Importance'), 23, (23, (), [(3, 1, None, None)], 1, 4, 4, 0, 112, (3, 0, None, None), 0)),
7175         (('LastModificationTime', 'LastModificationTime'), 12296, (12296, (), [(16391, 10, None, None)], 1, 2, 4, 0, 116, (3, 0, None, None), 0)),
7176         (('MAPIOBJECT', 'MAPIOBJECT'), 61696, (61696, (), [(16397, 10, None, None)], 1, 2, 4, 0, 120, (3, 0, None, None), 64)),
7177         (('MessageClass', 'MessageClass'), 26, (26, (), [(16392, 10, None, None)], 1, 2, 4, 0, 124, (3, 0, None, None), 0)),
7178         (('MessageClass', 'MessageClass'), 26, (26, (), [(8, 1, None, None)], 1, 4, 4, 0, 128, (3, 0, None, None), 0)),
7179         (('Mileage', 'Mileage'), 34100, (34100, (), [(16392, 10, None, None)], 1, 2, 4, 0, 132, (3, 0, None, None), 0)),
7180         (('Mileage', 'Mileage'), 34100, (34100, (), [(8, 1, None, None)], 1, 4, 4, 0, 136, (3, 0, None, None), 0)),
7181         (('NoAging', 'NoAging'), 34062, (34062, (), [(16395, 10, None, None)], 1, 2, 4, 0, 140, (3, 0, None, None), 0)),
7182         (('NoAging', 'NoAging'), 34062, (34062, (), [(11, 1, None, None)], 1, 4, 4, 0, 144, (3, 0, None, None), 0)),
7183         (('OutlookInternalVersion', 'OutlookInternalVersion'), 34130, (34130, (), [(16387, 10, None, None)], 1, 2, 4, 0, 148, (3, 0, None, None), 0)),
7184         (('OutlookVersion', 'OutlookVersion'), 34132, (34132, (), [(16392, 10, None, None)], 1, 2, 4, 0, 152, (3, 0, None, None), 0)),
7185         (('Saved', 'Saved'), 61603, (61603, (), [(16395, 10, None, None)], 1, 2, 4, 0, 156, (3, 0, None, None), 0)),
7186         (('Sensitivity', 'Sensitivity'), 54, (54, (), [(16387, 10, None, None)], 1, 2, 4, 0, 160, (3, 0, None, None), 0)),
7187         (('Sensitivity', 'Sensitivity'), 54, (54, (), [(3, 1, None, None)], 1, 4, 4, 0, 164, (3, 0, None, None), 0)),
7188         (('Size', 'Size'), 3592, (3592, (), [(16387, 10, None, None)], 1, 2, 4, 0, 168, (3, 0, None, None), 0)),
7189         (('Subject', 'Subject'), 55, (55, (), [(16392, 10, None, None)], 1, 2, 4, 0, 172, (3, 0, None, None), 0)),
7190         (('Subject', 'Subject'), 55, (55, (), [(8, 1, None, None)], 1, 4, 4, 0, 176, (3, 0, None, None), 0)),
7191         (('UnRead', 'UnRead'), 61468, (61468, (), [(16395, 10, None, None)], 1, 2, 4, 0, 180, (3, 0, None, None), 0)),
7192         (('UnRead', 'UnRead'), 61468, (61468, (), [(11, 1, None, None)], 1, 4, 4, 0, 184, (3, 0, None, None), 0)),
7193         (('UserProperties', 'UserProperties'), 63510, (63510, (), [(16393, 10, None, "IID('{0006303D-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 188, (3, 0, None, None), 0)),
7194         (('Close', 'SaveMode'), 61475, (61475, (), [(3, 1, None, None)], 1, 1, 4, 0, 192, (3, 0, None, None), 0)),
7195         (('Copy', 'Item'), 61490, (61490, (), [(16393, 10, None, None)], 1, 1, 4, 0, 196, (3, 0, None, None), 0)),
7196         (('Delete',), 61514, (61514, (), [], 1, 1, 4, 0, 200, (3, 0, None, None), 0)),
7197         (('Display', 'Modal'), 61606, (61606, (), [(12, 17, None, None)], 1, 1, 4, 1, 204, (3, 0, None, None), 0)),
7198         (('Move', 'DestFldr', 'Item'), 61492, (61492, (), [(9, 1, None, "IID('{00063006-0000-0000-C000-000000000046}')"), (16393, 10, None, None)], 1, 1, 4, 0, 208, (3, 0, None, None), 0)),
7199         (('PrintOut',), 61491, (61491, (), [], 1, 1, 4, 0, 212, (3, 0, None, None), 0)),
7200         (('Save',), 61512, (61512, (), [], 1, 1, 4, 0, 216, (3, 0, None, None), 0)),
7201         (('SaveAs', 'Path', 'Type'), 61521, (61521, (), [(8, 1, None, None), (12, 17, None, None)], 1, 1, 4, 1, 220, (3, 0, None, None), 0)),
7202         (('GetAssociatedTask', 'AddToTaskList', 'Item'), 61460, (61460, (), [(11, 1, None, None), (16397, 10, None, "IID('{00061032-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 224, (3, 0, None, None), 0)),
7203         (('Links', 'Links'), 62469, (62469, (), [(16393, 10, None, "IID('{0006308A-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 228, (3, 0, None, None), 0)),
7204 ]
7205 
7206 _TaskRequestUpdateItem_vtables_dispatch_ = 1
7207 _TaskRequestUpdateItem_vtables_ = [
7208         (('Application', 'Application'), 61440, (61440, (), [(16393, 10, None, "IID('{00063001-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 28, (3, 0, None, None), 0)),
7209         (('Class', 'Class'), 61450, (61450, (), [(16387, 10, None, None)], 1, 2, 4, 0, 32, (3, 0, None, None), 0)),
7210         (('Session', 'Session'), 61451, (61451, (), [(16393, 10, None, "IID('{00063002-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 36, (3, 0, None, None), 0)),
7211         (('Parent', 'Parent'), 61441, (61441, (), [(16393, 10, None, None)], 1, 2, 4, 0, 40, (3, 0, None, None), 0)),
7212         (('Actions', 'Actions'), 63511, (63511, (), [(16393, 10, None, "IID('{0006303E-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 44, (3, 0, None, None), 0)),
7213         (('Attachments', 'Attachments'), 63509, (63509, (), [(16393, 10, None, "IID('{0006303C-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 48, (3, 0, None, None), 0)),
7214         (('BillingInformation', 'BillingInformation'), 34101, (34101, (), [(16392, 10, None, None)], 1, 2, 4, 0, 52, (3, 0, None, None), 0)),
7215         (('BillingInformation', 'BillingInformation'), 34101, (34101, (), [(8, 1, None, None)], 1, 4, 4, 0, 56, (3, 0, None, None), 0)),
7216         (('Body', 'Body'), 37120, (37120, (), [(16392, 10, None, None)], 1, 2, 4, 0, 60, (3, 0, None, None), 0)),
7217         (('Body', 'Body'), 37120, (37120, (), [(8, 1, None, None)], 1, 4, 4, 0, 64, (3, 0, None, None), 0)),
7218         (('Categories', 'Categories'), 36865, (36865, (), [(16392, 10, None, None)], 1, 2, 4, 0, 68, (3, 0, None, None), 0)),
7219         (('Categories', 'Categories'), 36865, (36865, (), [(8, 1, None, None)], 1, 4, 4, 0, 72, (3, 0, None, None), 0)),
7220         (('Companies', 'Companies'), 34107, (34107, (), [(16392, 10, None, None)], 1, 2, 4, 0, 76, (3, 0, None, None), 0)),
7221         (('Companies', 'Companies'), 34107, (34107, (), [(8, 1, None, None)], 1, 4, 4, 0, 80, (3, 0, None, None), 0)),
7222         (('ConversationIndex', 'ConversationIndex'), 113, (113, (), [(16392, 10, None, None)], 1, 2, 4, 0, 84, (3, 0, None, None), 0)),
7223         (('ConversationTopic', 'ConversationTopic'), 112, (112, (), [(16392, 10, None, None)], 1, 2, 4, 0, 88, (3, 0, None, None), 0)),
7224         (('CreationTime', 'CreationTime'), 12295, (12295, (), [(16391, 10, None, None)], 1, 2, 4, 0, 92, (3, 0, None, None), 0)),
7225         (('EntryID', 'EntryID'), 61470, (61470, (), [(16392, 10, None, None)], 1, 2, 4, 0, 96, (3, 0, None, None), 0)),
7226         (('FormDescription', 'FormDescription'), 61589, (61589, (), [(16393, 10, None, "IID('{00063046-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 100, (3, 0, None, None), 0)),
7227         (('GetInspector', 'GetInspector'), 61502, (61502, (), [(16393, 10, None, "IID('{00063005-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 104, (3, 0, None, None), 0)),
7228         (('Importance', 'Importance'), 23, (23, (), [(16387, 10, None, None)], 1, 2, 4, 0, 108, (3, 0, None, None), 0)),
7229         (('Importance', 'Importance'), 23, (23, (), [(3, 1, None, None)], 1, 4, 4, 0, 112, (3, 0, None, None), 0)),
7230         (('LastModificationTime', 'LastModificationTime'), 12296, (12296, (), [(16391, 10, None, None)], 1, 2, 4, 0, 116, (3, 0, None, None), 0)),
7231         (('MAPIOBJECT', 'MAPIOBJECT'), 61696, (61696, (), [(16397, 10, None, None)], 1, 2, 4, 0, 120, (3, 0, None, None), 64)),
7232         (('MessageClass', 'MessageClass'), 26, (26, (), [(16392, 10, None, None)], 1, 2, 4, 0, 124, (3, 0, None, None), 0)),
7233         (('MessageClass', 'MessageClass'), 26, (26, (), [(8, 1, None, None)], 1, 4, 4, 0, 128, (3, 0, None, None), 0)),
7234         (('Mileage', 'Mileage'), 34100, (34100, (), [(16392, 10, None, None)], 1, 2, 4, 0, 132, (3, 0, None, None), 0)),
7235         (('Mileage', 'Mileage'), 34100, (34100, (), [(8, 1, None, None)], 1, 4, 4, 0, 136, (3, 0, None, None), 0)),
7236         (('NoAging', 'NoAging'), 34062, (34062, (), [(16395, 10, None, None)], 1, 2, 4, 0, 140, (3, 0, None, None), 0)),
7237         (('NoAging', 'NoAging'), 34062, (34062, (), [(11, 1, None, None)], 1, 4, 4, 0, 144, (3, 0, None, None), 0)),
7238         (('OutlookInternalVersion', 'OutlookInternalVersion'), 34130, (34130, (), [(16387, 10, None, None)], 1, 2, 4, 0, 148, (3, 0, None, None), 0)),
7239         (('OutlookVersion', 'OutlookVersion'), 34132, (34132, (), [(16392, 10, None, None)], 1, 2, 4, 0, 152, (3, 0, None, None), 0)),
7240         (('Saved', 'Saved'), 61603, (61603, (), [(16395, 10, None, None)], 1, 2, 4, 0, 156, (3, 0, None, None), 0)),
7241         (('Sensitivity', 'Sensitivity'), 54, (54, (), [(16387, 10, None, None)], 1, 2, 4, 0, 160, (3, 0, None, None), 0)),
7242         (('Sensitivity', 'Sensitivity'), 54, (54, (), [(3, 1, None, None)], 1, 4, 4, 0, 164, (3, 0, None, None), 0)),
7243         (('Size', 'Size'), 3592, (3592, (), [(16387, 10, None, None)], 1, 2, 4, 0, 168, (3, 0, None, None), 0)),
7244         (('Subject', 'Subject'), 55, (55, (), [(16392, 10, None, None)], 1, 2, 4, 0, 172, (3, 0, None, None), 0)),
7245         (('Subject', 'Subject'), 55, (55, (), [(8, 1, None, None)], 1, 4, 4, 0, 176, (3, 0, None, None), 0)),
7246         (('UnRead', 'UnRead'), 61468, (61468, (), [(16395, 10, None, None)], 1, 2, 4, 0, 180, (3, 0, None, None), 0)),
7247         (('UnRead', 'UnRead'), 61468, (61468, (), [(11, 1, None, None)], 1, 4, 4, 0, 184, (3, 0, None, None), 0)),
7248         (('UserProperties', 'UserProperties'), 63510, (63510, (), [(16393, 10, None, "IID('{0006303D-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 188, (3, 0, None, None), 0)),
7249         (('Close', 'SaveMode'), 61475, (61475, (), [(3, 1, None, None)], 1, 1, 4, 0, 192, (3, 0, None, None), 0)),
7250         (('Copy', 'Item'), 61490, (61490, (), [(16393, 10, None, None)], 1, 1, 4, 0, 196, (3, 0, None, None), 0)),
7251         (('Delete',), 61514, (61514, (), [], 1, 1, 4, 0, 200, (3, 0, None, None), 0)),
7252         (('Display', 'Modal'), 61606, (61606, (), [(12, 17, None, None)], 1, 1, 4, 1, 204, (3, 0, None, None), 0)),
7253         (('Move', 'DestFldr', 'Item'), 61492, (61492, (), [(9, 1, None, "IID('{00063006-0000-0000-C000-000000000046}')"), (16393, 10, None, None)], 1, 1, 4, 0, 208, (3, 0, None, None), 0)),
7254         (('PrintOut',), 61491, (61491, (), [], 1, 1, 4, 0, 212, (3, 0, None, None), 0)),
7255         (('Save',), 61512, (61512, (), [], 1, 1, 4, 0, 216, (3, 0, None, None), 0)),
7256         (('SaveAs', 'Path', 'Type'), 61521, (61521, (), [(8, 1, None, None), (12, 17, None, None)], 1, 1, 4, 1, 220, (3, 0, None, None), 0)),
7257         (('GetAssociatedTask', 'AddToTaskList', 'Item'), 61460, (61460, (), [(11, 1, None, None), (16397, 10, None, "IID('{00061032-0000-0000-C000-000000000046}')")], 1, 1, 4, 0, 224, (3, 0, None, None), 0)),
7258         (('Links', 'Links'), 62469, (62469, (), [(16393, 10, None, "IID('{0006308A-0000-0000-C000-000000000046}')")], 1, 2, 4, 0, 228, (3, 0, None, None), 0)),
7259 ]
7260 
7261 RecordMap = {
7262 }
7263 
7264 CLSIDToClassMap = {
7265         '{50BB9B50-811D-11CE-B565-00AA00608FAA}' : _DDocSiteControlEvents,
7266         '{0006F023-0000-0000-C000-000000000046}' : _RecipientControl,
7267         '{00061050-0000-0000-C000-000000000046}' : TaskRequestItem,
7268         '{00061051-0000-0000-C000-000000000046}' : TaskRequestUpdateItem,
7269         '{00061052-0000-0000-C000-000000000046}' : TaskRequestAcceptItem,
7270         '{00061053-0000-0000-C000-000000000046}' : TaskRequestDeclineItem,
7271         '{00063001-0000-0000-C000-000000000046}' : _Application,
7272         '{00063002-0000-0000-C000-000000000046}' : _NameSpace,
7273         '{00063003-0000-0000-C000-000000000046}' : _Explorer,
7274         '{00063005-0000-0000-C000-000000000046}' : _Inspector,
7275         '{00063006-0000-0000-C000-000000000046}' : MAPIFolder,
7276         '{00063007-0000-0000-C000-000000000046}' : Attachment,
7277         '{00063008-0000-0000-C000-000000000046}' : _Inspectors,
7278         '{00063009-0000-0000-C000-000000000046}' : Panes,
7279         '{0006300A-0000-0000-C000-000000000046}' : _Explorers,
7280         '{00063020-0000-0000-C000-000000000046}' : _DocumentItem,
7281         '{00063021-0000-0000-C000-000000000046}' : _ContactItem,
7282         '{00063022-0000-0000-C000-000000000046}' : _JournalItem,
7283         '{00063023-0000-0000-C000-000000000046}' : _RemoteItem,
7284         '{00063024-0000-0000-C000-000000000046}' : _PostItem,
7285         '{00063025-0000-0000-C000-000000000046}' : _NoteItem,
7286         '{00063026-0000-0000-C000-000000000046}' : _ReportItem,
7287         '{00061030-0000-0000-C000-000000000046}' : AppointmentItem,
7288         '{00061031-0000-0000-C000-000000000046}' : ContactItem,
7289         '{00061032-0000-0000-C000-000000000046}' : TaskItem,
7290         '{00061033-0000-0000-C000-000000000046}' : MailItem,
7291         '{00063034-0000-0000-C000-000000000046}' : _MailItem,
7292         '{00063035-0000-0000-C000-000000000046}' : _TaskItem,
7293         '{00063036-0000-0000-C000-000000000046}' : _TaskRequestItem,
7294         '{00061037-0000-0000-C000-000000000046}' : JournalItem,
7295         '{00063038-0000-0000-C000-000000000046}' : _TaskRequestAcceptItem,
7296         '{00063039-0000-0000-C000-000000000046}' : _TaskRequestDeclineItem,
7297         '{0006F03A-0000-0000-C000-000000000046}' : Application,
7298         '{0006303B-0000-0000-C000-000000000046}' : Recipients,
7299         '{0006103C-0000-0000-C000-000000000046}' : DistListItem,
7300         '{0006303D-0000-0000-C000-000000000046}' : UserProperties,
7301         '{0006303E-0000-0000-C000-000000000046}' : Actions,
7302         '{0006303F-0000-0000-C000-000000000046}' : Pages,
7303         '{00063040-0000-0000-C000-000000000046}' : _Folders,
7304         '{00063041-0000-0000-C000-000000000046}' : _Items,
7305         '{00063042-0000-0000-C000-000000000046}' : UserProperty,
7306         '{00063043-0000-0000-C000-000000000046}' : Action,
7307         '{00063044-0000-0000-C000-000000000046}' : RecurrencePattern,
7308         '{00063045-0000-0000-C000-000000000046}' : Recipient,
7309         '{00063046-0000-0000-C000-000000000046}' : FormDescription,
7310         '{00063048-0000-0000-C000-000000000046}' : AddressLists,
7311         '{00063049-0000-0000-C000-000000000046}' : AddressList,
7312         '{0006304A-0000-0000-C000-000000000046}' : AddressEntries,
7313         '{0006304B-0000-0000-C000-000000000046}' : AddressEntry,
7314         '{0006304C-0000-0000-C000-000000000046}' : Exceptions,
7315         '{0006304D-0000-0000-C000-000000000046}' : Exception,
7316         '{0006304E-0000-0000-C000-000000000046}' : ApplicationEvents,
7317         '{0006304F-0000-0000-C000-000000000046}' : ExplorerEvents,
7318         '{00063050-0000-0000-C000-000000000046}' : Explorer,
7319         '{00063051-0000-0000-C000-000000000046}' : Folders,
7320         '{00063052-0000-0000-C000-000000000046}' : Items,
7321         '{00063053-0000-0000-C000-000000000046}' : Explorers,
7322         '{00063054-0000-0000-C000-000000000046}' : Inspectors,
7323         '{00063055-0000-0000-C000-000000000046}' : OutlookBarPane,
7324         '{00063056-0000-0000-C000-000000000046}' : OutlookBarGroups,
7325         '{00063057-0000-0000-C000-000000000046}' : OutlookBarShortcuts,
7326         '{00063058-0000-0000-C000-000000000046}' : Inspector,
7327         '{00061060-0000-0000-C000-000000000046}' : RemoteItem,
7328         '{00061061-0000-0000-C000-000000000046}' : DocumentItem,
7329         '{00063062-0000-0000-C000-000000000046}' : _MeetingItem,
7330         '{00063070-0000-0000-C000-000000000046}' : _OutlookBarPane,
7331         '{00063071-0000-0000-C000-000000000046}' : OutlookBarStorage,
7332         '{00063072-0000-0000-C000-000000000046}' : _OutlookBarGroups,
7333         '{00063073-0000-0000-C000-000000000046}' : OutlookBarGroup,
7334         '{00063074-0000-0000-C000-000000000046}' : _OutlookBarShortcuts,
7335         '{00063075-0000-0000-C000-000000000046}' : OutlookBarShortcut,
7336         '{00063076-0000-0000-C000-000000000046}' : FoldersEvents,
7337         '{00063077-0000-0000-C000-000000000046}' : ItemsEvents,
7338         '{00063078-0000-0000-C000-000000000046}' : ExplorersEvents,
7339         '{00063079-0000-0000-C000-000000000046}' : InspectorsEvents,
7340         '{0006307A-0000-0000-C000-000000000046}' : OutlookBarPaneEvents,
7341         '{0006307B-0000-0000-C000-000000000046}' : OutlookBarGroupsEvents,
7342         '{0006307C-0000-0000-C000-000000000046}' : OutlookBarShortcutsEvents,
7343         '{0006307D-0000-0000-C000-000000000046}' : InspectorEvents,
7344         '{0006307F-0000-0000-C000-000000000046}' : PropertyPageSite,
7345         '{00063080-0000-0000-C000-000000000046}' : PropertyPages,
7346         '{00063081-0000-0000-C000-000000000046}' : _DistListItem,
7347         '{00063083-0000-0000-C000-000000000046}' : _SyncObject,
7348         '{00063084-0000-0000-C000-000000000046}' : SyncObject,
7349         '{00063085-0000-0000-C000-000000000046}' : SyncObjectEvents,
7350         '{00063086-0000-0000-C000-000000000046}' : SyncObjects,
7351         '{00063087-0000-0000-C000-000000000046}' : Selection,
7352         '{00063089-0000-0000-C000-000000000046}' : Link,
7353         '{0006308A-0000-0000-C000-000000000046}' : Links,
7354         '{0006308B-0000-0000-C000-000000000046}' : NameSpace,
7355         '{0006308C-0000-0000-C000-000000000046}' : NameSpaceEvents,
7356         '{D87E7E17-6897-11CE-A6C0-00AA00608FAA}' : _DRecipientControlEvents,
7357         '{0006F024-0000-0000-C000-000000000046}' : _DocSiteControl,
7358         '{0006F025-0000-0000-C000-000000000046}' : _DRecipientControl,
7359         '{0006F026-0000-0000-C000-000000000046}' : _DDocSiteControl,
7360         '{00063033-0000-0000-C000-000000000046}' : _AppointmentItem,
7361         '{00061034-0000-0000-C000-000000000046}' : NoteItem,
7362         '{00061035-0000-0000-C000-000000000046}' : ReportItem,
7363         '{00061036-0000-0000-C000-000000000046}' : MeetingItem,
7364         '{00063037-0000-0000-C000-000000000046}' : _TaskRequestUpdateItem,
7365         '{0006103A-0000-0000-C000-000000000046}' : PostItem,
7366         '{0006303A-0000-0000-C000-000000000046}' : ItemEvents,
7367         '{0006303C-0000-0000-C000-000000000046}' : Attachments,
7368 }
7369 CLSIDToPackageMap = {}
7370 win32com.client.CLSIDToClass.RegisterCLSIDsFromDict( CLSIDToClassMap )
7371 VTablesToPackageMap = {}
7372 VTablesToClassMap = {
7373         '{00063040-0000-0000-C000-000000000046}' : '_Folders',
7374         '{00063041-0000-0000-C000-000000000046}' : '_Items',
7375         '{00063042-0000-0000-C000-000000000046}' : 'UserProperty',
7376         '{00063043-0000-0000-C000-000000000046}' : 'Action',
7377         '{00063044-0000-0000-C000-000000000046}' : 'RecurrencePattern',
7378         '{00063045-0000-0000-C000-000000000046}' : 'Recipient',
7379         '{00063046-0000-0000-C000-000000000046}' : 'FormDescription',
7380         '{00063081-0000-0000-C000-000000000046}' : '_DistListItem',
7381         '{00063048-0000-0000-C000-000000000046}' : 'AddressLists',
7382         '{00063049-0000-0000-C000-000000000046}' : 'AddressList',
7383         '{0006304A-0000-0000-C000-000000000046}' : 'AddressEntries',
7384         '{0006304B-0000-0000-C000-000000000046}' : 'AddressEntry',
7385         '{0006304C-0000-0000-C000-000000000046}' : 'Exceptions',
7386         '{0006304D-0000-0000-C000-000000000046}' : 'Exception',
7387         '{00063083-0000-0000-C000-000000000046}' : '_SyncObject',
7388         '{00063062-0000-0000-C000-000000000046}' : '_MeetingItem',
7389         '{00063006-0000-0000-C000-000000000046}' : 'MAPIFolder',
7390         '{00063007-0000-0000-C000-000000000046}' : 'Attachment',
7391         '{00063070-0000-0000-C000-000000000046}' : '_OutlookBarPane',
7392         '{00063071-0000-0000-C000-000000000046}' : 'OutlookBarStorage',
7393         '{00063072-0000-0000-C000-000000000046}' : '_OutlookBarGroups',
7394         '{00063073-0000-0000-C000-000000000046}' : 'OutlookBarGroup',
7395         '{00063074-0000-0000-C000-000000000046}' : '_OutlookBarShortcuts',
7396         '{00063075-0000-0000-C000-000000000046}' : 'OutlookBarShortcut',
7397         '{00063089-0000-0000-C000-000000000046}' : 'Link',
7398         '{0006308A-0000-0000-C000-000000000046}' : 'Links',
7399         '{0006307E-0000-0000-C000-000000000046}' : 'PropertyPage',
7400         '{0006307F-0000-0000-C000-000000000046}' : 'PropertyPageSite',
7401         '{00063080-0000-0000-C000-000000000046}' : 'PropertyPages',
7402         '{00063001-0000-0000-C000-000000000046}' : '_Application',
7403         '{00063002-0000-0000-C000-000000000046}' : '_NameSpace',
7404         '{00063003-0000-0000-C000-000000000046}' : '_Explorer',
7405         '{00063005-0000-0000-C000-000000000046}' : '_Inspector',
7406         '{00063086-0000-0000-C000-000000000046}' : 'SyncObjects',
7407         '{00063087-0000-0000-C000-000000000046}' : 'Selection',
7408         '{00063008-0000-0000-C000-000000000046}' : '_Inspectors',
7409         '{00063009-0000-0000-C000-000000000046}' : 'Panes',
7410         '{0006300A-0000-0000-C000-000000000046}' : '_Explorers',
7411         '{43507DD0-811D-11CE-B565-00AA00608FAA}' : '_IDocSiteControl',
7412         '{D87E7E16-6897-11CE-A6C0-00AA00608FAA}' : '_IRecipientControl',
7413         '{00063020-0000-0000-C000-000000000046}' : '_DocumentItem',
7414         '{00063021-0000-0000-C000-000000000046}' : '_ContactItem',
7415         '{00063022-0000-0000-C000-000000000046}' : '_JournalItem',
7416         '{00063023-0000-0000-C000-000000000046}' : '_RemoteItem',
7417         '{00063024-0000-0000-C000-000000000046}' : '_PostItem',
7418         '{00063025-0000-0000-C000-000000000046}' : '_NoteItem',
7419         '{00063026-0000-0000-C000-000000000046}' : '_ReportItem',
7420         '{00063033-0000-0000-C000-000000000046}' : '_AppointmentItem',
7421         '{00063034-0000-0000-C000-000000000046}' : '_MailItem',
7422         '{00063035-0000-0000-C000-000000000046}' : '_TaskItem',
7423         '{00063036-0000-0000-C000-000000000046}' : '_TaskRequestItem',
7424         '{00063037-0000-0000-C000-000000000046}' : '_TaskRequestUpdateItem',
7425         '{00063038-0000-0000-C000-000000000046}' : '_TaskRequestAcceptItem',
7426         '{00063039-0000-0000-C000-000000000046}' : '_TaskRequestDeclineItem',
7427         '{0006303B-0000-0000-C000-000000000046}' : 'Recipients',
7428         '{0006303C-0000-0000-C000-000000000046}' : 'Attachments',
7429         '{0006303D-0000-0000-C000-000000000046}' : 'UserProperties',
7430         '{0006303E-0000-0000-C000-000000000046}' : 'Actions',
7431         '{0006303F-0000-0000-C000-000000000046}' : 'Pages',
7432 }
7433 
7434 
7435 NamesToIIDMap = {
7436         'AddressEntry' : '{0006304B-0000-0000-C000-000000000046}',
7437         'NameSpaceEvents' : '{0006308C-0000-0000-C000-000000000046}',
7438         '_Application' : '{00063001-0000-0000-C000-000000000046}',
7439         'ItemsEvents' : '{00063077-0000-0000-C000-000000000046}',
7440         'SyncObjectEvents' : '{00063085-0000-0000-C000-000000000046}',
7441         'FormDescription' : '{00063046-0000-0000-C000-000000000046}',
7442         'ExplorersEvents' : '{00063078-0000-0000-C000-000000000046}',
7443         'InspectorsEvents' : '{00063079-0000-0000-C000-000000000046}',
7444         '_Explorers' : '{0006300A-0000-0000-C000-000000000046}',
7445         '_TaskRequestAcceptItem' : '{00063038-0000-0000-C000-000000000046}',
7446         '_MailItem' : '{00063034-0000-0000-C000-000000000046}',
7447         '_OutlookBarShortcuts' : '{00063074-0000-0000-C000-000000000046}',
7448         'Exceptions' : '{0006304C-0000-0000-C000-000000000046}',
7449         '_OutlookBarGroups' : '{00063072-0000-0000-C000-000000000046}',
7450         'PropertyPageSite' : '{0006307F-0000-0000-C000-000000000046}',
7451         'OutlookBarShortcut' : '{00063075-0000-0000-C000-000000000046}',
7452         'Attachment' : '{00063007-0000-0000-C000-000000000046}',
7453         '_TaskRequestDeclineItem' : '{00063039-0000-0000-C000-000000000046}',
7454         'OutlookBarStorage' : '{00063071-0000-0000-C000-000000000046}',
7455         '_MeetingItem' : '{00063062-0000-0000-C000-000000000046}',
7456         'Exception' : '{0006304D-0000-0000-C000-000000000046}',
7457         'Panes' : '{00063009-0000-0000-C000-000000000046}',
7458         'OutlookBarPaneEvents' : '{0006307A-0000-0000-C000-000000000046}',
7459         'Recipients' : '{0006303B-0000-0000-C000-000000000046}',
7460         '_DDocSiteControl' : '{0006F026-0000-0000-C000-000000000046}',
7461         '_DistListItem' : '{00063081-0000-0000-C000-000000000046}',
7462         'MAPIFolder' : '{00063006-0000-0000-C000-000000000046}',
7463         'AddressEntries' : '{0006304A-0000-0000-C000-000000000046}',
7464         '_Explorer' : '{00063003-0000-0000-C000-000000000046}',
7465         '_PostItem' : '{00063024-0000-0000-C000-000000000046}',
7466         '_DRecipientControlEvents' : '{D87E7E17-6897-11CE-A6C0-00AA00608FAA}',
7467         'AddressList' : '{00063049-0000-0000-C000-000000000046}',
7468         'Link' : '{00063089-0000-0000-C000-000000000046}',
7469         '_Folders' : '{00063040-0000-0000-C000-000000000046}',
7470         'ApplicationEvents' : '{0006304E-0000-0000-C000-000000000046}',
7471         '_Items' : '{00063041-0000-0000-C000-000000000046}',
7472         'Recipient' : '{00063045-0000-0000-C000-000000000046}',
7473         'Pages' : '{0006303F-0000-0000-C000-000000000046}',
7474         '_IDocSiteControl' : '{43507DD0-811D-11CE-B565-00AA00608FAA}',
7475         'InspectorEvents' : '{0006307D-0000-0000-C000-000000000046}',
7476         '_TaskItem' : '{00063035-0000-0000-C000-000000000046}',
7477         '_NameSpace' : '{00063002-0000-0000-C000-000000000046}',
7478         'OutlookBarShortcutsEvents' : '{0006307C-0000-0000-C000-000000000046}',
7479         'ExplorerEvents' : '{0006304F-0000-0000-C000-000000000046}',
7480         '_RemoteItem' : '{00063023-0000-0000-C000-000000000046}',
7481         '_SyncObject' : '{00063083-0000-0000-C000-000000000046}',
7482         'PropertyPage' : '{0006307E-0000-0000-C000-000000000046}',
7483         '_AppointmentItem' : '{00063033-0000-0000-C000-000000000046}',
7484         'ItemEvents' : '{0006303A-0000-0000-C000-000000000046}',
7485         'OutlookBarGroup' : '{00063073-0000-0000-C000-000000000046}',
7486         '_DDocSiteControlEvents' : '{50BB9B50-811D-11CE-B565-00AA00608FAA}',
7487         'AddressLists' : '{00063048-0000-0000-C000-000000000046}',
7488         'Action' : '{00063043-0000-0000-C000-000000000046}',
7489         '_JournalItem' : '{00063022-0000-0000-C000-000000000046}',
7490         '_OutlookBarPane' : '{00063070-0000-0000-C000-000000000046}',
7491         '_Inspectors' : '{00063008-0000-0000-C000-000000000046}',
7492         'UserProperties' : '{0006303D-0000-0000-C000-000000000046}',
7493         'FoldersEvents' : '{00063076-0000-0000-C000-000000000046}',
7494         'UserProperty' : '{00063042-0000-0000-C000-000000000046}',
7495         'Selection' : '{00063087-0000-0000-C000-000000000046}',
7496         'PropertyPages' : '{00063080-0000-0000-C000-000000000046}',
7497         'Attachments' : '{0006303C-0000-0000-C000-000000000046}',
7498         'Links' : '{0006308A-0000-0000-C000-000000000046}',
7499         '_ReportItem' : '{00063026-0000-0000-C000-000000000046}',
7500         '_Inspector' : '{00063005-0000-0000-C000-000000000046}',
7501         '_NoteItem' : '{00063025-0000-0000-C000-000000000046}',
7502         'SyncObjects' : '{00063086-0000-0000-C000-000000000046}',
7503         'Actions' : '{0006303E-0000-0000-C000-000000000046}',
7504         'OutlookBarGroupsEvents' : '{0006307B-0000-0000-C000-000000000046}',
7505         '_ContactItem' : '{00063021-0000-0000-C000-000000000046}',
7506         '_TaskRequestUpdateItem' : '{00063037-0000-0000-C000-000000000046}',
7507         '_TaskRequestItem' : '{00063036-0000-0000-C000-000000000046}',
7508         '_DRecipientControl' : '{0006F025-0000-0000-C000-000000000046}',
7509         '_DocumentItem' : '{00063020-0000-0000-C000-000000000046}',
7510         '_IRecipientControl' : '{D87E7E16-6897-11CE-A6C0-00AA00608FAA}',
7511         'RecurrencePattern' : '{00063044-0000-0000-C000-000000000046}',
7512 }
7513 
7514 win32com.client.constants.__dicts__.append(constants.__dict__)
7515 
7516 

Generated by PyXR 0.9.4