- Send a mail via default email client
- Posted by matkov on July 7th, 2004
I would like to send a mail from vb.net program via default mail
client (Outlook, Eudora,...) with attachment (that's why mailto:...
doesn't work!).
Does anyone have a suggestion, because crystal reports have that
function to send report as attachment to mail in any mail client. But
i dont want to use CR.
Thanks
- Posted by Bob Day on July 7th, 2004
"matkov" <matevz.kovacic@kompas-ingpos.si> wrote in message
news:57a406b5.0407070516.2aabca1e@posting.google.c om...
Under Windows (Windows XP anyway), you could use the
MAPISendMail API.
-- Bob Day
http://bobday.vze.com
- Posted by Howard Kaikow on July 7th, 2004
How to that depends on the host app.
For example, in Microsoft Word, you could send the active document to the
default email client.
Or, you could use the API to roll your own.
--
http://www.standards.com/; See Howard Kaikow's web site.
"matkov" <matevz.kovacic@kompas-ingpos.si> wrote in message
news:57a406b5.0407070516.2aabca1e@posting.google.c om...