| Author |
Message |
Sander Peek
Guest
|
Posted:
Fri Nov 26, 2004 2:25 pm Post subject:
Categories |
|
|
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
|
|
| Back to top |
|
 |
Michael
Guest
|
Posted:
Fri Nov 26, 2004 5:58 pm Post subject:
Re: Categories |
|
|
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" <SanderPeek@gmail.com> wrote in message
news:af377c3d.0411260025.57249bc0@posting.google.com...
| Quote: | 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 |
|
|
| Back to top |
|
 |
Sander Peek
Guest
|
Posted:
Fri Nov 26, 2004 8:39 pm Post subject:
Re: Categories |
|
|
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" <michael@discussions.microsoft.com> wrote in message news:<uh0iG960EHA.3364@TK2MSFTNGP12.phx.gbl>...
| Quote: | 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" <SanderPeek@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 |
|
|
| Back to top |
|
 |
Henning Krause [MVP]
Guest
|
Posted:
Sun Nov 28, 2004 1:27 am Post subject:
Re: Categories |
|
|
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)
"Sander Peek" <SanderPeek@gmail.com> wrote in message
news:af377c3d.0411260639.bfb0bff@posting.google.com...
| Quote: | 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" <michael@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" <SanderPeek@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 |
|
|
| Back to top |
|
 |
|
|
|
|