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