Link to home
Start Free TrialLog in
Avatar of edved
edved

asked on

Example - Sending email in Vb app

I would like to see an example of sending a simple email msg from within VB - but, I don't want to use the MAPI control.
ASKER CERTIFIED SOLUTION
Avatar of Mirkwood
Mirkwood

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of edved
edved

ASKER

Mirkwood,Thanks for the reply.

Question: Are the "subject" and "text" objects string variables? How can I set the "text" object to point to a text file?
DO you mean "add an attachment" or you want to use a file as source for your email.

I think you mean the second and in that case I have to disappoint you. You just have to read the file and copy it to the text property.