_Presentation.SendFaxOverInternet Method
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Sub SendFaxOverInternet ( _
Recipients As String, _
Subject As String, _
ShowMessage As Boolean _
)
'Usage
Dim instance As _Presentation
Dim Recipients As String
Dim Subject As String
Dim ShowMessage As Boolean
instance.SendFaxOverInternet(Recipients, _
Subject, ShowMessage)
void SendFaxOverInternet(
string Recipients,
string Subject,
bool ShowMessage
)
Parameters
- Recipients
Type: System.String
- Subject
Type: System.String
- ShowMessage
Type: System.Boolean