_Document.SendFax(String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sends the specified document as a fax, without any user interaction.
public void SendFax (string Address, ref object Subject);
abstract member SendFax : string * obj -> unit
Public Sub SendFax (Address As String, Optional ByRef Subject As Object)
Parameters
- Address
- String
Required String. The recipient's fax number.
- Subject
- Object
Optional Object. The text for the subject line. The character limit is 255.