Bo McIlvain
2008-07-08 21:39:03 UTC
I'm trying to import contacts from a 3rd party contact management system into
Exchange, and need to be able to write to the "Notes" field in the contact
using WebDAV. The technique I've been trying to make work is to use a PUT
request to creat the body of the contact (which should show up in the Notes
field according to all the documentation I can find) and then use a PROPPATCH
request to fill in all the standard info. This results in a link to the item
(xxxx.eml) showing up in the Notes field, and not the contents of the item.
Any help would be greatly appreciated.
Exchange, and need to be able to write to the "Notes" field in the contact
using WebDAV. The technique I've been trying to make work is to use a PUT
request to creat the body of the contact (which should show up in the Notes
field according to all the documentation I can find) and then use a PROPPATCH
request to fill in all the standard info. This results in a link to the item
(xxxx.eml) showing up in the Notes field, and not the contents of the item.
Any help would be greatly appreciated.