automation

  • Thread starter Thread starter nath
  • Start date Start date
N

nath

Hello.

Can anyone help me. I am trying to get into my sent items
folder, using VBA from Access. I have set up an object to
open outlook, and i can get the names of the public,
private and my mailbox name by using:

objoutlook.session.folders(1).name

but i can not get into the folders contained within.

Can anyone help?

TIA

Nath.
 
Take a look at the Namespace.GetDefaultFolder method.
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
 
Back
Top