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.
Stops 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 StopTimer
'Usage
Dim instance As _JournalItem
instance.StopTimer()
[DispIdAttribute()]
void StopTimer()
Remarks
The Duration, End and Start properties are automatically updated when the timer is stopped.