S
Steve Schmechel
When you use WebDAV to add a contact to a user's "Contacts" folder, the
contact's email address will appear in the user's Outlook Address Book when
they select their "Contacts" folder from the "Show names from the:" dropdown
box.
Example:
"<mapi:email1emailaddress>" & _
"/o=Microsoft/ou=First Administrative
Group/cn=Recipients/cn=jdobney" & _
"</mapi:email1emailaddress>" & _
"<mapi:email1originaldisplayname>" & _
"JoLynn Dobney (Exchange)" & _
"</mapi:email1originaldisplayname>" & _
You can also add an entry that will show up in Outlook's "Business Fax"
field by using the following.
"<c:facsimiletelephonenumber>425-555-1112</c:facsimiletelephonenumber>"
However, the fax number will not show up in the user's address book as a
"Business Fax" entry until you edit the number in Outlook and save the
change. (Adding a contact from OWA, with a fax number, will also fail to
add the entry to the Address Book.)
Obviously, Outlook is doing something behind the scenes to add the entry.
Is their any way I can add a "Business Fax" Address Book entry using WebDAV?
Thanks,
Steve
contact's email address will appear in the user's Outlook Address Book when
they select their "Contacts" folder from the "Show names from the:" dropdown
box.
Example:
"<mapi:email1emailaddress>" & _
"/o=Microsoft/ou=First Administrative
Group/cn=Recipients/cn=jdobney" & _
"</mapi:email1emailaddress>" & _
"<mapi:email1originaldisplayname>" & _
"JoLynn Dobney (Exchange)" & _
"</mapi:email1originaldisplayname>" & _
You can also add an entry that will show up in Outlook's "Business Fax"
field by using the following.
"<c:facsimiletelephonenumber>425-555-1112</c:facsimiletelephonenumber>"
However, the fax number will not show up in the user's address book as a
"Business Fax" entry until you edit the number in Outlook and save the
change. (Adding a contact from OWA, with a fax number, will also fail to
add the entry to the Address Book.)
Obviously, Outlook is doing something behind the scenes to add the entry.
Is their any way I can add a "Business Fax" Address Book entry using WebDAV?
Thanks,
Steve