RoutingSlip.Recipients Property
Returns or sets the recipients on the routing slip.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property Recipients ( _
Index As Object _
) As Object
Get
Set
'Usage
Dim instance As RoutingSlip
Dim Index As Object
Dim value As Object
value = instance.Recipients(Index)
instance.Recipients(Index) = value
Object this[
Object Index
] { get; set; }
Parameters
Index
Type: System.ObjectOptional Object. The recipient. If this argument isn’t specified, the Recipients property returns (or can be set to) an array that contains all recipients.
Property Value
Type: System.Object
Remarks
The order of the recipient list defines the delivery order if the routing delivery option is xlOneAfterAnother.
If a routing slip is in progress, only those recipients who haven’t already received and routed the document are returned or set.