_TaskItem.StatusUpdateRecipients 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
以 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 收件人。