RoutingSlip.Recipients[Object] 属性

定义

返回或设置传送名单上的收件人。

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

参数

Index
Object

可选 对象。 表示收件人。 如果不指定该参数,则 Recipients 属性将返回(或可设置为)包含所有收件人的一个数组。

属性值

注解

如果传送过程的递送选项设置为 xlOneAfterAnother,则收件人列表的顺序就定义了传递的顺序。

如果某个传送名单正在进行中,则只会返回或设置那些还没有收到和传送该文档的收件人。

适用于