retrieve email with attachments

  • Thread starter Thread starter Jaume A. via OfficeKB.com
  • Start date Start date
J

Jaume A. via OfficeKB.com

Any way i can use outlook application from access, to retrieve email
connecting directly to exchange server account? And eventually save or get
the attachments.

ty in advance.
 
Working with Outlook e-mails stored in Exchange with your code in Access
requires no significant considerations. All you need is to obtain a
reference to the folder containing the e-mails, loop through the items and
retrieve the Attachments collection for the messasge you want to work with.
See these links for more info:

Programming examples for referencing items and folders in Outlook 2000:
http://support.microsoft.com/?kbid=208520

Microsoft Access Email FAQ - Outlook:
http://www.granite.ab.ca/access/email/outlook.htm
 
Back
Top