PyIMAPISession.OpenMsgStore

PyIUnknown = OpenMsgStore(uiParam, entryId , iid , flags )

Opens a message store.

Parameters

uiParam : int

Handle to the parent window for dialogs.

entryId : string

The entry ID of the message store to open.

iid : PyIID

The IID of the interface returned, or None

flags : int

Options for the call.

Comments

The result is the interface specified by the IID, or IID_IMsgStore if None is used.