email from within .Net

  • Thread starter Thread starter Sparky
  • Start date Start date
S

Sparky

Hi

Does anyone know of any way to send an email from an application without
using the SMTP class (which relies on a mail server)? In VB6 we could use
the MAPI component which would use the default MAPI client (Outlook, Outlook
Express, or whatever). Must also be able to add attachments.

Cheers

Sparky
 
You can do the same here -
"IF" you want to -
just add a reference to the appropriate library.
If you're using Office XP, you'll need the PIA (Primary Interop Assemblies)
for XP.
Otherwise, you can use Visual Tools for Office 2003, which is an add-on the
VS .NET 2003 IDE.

Cheers,
Branimir
 

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