inserting an email address into Outlook Express (1 Viewer)

JJ

Registered User.
Local time
Today, 15:03
Joined
Mar 25, 2000
Messages
10
I'd like to create a form that automatically opens Outlook Express and inserts the email address when I double-click on that particular email address. Any suggestions on how to accomplish this? Thanks.
 

Mitch

Registered User.
Local time
Today, 15:03
Joined
May 23, 2000
Messages
31
Ok you use the send object command :-
Docmd.SendObject acSendNoObject,,,[E-mailAddress],,,[Title],,,False

and that should work. This command can also be amended to control other aspects such as CC:, Attachments, Enter standard messages.

HTH

Mitch.
 

Users who are viewing this thread

Top Bottom