EmailMessage.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

返回

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

适用于