Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
E-Mail
Message
 
To
08/05/2001 12:18:58
General information
Forum:
Visual Basic
Category:
Internet applications
Title:
Re: E-Mail
Miscellaneous
Thread ID:
00504792
Message ID:
00504839
Views:
15
>Hello
>
>What I am trying to do is pop up the users default mail application from VB, and send a couple file attachments.
>
>I was told that it is not possible to send file attachments using the mailto URL.
>
>I tried using the MAPI controls that come with VB 5.0 but when I tried to send an E-Mail message, it prompted me for a profile, and then gave me the option of setting up a profile using the Microsoft Exhange Wizard. We are not using Microsoft Exchange here.
>
>I then found a VB application that would send E-Mail over the internet using the Winsock control. The problem that I have with this is that the application needs to know the name of the Host as well as the E-Mail address of the client sending the E-Mail message.
>
>All I want to do is send an E-Mail message to myself from within my VB application if an error is encountered.
>
>What would be the best way to accomplish this.
>
>Thank You
>
>Gary Hagerty

Hi Gary,

If files you want to send to yourself are small, then you merge them and put in the body of your message, so you don't have to attach them. In this case you can send e-mail using the mailto URL.
This is the simplest solution I could come up with.
Just my 2 cents.
Igor Gelin
Database Developer
Previous
Reply
Map
View

Click here to load this message in the networking platform