What type of object should I pass to outlook email as a attachment when doing drag drop?

  • Thread starter Thread starter Cylix
  • Start date Start date
C

Cylix

My application have a file list,
I set the the list will drag the file fullpath string already.
When I drop it to outlook email, it pasted as a text ...
How can I paste it as a attachment?

Thanks a lot.
 
Use the DataFormats.FileDrop format for Outlook to recongnize it as an
attachment.

---------
- G Himangi, Sky Software http://www.ssware.com
Shell MegaPack : GUI Controls For Drop-In Windows Explorer like Shell
Browsing Functionality For Your App (.Net & ActiveX Editions).
EZNamespaceExtensions.Net : Develop namespace extensions rapidly in .Net
EZShellExtensions.Net : Develop all shell extensions,explorer bars and BHOs
rapidly in .Net
 
Back
Top