Document.ReplyWithChanges(Object) Method

Definition

Sends an e-mail message to the author of a document that has been sent out for review, notifying him or her that a reviewer has completed review of the document.

public void ReplyWithChanges (ref object ShowMessage);
abstract member ReplyWithChanges : obj -> unit
Public Sub ReplyWithChanges (Optional ByRef ShowMessage As Object)

Parameters

ShowMessage
Object

true to display the message prior to sending. false to automatically send the message without displaying it first. The default value is true.

Remarks

Use the SendForReview method to start a collaborative review of a document. If the ReplyWithChanges method is executed on a document that is not part of a collaborative review cycle, an exception is thrown.

Optional Parameters

For information on optional parameters, see Optional Parameters in Office Solutions.

Applies to