FaxDeviceIds.Remove method
The Remove method removes an item from the FaxDeviceIds collection.
Syntax
FaxDeviceIds.Remove( _
ByVal lIndex As Long _
) As Long
Parameters
-
lIndex [in]
-
Type: Long
A Long value 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 devices returned by a call to the Count property.
Remarks
Note
You cannot remove devices from the special All Devices routing group.
To use this method, a user must have the farMANAGE_CONFIG access right.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|
DLL |
|
See also