FaxServer.DiscountRateEndMinute property
Sets or retrieves the DiscountRateEndMinute property for a FaxServer object. The DiscountRateEndMinute property is a number that represents the minute the discount period ends. The discount period applies only to outgoing fax transmissions.
This property is read/write.
Syntax
Property DiscountRateEndMinute As Integer
Property value
An Integer that specifies or receives the minute the discount period ends. 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 |
|
DLL |
|
See also