FaxServer.DiscountRateStartMinute property

Sets or retrieves the DiscountRateStartMinute property for a FaxServer object. The DiscountRateStartMinute property is a number that represents the minute the discount period begins. The discount period applies only to outgoing fax transmissions.

This property is read/write.

Syntax

Property DiscountRateStartMinute As Integer

Property value

An Integer that specifies or receives the minute the discount period begins. Valid values for this parameter are 0 through 59.

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

DiscountRateEndHour

DiscountRateEndMinute

DiscountSend