_TaskItem.StatusOnCompletionRecipients 属性

定义

返回或设置一个以分号分隔的 字符串 (字符串,该 字符串 以 C# ) 显示任务完成后接收状态的收件人的显示名称。 读/写。

public:
 property System::String ^ StatusOnCompletionRecipients { System::String ^ get(); void set(System::String ^ value); };
public string StatusOnCompletionRecipients { get; set; }
Public Property StatusOnCompletionRecipients As String

属性值

注解

此属性是从 Recipients 属性计算得出的。 StatusOnCompletionRecipients 属性返回的收件人对应于集合中的 Recipients BCC 收件人。

适用于