_Document.SendFax(String, Object) 方法

定义

将指定的文档作为传真发送,且无需用户交互。

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)

参数

Address
String

必需的 字符串 。 收件人的传真号码。

Subject
Object

可选 对象。 主题行的文字。 字符数不可超过 255。

适用于