RoutingSlip Object Members

Excel Developer Reference

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

Methods

  Name Description
Bb225630.methods(en-us,office.12).gif 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). The routing must be completed before you use this method. Using this method at other times causes an error.

Properties

  Name Description
Bb225630.properties(en-us,office.12).gif Application When used without an object qualifier, this property returns an Application object that represents the Microsoft Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object (you can use this property with an OLE Automation object to return the application of that object). Read-only.
Bb225630.properties(en-us,office.12).gif Delivery Returns or sets the routing delivery method. Can be one of the XlRoutingSlipDelivery constants. Read/write Long.
Bb225630.properties(en-us,office.12).gif 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. Read/write String.
Bb225630.properties(en-us,office.12).gif Parent Returns the parent object for the specified object. Read-only.
Bb225630.properties(en-us,office.12).gif Recipients Returns or sets the recipients on the routing slip.
Bb225630.properties(en-us,office.12).gif ReturnWhenDone True if the workbook is returned to the sender when routing is finished. Read/write Boolean.
Bb225630.properties(en-us,office.12).gif Status Indicates the status of the routing slip. Read-only XlRoutingSlipStatus.
Bb225630.properties(en-us,office.12).gif Subject Returns or sets the subject for the mailer or routing slip. Read/write String.
Bb225630.properties(en-us,office.12).gif TrackStatus True if status tracking is enabled for the routing slip. Read/write Boolean.