Create new appointment with webdav - Microsoft Exchange
This is a discussion on Create new appointment with webdav - Microsoft Exchange ; 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 ...
-
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?
-
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
<struveh@yahoo.com> 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?
>
Similar Threads
-
By Application Development in forum Microsoft Exchange
Replies: 8
Last Post: 04-30-2007, 01:52 PM
-
By Application Development in forum Microsoft Exchange
Replies: 2
Last Post: 08-15-2005, 09:54 AM
-
By Application Development in forum Microsoft Exchange
Replies: 2
Last Post: 07-07-2005, 03:27 AM
-
By Application Development in forum Microsoft Exchange
Replies: 10
Last Post: 11-19-2004, 04:14 PM
-
By Application Development in forum Microsoft Exchange
Replies: 0
Last Post: 07-20-2004, 03:15 PM