RoutingSlip.Message Property
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.
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 System::Object ^ Message { System::Object ^ get(); void set(System::Object ^ value); };
public object Message { get; set; }
Public Property Message As Object