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: 8 May 2006 02:46:07 -0700,    group: microsoft.public.exchange2000.development        back       


How to remove keywords-utf8 property   
Hi every body,

We can successfuly PROPPATCH categories in Contacts or other PIM items
using
<e:keywords-utf8
dt:dt='mv.string'><x:v>A</x:v><x:v>B</x:v></e:keywords-utf8>
(where e is xmlns http://schemas.microsoft.com/exchange/)

The same Proppatch can also successsfuly modify the values of A,B to X
or can be set to a blank String using
<e:keywords-utf8 dt:dt='mv.string'> <x:v /> </e:keywords-utf8>

But i am not able to find a way to completly delete this property once
it was set so that it doesn't contain any Field (not even blank or null
string).

Does anyone have an Idea of how to remove this property completely.

Thanks n Regards 
Sarabjit S. Rupaal
date: 8 May 2006 02:46:07 -0700   author:   unknown

Re: How to remove keywords-utf8 property   
Hello,

you can use the proppatch with a property-removal body:


<propertyupdate xmlns="DAV:">
    <remove>
        <prop>
            <e:keywords-utf8 />
        </prop>
    </remove>
</propertyupdate>

See
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/e2k3/e2k3/_webdav_remove_element.asp

Greetings,
Henning Krause

 wrote in message 
news:1147081567.332569.298440@e56g2000cwe.googlegroups.com...
> Hi every body,
>
> We can successfuly PROPPATCH categories in Contacts or other PIM items
> using
> <e:keywords-utf8
> dt:dt='mv.string'><x:v>A</x:v><x:v>B</x:v></e:keywords-utf8>
> (where e is xmlns http://schemas.microsoft.com/exchange/)
>
> The same Proppatch can also successsfuly modify the values of A,B to X
> or can be set to a blank String using
> <e:keywords-utf8 dt:dt='mv.string'> <x:v /> </e:keywords-utf8>
>
> But i am not able to find a way to completly delete this property once
> it was set so that it doesn't contain any Field (not even blank or null
> string).
>
> Does anyone have an Idea of how to remove this property completely.
>
> Thanks n Regards
> Sarabjit S. Rupaal
>
date: Mon, 8 May 2006 17:49:13 +0200   author:   Henning Krause [MVP]

Google
 
Web ureader.com


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