_AppointmentItem.RequiredAttendees 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
以 C# ) 返回以分号分隔的 字符串 (字符串 ,其中包含会议约会所需的与会者姓名。 读/写。
public:
property System::String ^ RequiredAttendees { System::String ^ get(); void set(System::String ^ value); };
public string RequiredAttendees { get; set; }
Public Property RequiredAttendees As String
属性值
注解
此属性只包含必选与会者的显示名称。 应使用 Recipients 集合设置与会者列表。