FaxRecipients.Remove method
The Remove method removes an item from the FaxRecipients collection.
Syntax
FaxRecipients.Remove() As Long
Parameters
This method has no parameters.
Return value
Type: Long
A Long that specifies the index of the item to remove from the collection. Valid values for this parameter are in the range from 1 to n, where n is the number of recipients returned by a call to the Count method.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|
DLL |
|
See also