• [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. 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. 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. 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. 20] Export Windows event log and send report to IT administrators

    Script Download: ExportEvent.zip http://gallery.technet.microsoft.com/scriptcenter/Export-Windows-event-log-ecdfadfc This script can be used for exporting specified Windows event log to CSV file. Then send email to specified IT administrators with this attachment. IT Administrators may want to...