FaxOutgoingJob.ScheduleType property

Specifies the schedule type that was used for the transmission.

This property is read-only.

Syntax

Property ScheduleType As Integer

Property value

A variable of type FAX_SCHEDULE_TYPE_ENUM that receives a value that specifies the schedule type.

Remarks

This property can indicate the following: the fax should be transmitted right away, that it should be sent at a specified time, or that it should be sent during a period of discounted rates.

Requirements

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

See also

FaxOutgoingJob

IFaxOutgoingJob2