Accept drops of messages from Outlook and Dragging attachments from MS Outlook 
Author Message
 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/

----------------------------------------------------------------------------



Sun, 09 Nov 2003 00:49:58 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Accept drops of messages from Outlook and Dragging attachments from MS Outlook

2. Accepting Dragged Outlook Messages

3. Drag-drop outlook attachment in vb.net application

4. Drag Drop an Outlook email attachment

5. DRAG an ATTACHMENT from an outlook incoming email message, ONTO a vb6 form directly

6. Read message from Outlook with drag&drop

7. Drag'n'drop message rom Outlook to VB

8. Drag'n'drop message rom Outlook to VB

9. HTML attachment displayed in message body in MS Outlook

10. Print out MS Outlook calendars via VBA WITHIN MS Outlook

11. drag OUTLOOK attachment (.doc file) to vb6form directly

12. Dragging files into Outlook as Attachments

 

 
Powered by phpBB® Forum Software