outlook express and access

A

AMC

Hi,

Does anyone have a code sample that creates an outlook express message in
access and opens outlook express? All of the examples I've found are for
outlook rather than outlook express.

Thanks,
A
 
J

John Nurick

Outlook Expres can't be automated in the same way that Outlook can.
About the only possiblities I'm aware of are (a) DoCmd.SendObject and
(b) something like
Application.FollowHyperLink "mailto:[email protected]"
 
Top