Creates a reply response to the message. Namespace: Microsoft.Exchange.WebServices.Data
Assembly: Microsoft.Exchange.WebServices (in microsoft.exchange.webservices.dll)
Assembly: Microsoft.Exchange.WebServices (in microsoft.exchange.webservices.dll)
Syntax
Public Function CreateReply ( _
replyAll As Boolean _
) As ResponseMessagepublic ResponseMessage CreateReply (
bool replyAll
)Parameters
- replyAll
true to indicate whether the reply should go to all of the original recipients of the message; otherwise, false.