IFaxRecipient interface (faxcomex.h)
The IFaxRecipient interface defines a FaxRecipient messaging object is used by a fax client application to retrieve and set the personal information for fax recipients. The object also includes methods to store recipient data in and retrieve recipient data from the local registry.
Inheritance
The IFaxRecipient interface inherits from the IDispatch interface.
Methods
The IFaxRecipient interface has these methods.
IFaxRecipient::get_FaxNumber The IFaxRecipient::get_FaxNumber property is a null-terminated string that contains the fax number associated with the recipient. (Get) |
IFaxRecipient::get_Name The IFaxRecipient::get_Name property is a null-terminated string that contains the name of the recipient. (Get) |
IFaxRecipient::put_FaxNumber The IFaxRecipient::get_FaxNumber property is a null-terminated string that contains the fax number associated with the recipient. (Put) |
IFaxRecipient::put_Name The IFaxRecipient::get_Name property is a null-terminated string that contains the name of the recipient. (Put) |
Remarks
A default implementation of IFaxRecipient is provided as the FaxRecipient 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 |