Skip to main content
EmailMessage.CreateReply Method

Creates a reply response to the message.

Namespace: Microsoft.Exchange.WebServices.Data
Assembly: Microsoft.Exchange.WebServices (in microsoft.exchange.webservices.dll)
Syntax
Public Function CreateReply ( _
	replyAll As Boolean _
) As ResponseMessage
public 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.

Return Value

The reply response that can subsequently be modified and sent.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms

Development Platforms

Target Platforms