IFaxOutgoingQueue interface (faxcomex.h)
The IFaxOutgoingQueue interface defines a FaxOutgoingQueue configuration object used by a fax client application to set and retrieve the configuration parameters on the outbound fax queue on a fax server.
Inheritance
The IFaxOutgoingQueue interface inherits from the IDispatch interface. IFaxOutgoingQueue also has these types of members:
Methods
The IFaxOutgoingQueue interface has these methods.
IFaxOutgoingQueue::get_AgeLimit The IFaxOutgoingQueue::get_AgeLimit property is a value that indicates the number of days that the fax service retains an unsent job in the fax job queue. (Get) |
IFaxOutgoingQueue::get_AllowPersonalCoverPages The AllowPersonalCoverPages property is a Boolean value that indicates whether fax client applications can include a user-designed cover page with fax transmissions. (Get) |
IFaxOutgoingQueue::get_Blocked The IFaxOutgoingQueue::get_Blocked property is a Boolean value that indicates whether the job queue for outgoing faxes is blocked. (Get) |
IFaxOutgoingQueue::get_Branding The IFaxOutgoingQueue::get_Branding property is a Boolean value that indicates whether the fax service generates a brand (banner) at the top of outgoing fax transmissions. (Get) |
IFaxOutgoingQueue::get_DiscountRateEnd The IFaxOutgoingQueue::get_DiscountRateEnd property is a value that indicates the time at which the discount period for transmitting faxes ends. The discount period applies to outgoing faxes. (Get) |
IFaxOutgoingQueue::get_DiscountRateStart The IFaxOutgoingQueue::get_DiscountRateStart property is a value that indicates the time at which the discount period for transmitting faxes begins. The discount period applies to outgoing faxes. (Get) |
IFaxOutgoingQueue::get_Paused The IFaxOutgoingQueue::get_Paused property is a Boolean value that indicates whether the job queue for outgoing faxes is paused. (Get) |
IFaxOutgoingQueue::get_Retries The IFaxOutgoingQueue::get_Retries property is a value that indicates the number of times that the fax service attempts to retransmit an outgoing fax when the initial transmission fails. (Get) |
IFaxOutgoingQueue::get_RetryDelay The IFaxOutgoingQueue::get_RetryDelay property is a value that indicates the time interval, in minutes, that the fax service waits before attempting to retransmit an outbound fax job. (Get) |
IFaxOutgoingQueue::get_UseDeviceTSID The IFaxOutgoingQueue::get_UseDeviceTSID property is a Boolean value that indicates whether the fax service uses the device transmitting station identifier (TSID) instead of a sender TSID. (Get) |
IFaxOutgoingQueue::GetJob The IFaxOutgoingQueue::GetJob method returns an outbound fax job in the job queue according to its ID. |
IFaxOutgoingQueue::GetJobs The IFaxOutgoingQueue::GetJobs method returns a collection of the outbound fax jobs in the job queue. |
IFaxOutgoingQueue::put_AgeLimit The IFaxOutgoingQueue::get_AgeLimit property is a value that indicates the number of days that the fax service retains an unsent job in the fax job queue. (Put) |
IFaxOutgoingQueue::put_AllowPersonalCoverPages The AllowPersonalCoverPages property is a Boolean value that indicates whether fax client applications can include a user-designed cover page with fax transmissions. (Put) |
IFaxOutgoingQueue::put_Blocked The IFaxOutgoingQueue::get_Blocked property is a Boolean value that indicates whether the job queue for outgoing faxes is blocked. (Put) |
IFaxOutgoingQueue::put_Branding The IFaxOutgoingQueue::get_Branding property is a Boolean value that indicates whether the fax service generates a brand (banner) at the top of outgoing fax transmissions. (Put) |
IFaxOutgoingQueue::put_DiscountRateEnd The IFaxOutgoingQueue::get_DiscountRateEnd property is a value that indicates the time at which the discount period for transmitting faxes ends. The discount period applies to outgoing faxes. (Put) |
IFaxOutgoingQueue::put_DiscountRateStart The IFaxOutgoingQueue::get_DiscountRateStart property is a value that indicates the time at which the discount period for transmitting faxes begins. The discount period applies to outgoing faxes. (Put) |
IFaxOutgoingQueue::put_Paused The IFaxOutgoingQueue::get_Paused property is a Boolean value that indicates whether the job queue for outgoing faxes is paused. (Put) |
IFaxOutgoingQueue::put_Retries The IFaxOutgoingQueue::get_Retries property is a value that indicates the number of times that the fax service attempts to retransmit an outgoing fax when the initial transmission fails. (Put) |
IFaxOutgoingQueue::put_RetryDelay The IFaxOutgoingQueue::get_RetryDelay property is a value that indicates the time interval, in minutes, that the fax service waits before attempting to retransmit an outbound fax job. (Put) |
IFaxOutgoingQueue::put_UseDeviceTSID The IFaxOutgoingQueue::get_UseDeviceTSID property is a Boolean value that indicates whether the fax service uses the device transmitting station identifier (TSID) instead of a sender TSID. (Put) |
IFaxOutgoingQueue::Refresh The IFaxOutgoingQueue::Refresh method refreshes FaxOutgoingQueue object information from the fax server. When the IFaxOutgoingQueue::Refresh method is called, any configuration changes made after the last IFaxOutgoingQueue::Save method call are lost. |
IFaxOutgoingQueue::Save The IFaxOutgoingQueue::Save method saves the FaxOutgoingQueue object data. |
Remarks
A default implementation of IFaxOutgoingQueue is provided as the FaxOutgoingQueue object.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | faxcomex.h |