Francois LE DORNER
Guest
|
Posted:
Wed Jan 05, 2005 2:25 pm Post subject:
R: Re: Webdav display |
|
|
Thank you Michael but it's not the good answer,
_I know how to find the value of a field :
example : computernetworkname with "urn:schemas:contacts:computernetworkname"
_BUT I down't know how to find a label in the form of outlook
example : computernetworkname->"Computer network name :"
François.
-------------------------------
You can get value of these properties. They are:
name = "o"
namespace = "urn:schemas:contacts:"
name="computernetworkname"
namespace="urn:schemas:contacts:"
......
Michael
-------------------------------
If you need WebDAV API for Exchange server,
use our component WebDAV .NET for Exchange.
Check out http://www.independentsoft.com
"Francois LE DORNER" <francoisledorner@hotmail.com> wrote in message
news:f3de0c93.0501040943.6a9d6b35@posting.google.com...
| Quote: | Hello,
I don't understand why we can get the display text for email1, email2
(Email1DisplayName, Email2DisplayName) ...
BUT not CompanyName, ComputerNetworkName, Department, HomeAddressStreet ...!!!
If you have an idea ...
Thank you.
--
François LE DORNER. |
|
|
Tom Rizzo [MSFT]
Guest
|
Posted:
Sun Jan 09, 2005 10:51 pm Post subject:
Re: Re: Webdav display |
|
|
If you're talking about the display text in Outlook for these, they're not
stored in properties but resource files compiled into Outlook.
Tom
--
Looking for a good book on programming Exchange, Outlook, ADSI and
SharePoint? Check out http://www.microsoft.com/MSPress/books/5517.asp
"Francois LE DORNER" <francoisledorner@hotmail.com> wrote in message
news:f3de0c93.0501050025.3e1a7c82@posting.google.com...
| Quote: | Thank you Michael but it's not the good answer,
_I know how to find the value of a field :
example : computernetworkname with
"urn:schemas:contacts:computernetworkname"
_BUT I down't know how to find a label in the form of outlook
example : computernetworkname->"Computer network name :"
François.
-------------------------------
You can get value of these properties. They are:
name = "o"
namespace = "urn:schemas:contacts:"
name="computernetworkname"
namespace="urn:schemas:contacts:"
.....
Michael
-------------------------------
If you need WebDAV API for Exchange server,
use our component WebDAV .NET for Exchange.
Check out http://www.independentsoft.com
"Francois LE DORNER" <francoisledorner@hotmail.com> wrote in message
news:f3de0c93.0501040943.6a9d6b35@posting.google.com...
Hello,
I don't understand why we can get the display text for email1, email2
(Email1DisplayName, Email2DisplayName) ...
BUT not CompanyName, ComputerNetworkName, Department, HomeAddressStreet
...!!!
If you have an idea ...
Thank you.
--
François LE DORNER. |
|
|