“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 (101347)
- life (79355)
- inspirational (75812)
- humor (44326)
- philosophy (30960)
- inspirational-quotes (28873)
- god (26865)
- truth (24735)
- wisdom (24613)
- romance (24340)
- poetry (23276)
- life-lessons (22584)
- quotes (20986)
- death (20528)
- travel (20404)
- happiness (18960)
- hope (18529)
- faith (18385)
- inspiration (17293)
- spirituality (15701)
- relationships (15515)
- religion (15376)
- motivational (15306)
- life-quotes (15286)
- love-quotes (15136)
- writing (14935)
- success (14184)
- motivation (13162)
- time (12862)
- motivational-quotes (12141)
