I am building a routine to deal with attachments in a particular group mailbox. It works except its working in my inbox not the particular group mailbox...
How would I code for the group mailbox.
Set oOutlook = New Outlook.application
Set oNs = oOutlook.GetNamespace("MAPI")
Set oFldr = oNs.GetDefaultFolder(olFolderInbox)
How would I code for the group mailbox.
Set oOutlook = New Outlook.application
Set oNs = oOutlook.GetNamespace("MAPI")
Set oFldr = oNs.GetDefaultFolder(olFolderInbox)