FAX_SCHEDULE_TYPE_ENUM enumeration (faxcomex.h)

The FAX_SCHEDULE_TYPE_ENUM enumeration defines the types of scheduling for outbound faxes.

Syntax

typedef enum FAX_SCHEDULE_TYPE_ENUM {
  fstNOW = 0,
  fstSPECIFIC_TIME,
  fstDISCOUNT_PERIOD
} ;

Constants

 
fstNOW
Value: 0
Send the fax as soon as a device is available.
fstSPECIFIC_TIME
Send the fax no sooner than the specified time. The actual time that the fax will be sent depends on device availability and fax priority.
fstDISCOUNT_PERIOD
Send the fax during the discount rate period.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header faxcomex.h

See also

IFaxDocument::get_ScheduleTime

IFaxDocument::get_ScheduleType

IFaxOutgoingQueue::get_DiscountRateEnd

IFaxOutgoingQueue::get_DiscountRateStart