Home All Groups Group Topic Archive Search About
Author
26 Nov 2004 8:25 AM
Sander Peek
Hello,

I'm developing a webbased application that uses Exchange as a
database. I already succeed in using data of my contacts (stored in a
Public Folder) like telephonenr., address and name. I query Exchange
by creating a SQL statement where for example de surname is
represented by "urn:schemas:contacts:sn". My question is:

Is it also possible to retrieve what's stored in de field "Categories"
for each of my contacts?

Greetings Sander
Author
26 Nov 2004 11:58 AM
Michael
This is under property:

urn:schemas-microsoft-com:office:office:Keywords

Michael
-------------------------------
If you need WebDAV API for Exchange server,
use our component "WebDAV .NET for Exchange".
Check out http://www.independentsoft.com


Show quoteHide quote
"Sander Peek" <SanderP***@gmail.com> wrote in message
news:af377c3d.0411260025.57249bc0@posting.google.com...
> Hello,
>
> I'm developing a webbased application that uses Exchange as a
> database. I already succeed in using data of my contacts (stored in a
> Public Folder) like telephonenr., address and name. I query Exchange
> by creating a SQL statement where for example de surname is
> represented by "urn:schemas:contacts:sn". My question is:
>
> Is it also possible to retrieve what's stored in de field "Categories"
> for each of my contacts?
>
> Greetings Sander
Are all your drivers up to date? click for free checkup

Author
26 Nov 2004 2:39 PM
Sander Peek
urn:schemas-microsoft-com:office:office:Keywords is not the Field i'm
looking for. I want to retrieve the data that's stored in the field
Categories by each one of my contacts. When you open a contact in my
Outlook on the general tab there is a field called Categories. I want
to retrieve that data.

Please, could someone help me?

Show quoteHide quote
"Michael" <mich***@discussions.microsoft.com> wrote in message news:<uh0iG960EHA.3364@TK2MSFTNGP12.phx.gbl>...
> This is under property:
>
> urn:schemas-microsoft-com:office:office:Keywords
>
> Michael
> -------------------------------
> If you need WebDAV API for Exchange server,
> use our component "WebDAV .NET for Exchange".
> Check out http://www.independentsoft.com
>
>
> "Sander Peek" <SanderP***@gmail.com> wrote in message
> news:af377c3d.0411260025.57249bc0@posting.google.com...
> > Hello,
> >
> > I'm developing a webbased application that uses Exchange as a
> > database. I already succeed in using data of my contacts (stored in a
> > Public Folder) like telephonenr., address and name. I query Exchange
> > by creating a SQL statement where for example de surname is
> > represented by "urn:schemas:contacts:sn". My question is:
> >
> > Is it also possible to retrieve what's stored in de field "Categories"
> > for each of my contacts?
> >
> > Greetings Sander
Author
27 Nov 2004 7:27 PM
Henning Krause [MVP]
Hello,

try
http://schemas.microsoft.com/exchange/keywords-utf8



This is a multi-valued property.


Greetings,
Henning Krause [MVP]
==========================
Visit my website: http://www.infinitec.de
Try my free Exchange Explorer: Mistaya
(http://www.infinitec.de/?page=products)


Show quoteHide quote
"Sander Peek" <SanderP***@gmail.com> wrote in message
news:af377c3d.0411260639.bfb0bff@posting.google.com...
> urn:schemas-microsoft-com:office:office:Keywords is not the Field i'm
> looking for. I want to retrieve the data that's stored in the field
> Categories by each one of my contacts. When you open a contact in my
> Outlook on the general tab there is a field called Categories. I want
> to retrieve that data.
>
> Please, could someone help me?
>
> "Michael" <mich***@discussions.microsoft.com> wrote in message
news:<uh0iG960EHA.3364@TK2MSFTNGP12.phx.gbl>...
> > This is under property:
> >
> > urn:schemas-microsoft-com:office:office:Keywords
> >
> > Michael
> > -------------------------------
> > If you need WebDAV API for Exchange server,
> > use our component "WebDAV .NET for Exchange".
> > Check out http://www.independentsoft.com
> >
> >
> > "Sander Peek" <SanderP***@gmail.com> wrote in message
> > news:af377c3d.0411260025.57249bc0@posting.google.com...
> > > Hello,
> > >
> > > I'm developing a webbased application that uses Exchange as a
> > > database. I already succeed in using data of my contacts (stored in a
> > > Public Folder) like telephonenr., address and name. I query Exchange
> > > by creating a SQL statement where for example de surname is
> > > represented by "urn:schemas:contacts:sn". My question is:
> > >
> > > Is it also possible to retrieve what's stored in de field "Categories"
> > > for each of my contacts?
> > >
> > > Greetings Sander

Bookmark and Share