V
Vit
Hello,
I have a macro that looks at my inbox and saves all of the emails a
HTML and attachments to a specific folder. The problem I have with this
macro is that I cannot figure out a way to point that macro at another
folder, other than the default inbox.
I would like to have the macro look into another shared mailbox I hav
under my account. Here's what I think points the macro into my default
inbox folder:
Dim inBox As Outlook.MAPIFolder
Set inBox = Me.ActiveExplorer(). _
Session.GetDefaultFolder(Outlook.OlDefaultFolders _
.olFolderInbox)
The team mailbox would be "TCW" and the folder would be "IR".
Thank you in advance
I have a macro that looks at my inbox and saves all of the emails a
HTML and attachments to a specific folder. The problem I have with this
macro is that I cannot figure out a way to point that macro at another
folder, other than the default inbox.
I would like to have the macro look into another shared mailbox I hav
under my account. Here's what I think points the macro into my default
inbox folder:
Dim inBox As Outlook.MAPIFolder
Set inBox = Me.ActiveExplorer(). _
Session.GetDefaultFolder(Outlook.OlDefaultFolders _
.olFolderInbox)
The team mailbox would be "TCW" and the folder would be "IR".
Thank you in advance