_JournalItem.StartTimer Method
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.