_Document.ReplyWithChanges Method

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

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub ReplyWithChanges ( _
    ByRef ShowMessage As Object _
)
'Usage
Dim instance As _Document
Dim ShowMessage As Object

instance.ReplyWithChanges(ShowMessage)
void ReplyWithChanges(
    ref Object ShowMessage
)

Parameters

  • ShowMessage
    Type: System.Object%
    Optional 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, Microsoft Word displays an error message.

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace