FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Drop Outlook Email to IE-Control and save Attachments
Posts: 1772
Joined: Thu Sep 05, 2019 05:32 AM
Drop Outlook Email to IE-Control and save Attachments
Posted: Thu Nov 18, 2021 07:18 AM
hi,

under Xbase++ we can use "webBrowser2" = XbpHTMLviewer() = "shell.explorer.2" to display almost all Type of Files.
when add API DragAcceptFiles() (or WS_EX_ACCEPTFILES) i can "Drop" Files to IE-Engine.

now we found out that under Xbase++ we can drop for Email from Outlook and its Attachments to IE-Engine ( and save Attachments )


Question : how can i do it under FiveWin :-)

it does not work under HMG / MiniGUI so i hope FiveWin can do it under harbour
greeting,

Jimmy
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: Drop Outlook Email to IE-Control and save Attachments
Posted: Thu Nov 18, 2021 08:01 AM

Hello Jimmy,

Maybe my post

viewtopic.php?f=3t=14111p=72596hilit=xfangsid=6ba097353cbcceb249935b893f41edb3#p72596
can help. I use RICHEDIT and OUTLOOK.

Best regards,
Otto

&&&&

Posts: 1772
Joined: Thu Sep 05, 2019 05:32 AM
Re: Drop Outlook Email to IE-Control and save Attachments
Posted: Thu Nov 18, 2021 10:45 PM
hi Otto,

as i understand right "DragAccept" is "integrade" in FiveWin xTRich() and you got a Callback Slot
Code (fw): Select all Collapse
   oRich:bMButtonDown

so i have to look into Source how Callback Slot o:bMButtonDown work.

thx for Tip
greeting,

Jimmy

Continue the discussion