FaxDocument.ScheduleType property

The ScheduleType property indicates when to schedule the fax job; for example, you can specify that the fax service send the fax immediately, at a specified time, or during a predefined discount period.

This property is read/write.

Syntax

Property ScheduleType As Integer

Property value

A variable of type FAX_SCHEDULE_TYPE_ENUM that specifies or receives the schedule type. For possible values, see FAX_SCHEDULE_TYPE_ENUM.

Remarks

By default, ScheduleType is set to 0, indicating that the fax will be sent as soon as the device is available.

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