Share via


PresentationClass.SendForReview Method

Reserved for internal use.

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

Syntax

'Declaration
Public Overridable Sub SendForReview ( _
    Recipients As String, _
    Subject As String, _
    ShowMessage As Boolean, _
    IncludeAttachment As Object _
)
'Usage
Dim instance As PresentationClass
Dim Recipients As String
Dim Subject As String
Dim ShowMessage As Boolean
Dim IncludeAttachment As Object

instance.SendForReview(Recipients, Subject, _
    ShowMessage, IncludeAttachment)
public virtual void SendForReview(
    string Recipients,
    string Subject,
    bool ShowMessage,
    Object IncludeAttachment
)

Parameters

Implements

_Presentation.SendForReview(String, String, Boolean, Object)

See Also

Reference

PresentationClass Class

PresentationClass Members

Microsoft.Office.Interop.PowerPoint Namespace