Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
Exchange
2000.active.directory
2000.admin
2000.announcements
2000.app.conversion
2000.applications
2000.clients
2000.clustering
2000.connectivity
2000.development
2000.documentation
2000.general
2000.information.store
2000.interop
2000.kms
2000.misc
2000.protocols
2000.realtime.collabo.
2000.setup
2000.transport
2000.win2000
admin
application.conversion
applications
clients
clustering
connectivity
design
development
misc
mobility
setup
tools
  
 
date: 23 Jan 2006 13:01:26 -0800,    group: microsoft.public.exchange2000.development        back       


Create new appointment with webdav   
I need to create an appointment with webdav and can successfully do
this for the basic meeting properties.  However, I need to know how to
do this for a meeting that needs to have categories assigned to it.

Any ideas on how to do this?
date: 23 Jan 2006 13:01:26 -0800   author:   unknown

Re: Create new appointment with webdav   
You need to include the categories property 
http://schemas.microsoft.com/exchange/keywords-utf8 in your Proppatch which 
is a mutlivalued
property so something like

"xmlns:e='http://schemas.microsoft.com/exchange/' " & _
"xmlns:x='XML:' " & _
"<e:keywords-utf8 b:dt=""mv.string"">" & _
"<x:v>Cat1</x:v>" & _
"<x:v>Cat2</x:v>" & _
"</e:keywords-utf8>" & _

Cheers
Glen


 wrote in message 
news:1138047299.810330.59610@g47g2000cwa.googlegroups.com...
>I need to create an appointment with webdav and can successfully do
> this for the basic meeting properties.  However, I need to know how to
> do this for a meeting that needs to have categories assigned to it.
>
> Any ideas on how to do this?
>
date: Tue, 24 Jan 2006 10:41:39 +1100   author:   Glen Scales [MVP]

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us