FaxDocument.ScheduleTime property

The ScheduleTime property indicates the time to submit the fax for processing to the fax service.

This property is read/write.

Syntax

Property ScheduleTime As Date

Property value

A Date that specifies or receives the hour and minute, expressed in UTC, when the discount period for transmitting faxes ends. Date is an 8-byte floating-point number. For more information about the DATE data type, see the Microsoft Visual C++ Programmer's Guide.

Remarks

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

Note that the fax service ignores this parameter unless you set the ScheduleType property to fstSpecific_TIME.

Note

The value of the ScheduleTime property must include the date and time for submitting the fax.

 

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