IFaxServer::get_DiscountRateStartHour method (faxcom.h)
Sets or retrieves the DiscountRateStartHour property for a FaxServer object. The DiscountRateStartHour property is a number that represents the hour the discount period begins. The discount period applies only to outgoing fax transmissions.
This property is read/write.
Syntax
HRESULT get_DiscountRateStartHour(
short *pVal
);
Parameters
pVal
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
Fax Service Client API Interfaces
Fax Service Client API for Windows 2000
IFaxServer::get_DiscountRateEndHour