Hi guys,
If I want to save/copy all the files from an OutlookFolder to a folder from Desktop, how can I do that?
I have this code, but because my DestFolderpAth is on "C:\Data\SR_PIXEL_Error_emails" I can;t save this.
How can I make this code to copy all my emails there?
For Each oitem In myItems.Restrict("[UnRead] = True") oitem.Save (DestFolderPath) Next