FaxDevices.ItemById property
The get_ItemById property returns a FaxDevice object from the FaxDevices collection, using its device ID.
This property is read-only.
Syntax
Property ItemById( _
ByVal lId As Long _
) As IFaxDevice
Property value
A variable of type IFaxDevice that receives a FaxDevice object.
Remarks
To retrieve an item from the FaxDevices collection using the device's index, call the Item property.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|
DLL |
|
See also