_TaskItem.StatusUpdateRecipients 属性

定义

以 C# ) 返回以分号分隔的 String (字符串 ,该字符串为接收任务状态更新的收件人显示名称。 读/写。

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

属性值

注解

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

适用于