FaxRecipients.Add method
The Add method adds a new FaxRecipient object to the FaxRecipients collection.
Syntax
FaxRecipients.Add( _
ByVal bstrFaxNumber As String, _
[ ByVal bstrRecipientName As String ] _
) As IFaxRecipient
Parameters
-
bstrFaxNumber
-
Type: String
Specifies the fax number of the fax recipient.
-
bstrRecipientName [optional]
-
Type: String
Specifies the name of the fax recipient.
Return value
Type: IFaxRecipient**
A FaxRecipient object.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|
DLL |
|
See also