IFaxDoc::get_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 get_DiscountSend(
  BOOL *pVal
);

Parameters

pVal

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

DiscountRateEndHour

DiscountRateEndMinute

DiscountRateStartHour

DiscountRateStartMinute

Fax Service Client API Interfaces

Fax Service Client API for Windows 2000

IFaxDoc