Skip to content

Instantly share code, notes, and snippets.

View jeffgabhart's full-sized avatar

Jeff Gabhart jeffgabhart

View GitHub Profile
@jeffgabhart
jeffgabhart / InboxZero
Created December 30, 2009 19:11
Outlook Getting Things Done Inbox Zero Macros
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"