R
Rohan lotlikat
Hi,
I have a little problem with MS OutLook 2003 Addin. Im trying to Find a
contact to check if its already present in the contact list. But i dont see
and wayout.
I tried following:
m_pApp->GetNamespace(L"MAPI",&nameSpace);
nameSpace->GetDefaultFolder(olFolderContacts ,&mCFolder);
mCFolder->get_Items(&pContactItems);
IDispatch * pDisp;
pContactItems->Find(L"(e-mail address removed)",&pDisp);
But this does not help .
How can i check if particular email address is already present in the
Outlook contact list of the user?
please help
Regards
Rohan
I have a little problem with MS OutLook 2003 Addin. Im trying to Find a
contact to check if its already present in the contact list. But i dont see
and wayout.
I tried following:
m_pApp->GetNamespace(L"MAPI",&nameSpace);
nameSpace->GetDefaultFolder(olFolderContacts ,&mCFolder);
mCFolder->get_Items(&pContactItems);
IDispatch * pDisp;
pContactItems->Find(L"(e-mail address removed)",&pDisp);
But this does not help .
How can i check if particular email address is already present in the
Outlook contact list of the user?
please help
Regards
Rohan