Get attachement of Selected Email (VB.NET)

  • Thread starter Thread starter DraguVaso
  • Start date Start date
D

DraguVaso

Hi,

I want to be able to copy the Attachement of a the selected e-mail in
Outlook to a given location.
Does anybody knows how to do this? I know how to use outlook-items etc, but
knowing which mail is the currently selected one I'm not able to find.

Thanks in advance,

Pieter
 
ActiveExplorer.Selection gives you a collection of items selected in a
folder view. ActiveInspector.CurrentItem gives you the most recently viewed
individual item displayed in its own window.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



Hi,

I want to be able to copy the Attachement of a the selected e-mail in
Outlook to a given location.
Does anybody knows how to do this? I know how to use outlook-items etc, but
knowing which mail is the currently selected one I'm not able to find.

Thanks in advance,

Pieter
 
thanks but I need it for Outlook 97, and it doesn't seem to work :-(
 
Always mention the Outlook version(s) your application needs to support. See
my response to your other post on this issue.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



thanks but I need it for Outlook 97, and it doesn't seem to work :-(
 
ok, thanks for the input

Sue Mosher said:
Always mention the Outlook version(s) your application needs to support. See
my response to your other post on this issue.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



thanks but I need it for Outlook 97, and it doesn't seem to work :-(
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top