Occurs when the today button is clicked.
Event has arguments of type OutlookDateTimePickerTodayEventArgs. The new Value will be determined by the Date set in the event handler.
To cancel changing the value on Today button click, use the following code in event handler:
e.Date = OutlookDateTimePicker1.Value
OutlookDateTimePicker Class | Resco.Controls.OutlookControls Namespace