RoutingSlip.TrackStatus Property
True if a mail message is sent back to the original sender each time the routed document is forwarded.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property TrackStatus As Boolean
Get
Set
'Usage
Dim instance As RoutingSlip
Dim value As Boolean
value = instance.TrackStatus
instance.TrackStatus = value
bool TrackStatus { get; set; }
Property Value
Type: System.Boolean
Remarks
The TrackStatus property is read/write before routing begins and read-only while routing is in progress.