RoutingSlip Members
Include Protected Members
Include Inherited Members
Represents the routing slip associated with a document. You use a routing slip to send a document through an electronic mail system.
The RoutingSlip type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddRecipient | Adds a recipient name to the specified routing slip. | |
Reset | Resets the routing slip so that a new routing can be initiated with the same recipient list and delivery information. The routing must be completed before you use this method. |
Top
Properties
Name | Description | |
---|---|---|
Application | Returns a Application object that represents the Microsoft Word application. | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. | |
Delivery | Returns or sets the delivery method used for routing the document. | |
Message | Returns or sets the message text for the specified routing slip. The text is used as the body text of the mail message for routing the document. | |
Parent | Returns an object that represents the parent object of the specified object. | |
Protect | Returns or sets the protection type for the document associated with the specified routing slip. | |
Recipients | Returns a recipient name from the specified routing slip. | |
ReturnWhenDone | True if the document associated with the specified routing slip is sent back to the original sender when the routing is finished. | |
Status | Returns the routing status of the specified routing slip. | |
Subject | Returns or sets the subject text of mail messages used to route a document. | |
TrackStatus | True if a mail message is sent back to the original sender each time the routed document is forwarded. |
Top