Outlook Programming Series # 3 : Click Event Behavior for Standard Controls

Welcome to Outlook Programming series  # 3

In this series, we will learn "How to get Click Event Behavior for Standard Controls?". I found this wonderful article, which describes how the standard controls that are included with Microsoft Office and Outlook respond to the Click event using Visual Basic Scripting Edition (VBScript) on a custom Outlook form.

The Click event is the only event that Outlook supports for controls. However, for some controls the Click event may not fire if the control is bound to a field, or it may not fire at all.

Note: This articles summarizes whether or not the Click event will fire under various circumstances.