IFaxDocument::get_ScheduleTime method (faxcomex.h)

The IFaxDocument::get_ScheduleTime property indicates the time to submit the fax for processing to the fax service.

This property is read/write.

Syntax

HRESULT get_ScheduleTime(
  DATE *pdateScheduleTime
);

Parameters

pdateScheduleTime

Return value

None

Remarks

If the time specified has passed, the fax service sends the fax as soon as a device is available. By default, IFaxDocument::get_ScheduleTime is set to zero, meaning that no time is specified.

Note that the fax service ignores this parameter unless you set the IFaxDocument::get_ScheduleType property to fstSpecific_TIME.

Note  The value of the IFaxDocument::get_ScheduleTime property must include the date and time for submitting the fax.
 

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