Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reserved for internal use.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Sub SendForReview ( _
Recipients As String, _
Subject As String, _
ShowMessage As Boolean, _
IncludeAttachment As Object _
)
'Usage
Dim instance As _Presentation
Dim Recipients As String
Dim Subject As String
Dim ShowMessage As Boolean
Dim IncludeAttachment As Object
instance.SendForReview(Recipients, Subject, _
ShowMessage, IncludeAttachment)
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