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.
Visual Basic ClassicExchangeEmail Servers

Avatar of undefined
Last Comment
Idarac

8/22/2022 - Mon
Robin

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?
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
Robin

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Idarac

ASKER
I used this code to solve my problem.
Experts Exchange is like having an extremely knowledgeable team sitting and waiting for your call. Couldn't do my job half as well as I do without it!
James Murphy