_JournalItem.DocRouted Property
Returns a Boolean (bool in C#) value that is True if the journalized item was routed as part of the journalized session. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property DocRouted As Boolean
Get
Set
'Usage
Dim instance As _JournalItem
Dim value As Boolean
value = instance.DocRouted
instance.DocRouted = value
[DispIdAttribute()]
bool DocRouted { get; set; }
Property Value
Type: System.Boolean