WdRoutingSlipStatus Enumeration 

Specifies the routing status as indicated by the routing slip attached to a document.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdRoutingSlipStatus1 As WdRoutingSlipStatus = WdRoutingSlipStatus.wdNotYetRouted

Syntax

Public Enum WdRoutingSlipStatus
public enum WdRoutingSlipStatus
public enum class WdRoutingSlipStatus
public enum WdRoutingSlipStatus
public enum WdRoutingSlipStatus

Members

Member name Description
wdNotYetRouted The document has not yet been delivered.
wdRouteComplete Routing is complete and the document has been delivered to all recipients.
wdRouteInProgress The document is in the process of being delivered to all recipients.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace