PyIInterface
= OpenEntry(entryId, iid
, flags
)
Opens an object and returns an interface object for further access.
Parameters
entryId : string
The EntryID to open.iid : PyIID
The IID of the returned interface, or None for the default interface.flags : int
Flags for the call. May include MAPI_BEST_ACCESS, MAPI_DEFERRED_ERRORS, MAPI_MODIFY and possibly others (see the MAPI documentation)