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)

Usage

Public Class outingSlipImplementation
    Implements RoutingSlip
End Class
Dim outingSlipImplementation1 As New outingSlipImplementation()

Syntax

Public Interface RoutingSlip
public interface RoutingSlip
public interface class RoutingSlip
public interface RoutingSlip
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.

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

Other Resources

RoutingSlip Members