Appointment.CreateReply(Boolean) 方法

定义

创建对会议组织者和/或与会者的回复响应。

public:
 Microsoft::Exchange::WebServices::Data::ResponseMessage ^ CreateReply(bool replyAll);
public Microsoft.Exchange.WebServices.Data.ResponseMessage CreateReply (bool replyAll);
Public Function CreateReply (replyAll As Boolean) As ResponseMessage

参数

replyAll
Boolean

如果为 true ,则指示应将答复发送给所有与会者; false 表示应仅将答复发送给组织者。

返回

随后可以修改和发送的答复响应。

适用于