“Private Sub Application_Quit() FileCompletedInboxMessages End Sub Sub FileCompletedInboxMessages() Dim myOlApp As New Outlook.Application Dim myNameSpace As Outlook.NameSpace Dim myInbox As Outlook.MAPIFolder Dim myDestFolder As Outlook.MAPIFolder Dim myItems As Outlook.Items Dim myItem As Object Set myNameSpace = myOlApp.GetNamespace("MAPI") Set myInbox = myNameSpace.GetDefaultFolder(olFolderInbox) Set myItems = myInbox.Items Set myDestFolder = myInbox.Folders("InboxPro") ' User cleared the follow-up flag Set myItem = myItems.Find("[FLAGSTATUS] = 0") While TypeName(myItem) <> "Nothing" myItem.Move myDestFolder Set myItem = myItems.FindNext Wend   ' User marked as completed Set myItem = myItems.Find("[FLAGSTATUS] = 1") While TypeName(myItem) <> "Nothing" myItem.Move myDestFolder Set myItem = myItems.FindNext Wend End Sub”
    
    
  ―
  
    
      Control Your Day: A New Approach to Email Management Using Microsoft Outlook and Getting Things Done
    
      Share this quote:
    
    
  Friends Who Liked This Quote
          To see what your friends thought of this quote, please sign up!
      
    
      0 likes
    
All Members Who Liked This Quote
      None yet!
    
          
    
This Quote Is From
      Control Your Day: A New Approach to Email Management Using Microsoft Outlook and Getting Things Done
      by
      Jim McCullen176 ratings, average rating, 15 reviews
Open Preview
Browse By Tag
- love (101352)
 - life (79356)
 - inspirational (75812)
 - humor (44327)
 - philosophy (30960)
 - inspirational-quotes (28874)
 - god (26865)
 - truth (24735)
 - wisdom (24614)
 - romance (24340)
 - poetry (23278)
 - life-lessons (22584)
 - quotes (20986)
 - death (20529)
 - travel (20408)
 
- happiness (18961)
 - hope (18530)
 - faith (18387)
 - inspiration (17293)
 - spirituality (15702)
 - relationships (15515)
 - religion (15376)
 - motivational (15306)
 - life-quotes (15286)
 - love-quotes (15138)
 - writing (14935)
 - success (14184)
 - motivation (13162)
 - time (12863)
 - motivational-quotes (12141)
 
