This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sub InboxZero() | |
Dim personalFolderName As String | |
Dim archiveFolderName As String | |
Dim outlookApp As Outlook.Application | |
Dim archiveFolder As Outlook.Folder | |
Dim Item As Outlook.MailItem | |
Dim items As Outlook.Selection | |
Dim categories As String | |
personalFolderName = "Personal Folders" |
NewerOlder