DocumentClass.SendForReview Method
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Overridable Sub SendForReview ( _
ByRef Recipients As Object, _
ByRef Subject As Object, _
ByRef ShowMessage As Object, _
ByRef IncludeAttachment As Object _
)
'Usage
Dim instance As DocumentClass
Dim Recipients As Object
Dim Subject As Object
Dim ShowMessage As Object
Dim IncludeAttachment As Object
instance.SendForReview(Recipients, Subject, _
ShowMessage, IncludeAttachment)
public virtual void SendForReview(
ref Object Recipients,
ref Object Subject,
ref Object ShowMessage,
ref Object IncludeAttachment
)
Parameters
- Recipients
Type: System.Object%
- Subject
Type: System.Object%
- ShowMessage
Type: System.Object%
- IncludeAttachment
Type: System.Object%
Implements
_Document.SendForReview(Object%, Object%, Object%, Object%)