RoutingSlip.Delivery Property
Returns or sets the delivery method used for routing the document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Delivery As WdRoutingSlipDelivery
Get
Set
'Usage
Dim instance As RoutingSlip
Dim value As WdRoutingSlipDelivery
value = instance.Delivery
instance.Delivery = value
WdRoutingSlipDelivery Delivery { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.WdRoutingSlipDelivery
Remarks
The Delivery property can be one of the WdRoutingSlipDelivery constants. The property is read/write before routing starts and read-only while routing is in progress.