IFaxServer2 interface (faxcomex.h)
Inherits all the functionality of the IFaxServer interface and adds read-only properties for the server's configuration, account management, security objects, and the current account.
Inheritance
The IFaxServer2 interface inherits from the IFaxServer interface.
Methods
The IFaxServer2 interface has these methods.
IFaxServer2::get_Configuration The IFaxServer2::Configuration property holds a IFaxConfiguration object. The object permits a fax client application to access information about the configuration of the connected fax server. |
IFaxServer2::get_CurrentAccount The IFaxServer2::CurrentAccount property returns the fax account for the user account that has connected to the fax server. |
IFaxServer2::get_FaxAccountSet The IFaxServer2::FaxAccountSet property returns a IFaxAccountSet object used to manage the fax accounts on the fax server. |
IFaxServer2::get_Security2 The IFaxServer2::Security2 property returns a IFaxSecurity2 object used to configure security on the fax server. |
Remarks
In Windows Vista and later, the FaxServer object provides a default implementation of the interface.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | faxcomex.h |