I am trying to programatically (C#) add a contact using exchange web service. I want to specificy the interet free busy address while adding the contact. ContactItemType contactItem = new ContactItemType(); I am not finding the free busy attribute for contactitem. Please help me how to specify the value. THanks in advance, GSK
If you're talking about an Outlook contact, then you should post your question in one of the Outlook newsgroups, like microsoft.public.outlook.program_vba. It's way off-topic here, sorry. -- Ed Crowley MVP - Exchange "Protecting the world from PSTs and brick backups!" "GSK" wrote in message news:CD32031C-D4EC-4526-B99B-D8D56B3A35A4@microsoft.com... >I am trying to programatically (C#) add a contact using exchange web >service. > I want to specificy the interet free busy address while adding the > contact. > > ContactItemType contactItem = new ContactItemType(); > I am not finding the free busy attribute for contactitem. > Please help me how to specify the value. > > THanks in advance, > GSK >
I am referring to the below link "Creating Contacts (Exchange Web Services)" http://msdn2.microsoft.com/en-us/library/aa563318(EXCHG.80).aspx I want to add a contact with internet free busy address, but am not finding the right attribute. Please let me know to which newsgroup i should post this question. Thanks a lot, GSK "Ed Crowley [MVP]" wrote: > If you're talking about an Outlook contact, then you should post your > question in one of the Outlook newsgroups, like > microsoft.public.outlook.program_vba. It's way off-topic here, sorry. > -- > Ed Crowley > MVP - Exchange > "Protecting the world from PSTs and brick backups!" > > "GSK" wrote in message > news:CD32031C-D4EC-4526-B99B-D8D56B3A35A4@microsoft.com... > >I am trying to programatically (C#) add a contact using exchange web > >service. > > I want to specificy the interet free busy address while adding the > > contact. > > > > ContactItemType contactItem = new ContactItemType(); > > I am not finding the free busy attribute for contactitem. > > Please help me how to specify the value. > > > > THanks in advance, > > GSK > > > > >
None of that changes my answer. -- Ed Crowley MVP - Exchange "Protecting the world from PSTs and brick backups!" "GSK" wrote in message news:F9EE0434-505C-4932-8B64-5E3538A7D856@microsoft.com... >I am referring to the below link "Creating Contacts (Exchange Web >Services)" > > http://msdn2.microsoft.com/en-us/library/aa563318(EXCHG.80).aspx > > I want to add a contact with internet free busy address, but am not > finding > the right attribute. Please let me know to which newsgroup i should post > this > question. > > Thanks a lot, > GSK > > "Ed Crowley [MVP]" wrote: > >> If you're talking about an Outlook contact, then you should post your >> question in one of the Outlook newsgroups, like >> microsoft.public.outlook.program_vba. It's way off-topic here, sorry. >> -- >> Ed Crowley >> MVP - Exchange >> "Protecting the world from PSTs and brick backups!" >> >> "GSK" wrote in message >> news:CD32031C-D4EC-4526-B99B-D8D56B3A35A4@microsoft.com... >> >I am trying to programatically (C#) add a contact using exchange web >> >service. >> > I want to specificy the interet free busy address while adding the >> > contact. >> > >> > ContactItemType contactItem = new ContactItemType(); >> > I am not finding the free busy attribute for contactitem. >> > Please help me how to specify the value. >> > >> > THanks in advance, >> > GSK >> > >> >> >>