T
Tom Ventouris
Is there any way to get the SendObject method to open Outlook with the
Normal Template?
DoCmd.SendObject , "", "", "", "", Me![MailBox], Me![ProjectTitle],
"MessageBox", True, ""
My problem is really just with the contents of the MessageBox which appear
in plain text in the e mail. It would also be nice to have the sender's
signature which is already on the Outlook Template.
Application.FollowHyperlink, Mailto: does the job, but I don't know where to
begin to move the recipient addressess to BCC and attaching the MessageBox
contents or message title.
Thanks in advance
Normal Template?
DoCmd.SendObject , "", "", "", "", Me![MailBox], Me![ProjectTitle],
"MessageBox", True, ""
My problem is really just with the contents of the MessageBox which appear
in plain text in the e mail. It would also be nice to have the sender's
signature which is already on the Outlook Template.
Application.FollowHyperlink, Mailto: does the job, but I don't know where to
begin to move the recipient addressess to BCC and attaching the MessageBox
contents or message title.
Thanks in advance