RoutingSlip Members

Include Protected Members
Include Inherited Members

Represents the routing slip for a workbook. The routing slip is used to send a workbook through the electronic mail system.

The RoutingSlip type exposes the following members.

Properties

  Name Description
Public property Application Returns an Application object that represents the Microsoft Excel application.
Public property Creator Returns a 32-bit integer that indicates the application in which this object was created.
Public property Delivery Returns or sets the routing delivery method. Can be one of the following XlRoutingSlipDelivery constants: xlOneAfterAnother or xlAllAtOnce.
Public property Message Returns or sets the message text for the routing slip. This text is used as the body text of mail messages that are used to route the workbook.
Public property Parent Returns the parent object for the specified object.
Public property Recipients Returns or sets the recipients on the routing slip.
Public property ReturnWhenDone True if the workbook is returned to the sender when routing is finished.
Public property Status Indicates the status of the routing slip.
Public property Subject Returns or sets the subject for the mailer or routing slip.
Public property TrackStatus True if status tracking is enabled for the routing slip.

Top

Methods

  Name Description
Public method Reset Resets the routing slip so that a new routing can be initiated with the same slip (using the same recipient list and delivery information).

Top

See Also

Reference

RoutingSlip Interface

Microsoft.Office.Interop.Excel Namespace