Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using Outlook e-mail on a Form

Status
Not open for further replies.

Harlequin007

Technical User
Feb 9, 2004
249
GB
Morning all.

I have a form with a command button that uses Outlook (Outlook will be the default mail application on users systems). however, it simply sends a mail.

Can I have it open the mail and allow the user to edit this prior to sending...?

With objEmail
.To = "Recipient"
.Subject = "Subject Line"
.Body = "Automated Response From The Above Database"
.Send

----------------------------
Cogito Ergo Sum [jester2]
----------------------------
 
I think using .Display instead of .Send should do the trick!

Scott.

Leadership and learning are indispensable to each other.
John F. Kennedy November 22 1963
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top