RoutingSlip Interface

Represents the routing slip associated with a document. You use a routing slip to send a document through an electronic mail system.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("00020969-0000-0000-C000-000000000046")> _
Public Interface RoutingSlip
'Usage
Dim instance As RoutingSlip
[GuidAttribute("00020969-0000-0000-C000-000000000046")]
public interface RoutingSlip

Remarks

Use the RoutingSlip property to return the RoutingSlip object.

The RoutingSlip object cannot be used (doesn't exist) unless the HasRoutingSlip property for the document is set to True.

See Also

Reference

RoutingSlip Members

Microsoft.Office.Interop.Word Namespace