sending emails from access through outlook

  • Thread starter Thread starter sam
  • Start date Start date
S

sam

i have 2 problems with sending emails from access through outlook:
1. outlook reports that the email has not been sent even it in sent items
folder.
2. how can i format the email (font, color, align)?

thanks
 
I've tried the code: Dim objOutlook As Outlook.Application
Dim objEmail As Outlook.MailItem
But I get: Compile Error:
User-defined type not defined

Thanks,
J.
 
Back
Top