• [Script of Jan. 17] Pop-up an alert when any items are stuck in Outbox over the specified time (VBA)

    Script Download: basOutboxMonitor.zip http://gallery.technet.microsoft.com/scriptcenter/Pop-up-an-alert-when-any-02b302b9 This VBA demo illustrates how to display a prompt window to warning user that there are any items stuck in Outbox for a long time. This is a frequently asked question by users...
  • [Script of Jan. 16] Find Out and Move the Latest Mail Items in a Conversation (VBA)

    Script Download: basMailProcessing.zip http://gallery.technet.microsoft.com/scriptcenter/Find-Out-and-Move-the-134f3982 This VBA demo illustrates how to pick up the latest received mail items among emails which have the same subject, move it to a specific folder. This is helpful when you've...
  • [Script of Jan. 15] Scroll as New Messages are Received in Outlook 2010 (VBA)

    Script Download: mAutoScrollInbox.zip http://gallery.technet.microsoft.com/scriptcenter/Scroll-as-New-Messages-are-190668a3 This VBA sample illustrates how to scroll the scroll bar to the top of a folder when there is (are) new message(s) received in Outlook 2010. This is a frequently asked question...
  • [Script of Jan. 14] Display a notification when the PST file reaches the size limit (VBA)

    Script Download: PSTChecker.zip http://gallery.technet.microsoft.com/scriptcenter/Display-a-notification-13dbfa92 This VBA sample illustrates how to prompt a warning message when Outlook is starting if the PST file size reaches the limit. It can be run on Outlook 2007 and 2010. ITPros find a lot...
  • [Script of Jan. 13] Save attachments from multiple selected items in Outlook (VBScript)

    Script Download: AttachmentSaver.zip http://gallery.technet.microsoft.com/scriptcenter/Save-attachments-from-bb855eea This VBScript sample illustrates how to save attachments from multiple selected items in Outlook. When multiple items are selected, the Save Attachments option in the File menu...