Rename Outlook Folders in Inbox

A

Access101

I would sure appreciate help renaming a couple of folders in my inbox, I
imagine I'm getting close with this:

Set objOutlook = CreateObject("Outlook.Application")
Set myNameSpace = objOutlook.GetNamespace("MAPI")
Set myInboxFolder = myNameSpace.GetDefaultFolder(olFolderInbox)
Set myFolders = myInboxFolder.Folders(6)
 

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