FaxDevices.Item property
The Item property returns a FaxDevice object from the FaxDevices collection, using its index.
This property is read-only.
Syntax
Property Item( _
ByVal vIndex As Variant _
) 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 ID, call the ItemById property.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|
DLL |
|
See also