_Document.Routed Property
Determines if the specified document has been routed to the next recipient.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Routed As Boolean
Get
'Usage
Dim instance As _Document
Dim value As Boolean
value = instance.Routed
bool Routed { get; }
Property Value
Type: System.Boolean
Remarks
This property returns True if the specified document has been routed to the next recipient, and False if the document has yet to be routed (for example, if the document has no routing slip, or if a routing slip was just created).