IFaxOutgoingJob2::get_ScheduleType method (faxcomex.h)

Specifies the schedule type that was used for the transmission.

This property is read-only.

Syntax

HRESULT get_ScheduleType(
  FAX_SCHEDULE_TYPE_ENUM *pScheduleType
);

Parameters

pScheduleType

Return value

None

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

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

See also

FaxOutgoingJob

IFaxOutgoingJob2