Share via


RoutingSlip.Recipients Property

Returns a recipient name from the specified routing slip.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property Recipients ( _
    ByRef Index As Object _
) As Object
    Get
'Usage
Dim instance As RoutingSlip
Dim Index As Object
Dim value As Object

value = instance.Recipients(Index)
Object this[
    ref Object Index
] { get; }

Parameters

  • Index
    Type: System.Object%
    Optional Object. A number that specifies the recipient (in the list of recipients).

Property Value

Type: System.Object

See Also

Reference

RoutingSlip Interface

RoutingSlip Members

Microsoft.Office.Interop.Word Namespace