,
Jim McCullen

Jim McCullen’s Followers

None yet.

Jim McCullen



Average rating: 3.67 · 177 ratings · 15 reviews · 4 distinct worksSimilar authors
Control Your Day: A New App...

3.66 avg rating — 176 ratings — published 2013 — 5 editions
Rate this book
Clear rating
Self Publish Your Ebook on ...

really liked it 4.00 avg rating — 1 rating — published 2013
Rate this book
Clear rating
[Control Your Day: A New Ap...

0.00 avg rating — 0 ratings
Rate this book
Clear rating
Control Your Day : A New Ap...

by
0.00 avg rating — 0 ratings
Rate this book
Clear rating

* Note: these are all the books on Goodreads for this author. To add more, click here.

Quotes by Jim McCullen  (?)
Quotes are added by the Goodreads community and are not verified by Goodreads. (Learn more)

“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”
Jim McCullen, Control Your Day: A New Approach to Email Management Using Microsoft Outlook and Getting Things Done

“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”
Jim McCullen, Control Your Day: A New Approach to Email Management Using Microsoft Outlook and Getting Things Done



Is this you? Let us know. If not, help out and invite Jim to Goodreads.