Is there a way to create an embedded attachment to a MapiMessage?
When I attach an email to another in Outlook I can see that the MapiProperty PR_ATTACH_METHOD = 5 and that PR_ATTACH_DATA_OBJ = Object.
Is there a way to create a new MapiMessage and add an attachment such that it will have the same PR_ATTACH_METHOD tag?
Thanks,
//C
When I attach an email to another in Outlook I can see that the MapiProperty PR_ATTACH_METHOD = 5 and that PR_ATTACH_DATA_OBJ = Object.
Is there a way to create a new MapiMessage and add an attachment such that it will have the same PR_ATTACH_METHOD tag?
Thanks,
//C