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