T
Tom Olson
I am trying to implement drag/drop functionality of email
messages from Outlook into my user control. The goal is
to capture the drop event and create a .msg file similar
to doing a "Save As..." from Outlook or dragging an email
into Windows explorer. I seem to get only a portion of
the email if I use DataFormats.Text (i.e.
To/From/Subject). My current workaround is to save the
email to a .msg file on the disk and then drag that file
into my control from explorer. Any help would be greatly
appreciated. Thanks.
messages from Outlook into my user control. The goal is
to capture the drop event and create a .msg file similar
to doing a "Save As..." from Outlook or dragging an email
into Windows explorer. I seem to get only a portion of
the email if I use DataFormats.Text (i.e.
To/From/Subject). My current workaround is to save the
email to a .msg file on the disk and then drag that file
into my control from explorer. Any help would be greatly
appreciated. Thanks.