FaxServer.DiscountRateEndHour property

Sets or retrieves the DiscountRateEndHour property for a FaxServer object. The DiscountRateEndHour property is a number that represents the hour the discount period ends. The discount period applies only to outgoing fax transmissions.

This property is read/write.

Syntax

Property DiscountRateEndHour As Integer

Property value

An Integer that specifies or receives the hour the discount period ends. Valid values for this parameter are 0 through 23.

Remarks

To save on transmission costs, a user can queue a fax job and request that the fax server send the transmission during the discount rate period. For more information, see FaxDoc.DiscountSend Property.

The DiscountRateStartHour, DiscountRateStartMinute, DiscountRateEndHour, and DiscountRateEndMinute properties represent local time.

If the time the discount rate period ends is less than the time the discount rate period begins, the discount rate period extends into the next day. For example, if the discount rate period begins at 9:00 P.M. and ends at 7:00 A.M., the discount rate period begins in the evening and continues until the morning of the following day.

Requirements

Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Faxcom.h
DLL
Faxcom.dll

See also

FaxServer

Fax Service Client API for Windows 2000

Fax Service Client API Interfaces

FaxServer

DiscountRateStartHour

DiscountRateStartMinute

DiscountRateEndMinute

DiscountSend