Link to home
Start Free TrialLog in
Avatar of Idarac
Idarac

asked on

Send email using Visual Basic and Microsoft Exchange Server

I have a VB 6.0 application and Microsoft Exchange Server 2003. I want to able to send and email from my VB app. I have situation where there are many Techs using the same email account running. How do I send an email from my app.
Avatar of Robin Uijt
Robin Uijt
Flag of Netherlands image

You can use the example on http://www.freevbcode.com/ShowCode.Asp?ID=109

It connect to your mail server via smtp and sends the email.

Will this work for you?
Avatar of Idarac
Idarac

ASKER

Yes I am aware of that one. But is it possible to logon to the Exchange Server send the email then logoff.
ASKER CERTIFIED SOLUTION
Avatar of Robin Uijt
Robin Uijt
Flag of Netherlands image

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 Idarac

ASKER

I used this code to solve my problem.