G
Guest
I am in Access using visual basic code. I want to open Outlook, open a new
email, insert the email address from an Access record and insert a message
into the email. The code line I have looks like this:
val = Shell("C:\Program Files\Microsoft Office\Office10\outlook.exe /c
ipm.note /m " & stEmail, 1)
This works to open Outlook to a new message and with the email address
inserted where "stEmail" is a variable containing the email address.
QUESTION: How do I insert a message (stMessage) into this email?
email, insert the email address from an Access record and insert a message
into the email. The code line I have looks like this:
val = Shell("C:\Program Files\Microsoft Office\Office10\outlook.exe /c
ipm.note /m " & stEmail, 1)
This works to open Outlook to a new message and with the email address
inserted where "stEmail" is a variable containing the email address.
QUESTION: How do I insert a message (stMessage) into this email?