Hi, I was trying to assign tasks using WebDAV, and during this process I have came across some documenatation saying that I have to create one Task and a TaskRequest and finally attach the Task to the TaskReqest. However, when i tried to attach tasks using the conventional way.ie ....\TaskRequest1.ml\Task1.eml... The above approach is resulting in attaching being taken as ATTACHMENT_BY_VALUE (PR_ATTACH_ METHOD=1), but when i noticed how outlook would sent a Task Request, it would send it as am embbed message (ie PR_ATTACH_ METHOD=5). Can someone please let me know how embedded attachments can be sent via WEBDAV? Thanks, Naresh