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 | |
---|---|---|
Application | Returns an Application object that represents the Microsoft Excel application. | |
Creator | Returns a 32-bit integer that indicates the application in which this object was created. | |
Delivery | Returns or sets the routing delivery method. Can be one of the following XlRoutingSlipDelivery constants: xlOneAfterAnother or xlAllAtOnce. | |
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. | |
Parent | Returns the parent object for the specified object. | |
Recipients | Returns or sets the recipients on the routing slip. | |
ReturnWhenDone | True if the workbook is returned to the sender when routing is finished. | |
Status | Indicates the status of the routing slip. | |
Subject | Returns or sets the subject for the mailer or routing slip. | |
TrackStatus | True if status tracking is enabled for the routing slip. |
Top
Methods
Name | Description | |
---|---|---|
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