RoutingSlip.AddRecipient Method
Adds a recipient name to the specified routing slip.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub AddRecipient ( _
Recipient As String _
)
'Usage
Dim instance As RoutingSlip
Dim Recipient As String
instance.AddRecipient(Recipient)
void AddRecipient(
string Recipient
)
Parameters
- Recipient
Type: System.String
Required String. The recipient name.
Remarks
If the recipient name isn't in the global address book, an error occurs.