IFaxDocument::get_ScheduleType method (faxcomex.h)

The IFaxDocument::get_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

HRESULT get_ScheduleType(
  FAX_SCHEDULE_TYPE_ENUM *pScheduleType
);

Parameters

pScheduleType

Return value

None

Remarks

By default, IFaxDocument::get_ScheduleType is set to fstNOW, indicating that the fax will be sent as soon as the device is available.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header faxcomex.h
DLL Fxscomex.dll

See also

FaxDocument

IFaxDocument

Visual Basic Example