G
Guest
I have code (see below) that accesses the default mailbox InBox. I can't
figure out how to set to a non-default mailbox. Somehow I think I am supposed
to use the Folders collection, but I can get it to work. Any suggestions?
Thanks.
Set olMAPI = GetObject("", "Outlook.Application").GetNamespace("MAPI")
Set curInbox = olMAPI.GetDefaultFolder(olFolderInbox)
figure out how to set to a non-default mailbox. Somehow I think I am supposed
to use the Folders collection, but I can get it to work. Any suggestions?
Thanks.
Set olMAPI = GetObject("", "Outlook.Application").GetNamespace("MAPI")
Set curInbox = olMAPI.GetDefaultFolder(olFolderInbox)