Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Starts the timer on the journal entry. This method allows programmatic control of the timer function.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Sub StartTimer
'Usage
Dim instance As _JournalItem
instance.StartTimer()
[DispIdAttribute()]
void StartTimer()
Remarks
The Duration, End and Start properties are automatically updated when the timer is stopped.