PyIMsgStore.Advise

Advise(entryId, eventMask, adviseSink)

Registers to receive notification of specified events that affect the message store.

Parameters

entryId : string

entry identifier of the folder or message about which notifications should be generated, or None

eventMask : int

A mask of values that indicate the types of notification events.

adviseSink : PyIMAPIAdviseSink

An advise sink.