I
Igor Smertin
I'm trying to get a notification on type of Inbox notification. I created
AdviseSink object and use Advise() as follows:
Code:
LPMAPIADVISESINK lpAdviseSink = new CMAPITableAdviseSink();
hResult = MsgStore->Advise( cbEntryId, lpEntryId, fnevNewMail |
fnevObjectCreated | fnevObjectDeleted | fnevObjectModified |
fnevObjectMoved| fnevObjectCopied | fnevStatusObjectModified, lpAdviseSink,
&connection);
The operation is sucessfull, but no notification is received. Can anybody
help?
AdviseSink object and use Advise() as follows:
Code:
LPMAPIADVISESINK lpAdviseSink = new CMAPITableAdviseSink();
hResult = MsgStore->Advise( cbEntryId, lpEntryId, fnevNewMail |
fnevObjectCreated | fnevObjectDeleted | fnevObjectModified |
fnevObjectMoved| fnevObjectCopied | fnevStatusObjectModified, lpAdviseSink,
&connection);
The operation is sucessfull, but no notification is received. Can anybody
help?