_Document.SendFax Method
Sends the specified document as a fax, without any user interaction.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub SendFax ( _
Address As String, _
ByRef Subject As Object _
)
'Usage
Dim instance As _Document
Dim Address As String
Dim Subject As Object
instance.SendFax(Address, Subject)
void SendFax(
string Address,
ref Object Subject
)
Parameters
- Address
Type: System.String
Required String. The recipient's fax number.
- Subject
Type: System.Object%
Optional Object. The text for the subject line. The character limit is 255.