_JournalItem.StopTimer Method

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.

See Also

Reference

_JournalItem Interface

_JournalItem Members

Microsoft.Office.Interop.Outlook Namespace