
Accept drops of messages from Outlook and Dragging attachments from MS Outlook
OK. We are looking for VB or C++ code that will allow us to drag and drop
attachment to and from Outlook 2000. The only thing we found was some
delphi code. Has anyone done anything like this using VB and C++ ???
Take a look at the links below to see Delphi code.
----------------------------------------------------------------------------
Accept drops of messages from Outlook, Outlook Express, Netscape and Eudora
(EMailTest.dpr) [Delphi]:
Demonstrates accepting drops of e-mail and news messages from Outlook
Express and Netscape (Messenger or Collabra), Outlook (message and
attachments), and Eudora Pro 4.x. The messages are kept in a combination
TListView/TMemo two-pane window, not unlike Outlook Express's and Netscape's
own user interfaces. In order to give reasonable text display in a simple
memo, HTML messages are massaged to remove tags. Also, demonstrates some
useful TStringList tricks for processing e-mail headers, as well as
extracting data from more unusual storage media like IStorage and IStream.
http://www.*-*-*.com/
----------------------------------------------------------------------------
Dragging attachments from MS Outlook (OutlookTest.dpr) [Delphi]:
Demonstrates accepting drops of e-mail attachments, particularly from MS
Outlook, which provides the data in an unusual format (as bytes on an
IStream interface, combined with a file group descriptor to supply the
names).
http://www.*-*-*.com/
----------------------------------------------------------------------------