FaxDoc.DiscountSend property
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
Property DiscountSend As Boolean
Property value
A Boolean that specifies or receives a value that indicates whether the fax server sends documents during the transmission discount period.
Remarks
To determine the period during which the discount rate applies, you can call the following IFaxServer methods: DiscountRateStartMinute, DiscountRateEndMinute, DiscountRateStartHour, and DiscountRateEndHour.
Requirements
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|
DLL |
|
See also