IFaxDoc::put_DiscountSend method (faxcom.h)
Sets or retrieves the DiscountSend property for a FaxDoc object. The DiscountSend property is a Boolean value that indicates whether the fax server transmits faxes during the discount period.
This property is read/write.
Syntax
HRESULT put_DiscountSend(
BOOL newVal
);
Parameters
newVal
Return value
None
Remarks
To determine the period during which the discount rate applies, you can call the following IFaxServer methods: DiscountRateStartMinute, DiscountRateEndMinute, DiscountRateStartHour, and DiscountRateEndHour.
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