Package native :: Package outlook :: Module outlook_com :: Class _AppointmentItem
[hide private]
[frames] | no frames]

Class _AppointmentItem

source code

win32com.client.DispatchBaseClass --+
                                    |
                                   _AppointmentItem

Instance Methods [hide private]
 
ClearRecurrencePattern(self) source code
 
Close(self, SaveMode=defaultNamedNotOptArg) source code
 
Copy(self) source code
 
Delete(self) source code
 
Display(self, Modal=defaultNamedNotOptArg) source code
 
ForwardAsVcal(self) source code
 
GetRecurrencePattern(self) source code
 
Move(self, DestFldr=defaultNamedNotOptArg) source code
 
PrintOut(self) source code
 
Respond(self, Response=defaultNamedNotOptArg, fNoUI=defaultNamedNotOptArg, fAdditionalTextDialog=defaultNamedNotOptArg) source code
 
Save(self) source code
 
SaveAs(self, Path=defaultNamedNotOptArg, Type=defaultNamedNotOptArg) source code
 
Send(self) source code

Inherited from win32com.client.DispatchBaseClass: _ApplyTypes_, __cmp__, __getattr__, __init__, __repr__, __setattr__, _get_good_object_, _get_good_single_object_

Class Variables [hide private]
  CLSID = IID('{00063033-0000-0000-C000-000000000046}')
  coclass_clsid = IID('{00061030-0000-0000-C000-000000000046}')
  _prop_map_get_ = {'Actions': (63511, 2, (9, 0), (), 'Actions',...
  _prop_map_put_ = {'AllDayEvent': ((33301, 0, 4, 0), ()), 'Bill...
Class Variable Details [hide private]

_prop_map_get_

Value:
{'Actions': (63511,
             2,
             (9, 0),
             (),
             'Actions',
             '{0006303E-0000-0000-C000-000000000046}'),
 'AllDayEvent': (33301, 2, (11, 0), (), 'AllDayEvent', None),
 'Application': (61440, 2, (9, 0), (), 'Application', '{00063001-0000-\
...

_prop_map_put_

Value:
{'AllDayEvent': ((33301, 0, 4, 0), ()),
 'BillingInformation': ((34101, 0, 4, 0), ()),
 'Body': ((37120, 0, 4, 0), ()),
 'BusyStatus': ((33285, 0, 4, 0), ()),
 'Categories': ((36865, 0, 4, 0), ()),
 'Companies': ((34107, 0, 4, 0), ()),
 'ConferenceServerAllowExternal': ((33350, 0, 4, 0), ()),
 'ConferenceServerPassword': ((33353, 0, 4, 0), ()),
...