IFaxServer::put_DiscountRateEndMinute method (faxcom.h)

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

HRESULT put_DiscountRateEndMinute(
  short newVal
);

Parameters

newVal

Return value

None

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 IFaxDoc::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

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header faxcom.h
DLL Faxcom.dll

See also

DiscountSend

Fax Service Client API Interfaces

Fax Service Client API for Windows 2000

FaxServer

IFaxServer

IFaxServer::get_DiscountRateEndHour

IFaxServer::get_DiscountRateStartHour

IFaxServer::get_DiscountRateStartMinute