次の方法で共有


FaxDocument.Priority property

The Priority property specifies the priority to use when sending the fax; for example, normal, low, or high priority.

This property is read/write.

Syntax

Property Priority As Integer

Property value

A variable of type FAX_PRIORITY_TYPE_ENUM that specifies or receives the transmission priority. For possible values, see FAX_PRIORITY_TYPE_ENUM.

Remarks

By default, Priority is set to 0, which indicates low priority.

Requirements

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
FaxComex.h
DLL
Fxscomex.dll

See also

Visual Basic Example

FaxDocument

IFaxDocument