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

Class _RemoteItem

source code

win32com.client.DispatchBaseClass --+
                                    |
                                   _RemoteItem

Instance Methods [hide private]
 
Close(self, SaveMode=defaultNamedNotOptArg) source code
 
Copy(self) source code
 
Delete(self) source code
 
Display(self, Modal=defaultNamedNotOptArg) source code
 
Move(self, DestFldr=defaultNamedNotOptArg) source code
 
PrintOut(self) source code
 
Save(self) source code
 
SaveAs(self, Path=defaultNamedNotOptArg, Type=defaultNamedNotOptArg) 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('{00063023-0000-0000-C000-000000000046}')
  coclass_clsid = IID('{00061060-0000-0000-C000-000000000046}')
  _prop_map_get_ = {'Actions': (63511, 2, (9, 0), (), 'Actions',...
  _prop_map_put_ = {'BillingInformation': ((34101, 0, 4, 0), ())...
Class Variable Details [hide private]

_prop_map_get_

Value:
{'Actions': (63511,
             2,
             (9, 0),
             (),
             'Actions',
             '{0006303E-0000-0000-C000-000000000046}'),
 'Application': (61440,
                 2,
...

_prop_map_put_

Value:
{'BillingInformation': ((34101, 0, 4, 0), ()),
 'Body': ((37120, 0, 4, 0), ()),
 'Categories': ((36865, 0, 4, 0), ()),
 'Companies': ((34107, 0, 4, 0), ()),
 'Importance': ((23, 0, 4, 0), ()),
 'MessageClass': ((26, 0, 4, 0), ()),
 'Mileage': ((34100, 0, 4, 0), ()),
 'NoAging': ((34062, 0, 4, 0), ()),
...