FaxRecipient.FaxNumber property
The FaxNumber property is a null-terminated string that contains the fax number associated with the recipient.
This property is read/write.
Syntax
Property FaxNumber As String
Property value
A String that specifies or receives the fax number associated with the recipient. The string is null-terminated.
Remarks
If this string contains a canonical fax number (defined in the Address topic of the Telephony Application Programming Interface (TAPI) documentation—see the Canonical Addresses subheading), then the outbound routing rules will be applied. Otherwise, the first available device will be used and the fax number we be dialed as it appears in the string.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|
DLL |
|
See also