Appointement - Contact

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have created one appointment and selected 3 contacts in this
appointment.

Using WEBDAV, i am getting the appointment details. I want to get the
contact details for that appointment. We are able to retrieve only the
contacts name. How to get the details of the contacts. ?


"http://schemas.microsoft.com/mapi/id/{00062008-0000-0000-C000-000000000046}/8586001f" this URN gives only the contact names separated by comma(,).

We are using C#.

Regards

Indra Kumar
 
The contact details would be in the item in the contacts folder, so you'd to parse the contact names and use them to try to look up the contact in the Contacts folder.

Exchange development questions, e.g. WebDAV, are beyond the scope of this newsgroup.You might want to use the microsoft.public.exchange.applications and microsoft.public.exchange.development newsgroups or the forum at http://forum.cdolive.com/ShowForum.aspx?ForumID=6
 
Back
Top