VBA read Outlook attachment from clipboard -


i'm searching way, using vba, retrieve file path or file data of outlook attachment copied clipboard user.

i've implemented (in access) drag/drop option saves entire email (and associated attachments), because of common user workflow need (desire) right-click > copy single attachment has been requested.

i've implemented solution thread: vba: read file clipboard , while successful files copied explorer window, not work outlook attachment copied clipboard.

i've tested different shell clipboard formats listed here no luck: https://msdn.microsoft.com/en-us/library/windows/desktop/bb776902%28v=vs.85%29.aspx#cfstr_filenamemap

any other suggestions/pointers appreciated.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -