RoutingSlip.Message Property
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.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property Message As Object
Get
Set
'Usage
Dim instance As RoutingSlip
Dim value As Object
value = instance.Message
instance.Message = value
Object Message { get; set; }
Property Value
Type: System.Object