RoutingSlip Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the routing slip for a workbook. The routing slip is used to send a workbook through the electronic mail system.
public interface class RoutingSlip
[System.Runtime.InteropServices.Guid("000208AA-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface RoutingSlip
Public Interface RoutingSlip
- Attributes
Remarks
Use the RoutingSlip property to return the RoutingSlip object.
The RoutingSlip object doesn’t exist and cannot be returned unless the HasRoutingSlip property for the workbook is True.
Properties
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[Object] |
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. |
Methods
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). |