RoutingSlip.Recipients[Object] Property

Definition

Returns or sets the recipients on the routing slip.

public:
 property System::Object ^ Recipients[System::Object ^] { System::Object ^ get(System::Object ^ Index); void set(System::Object ^ Index, System::Object ^ value); };
public object Recipients[object Index] { get; set; }
Public Property Recipients(Optional Index As Object) As Object

Parameters

Index
Object

Optional 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

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.

Applies to