Melbin
Guest
|
Posted:
Wed Aug 31, 2005 4:59 pm Post subject:
IExchangeImportContentsChanges-Message(read/deleted) |
|
|
I am trying to get message read/deleted by using the
IExchangeImportContentsChanges Interface where ImportMessageDeletion and
ImportMessageChange are there.
I got ICSDemo from exchange server 5.5 SDK. But then i didn't understood
how am i telling that i want notification for the private store. i did like,
1) start Mapi session
2) open the information store
3) To obtain this interface, call the MAPI IMAPIProp::OpenProperty method
on the PR_COLLECTOR property of the object.
A) And i inherited the IExchangeImportContentsChanges interface and
implemented its interfaces. But then where am i telling that i want the
notification on private store?
B) Then another thing i saw is in the SDK example they are using the
OpenEntry
for the folder. How will i do that for the mailbox and why is it done?
Thanks a lotz in Advance
|
|