VBA connect to other mailboxes

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way through VBA of connecting to anothers users mailbox to perform
some actions. I have a vba macro that looks for certain objects in my mailbox
and deletes them. I would also like to perform the same task on a number of
other mailboxes.

Any ideas on how to connect to another mailbox?
 
Take a look at the Namespace.GetSharedDefaultFolder method.

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

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