| Author |
Message |
Francois LE DORNER
Guest
|
Posted:
Tue Jan 04, 2005 11:43 pm Post subject:
Webdav display |
|
|
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.
|
|
| Back to top |
|
 |
Michael
Guest
|
Posted:
Wed Jan 05, 2005 1:18 am Post subject:
Re: Webdav display |
|
|
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. |
|
|
| Back to top |
|
 |
Glen Scales [MVP]
Guest
|
Posted:
Wed Jan 05, 2005 12:19 pm Post subject:
Re: Webdav display |
|
|
You can also use the Mapi prop tags most of these properties are documented
at http://www.cdolive.com/cdo10.htm . You might also want to grab a copy of
Outlook Spy or Mdbvu32 which can come in handy for working out what these
are using getnamesfromID will also give you the schema mapping if one
exists.
Cheers
Glen
"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. |
|
|
| Back to top |
|
 |
|
|
|
|