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
- Recipients
Type: System.String
- Subject
Type: System.String
- ShowMessage
Type: System.Boolean
- IncludeAttachment
Type: System.Object
Implements
_Presentation.SendForReview(String, String, Boolean, Object)