Email

  • Thread starter Thread starter Pentalift
  • Start date Start date
P

Pentalift

To send an email using Access VBA via Outlook does the address used in
the code have to be in the Outlook 'Contacts' folder ? Is there a way
it could be in another folder, something like 'Internal Contacts' ?

Thanks

Tim Forsyth
IT Administrator

Pentalift Equipment Corporation
 
Outlook can handle any SMTP address in (e-mail address removed) format. It doesn't need to be stored in a contact.

FYI, there is a newsgroup specifically for general Outlook programming issues "down the hall" at microsoft.public.outlook.program_vba or, via web interface, at http://www.microsoft.com/office/community/en-us/default.mspx?dg=microsoft.public.outlook.program_vba

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top