Change activeexplorer to non-default folder

C

Chuck R

I have created an email folder within my MAPI Mailbox in addition to
the default Inbox, Tasks, Calendar and what not. I have not been able
to find a way through VBA to sucessfully move to that folder. I've
sucessfully moved to the default Inbox or Calendar but not to the email
folder named "Test" using syntax like:

Application.ActiveExplorer.CurrentFolder = _
Application.GetNamespace("MAPI").GetDefaultFolder(olFolderInbox)

Does anyone have any suggestions or hints that will help me move to a
non-default folder?

Thanx,

Chuck R
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top