Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Outlook Newsgroups
Outlook Program Addins
If i have a entry id, how could i get its IABContainer?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="ryotyankou via OfficeKB.com, post: 4816889"] I get the item entry id as follow: 1. Use IAddrBook::GetSearchPath get SRowSet. 2. Use PropFindProp check SRowSet for IABContainer PR_ENTRYID. 3. Use IAddrBook::OpenEntry open the entry id to get IABContainer. 4. Use IABContainer::GetContentsTable to get contact table. 5. Then i get wanted items in table and save their entry ids. Now i have the item entry id, if i want to remove the item, i should call IABContainer::DeleteEntries, but how could i get IABContainer then? [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Outlook Newsgroups
Outlook Program Addins
If i have a entry id, how could i get its IABContainer?
Top