FaxDeviceProviders.Item property

The Item property returns a FaxDeviceProvider object from the FaxDeviceProviders collection.

This property is read/write.

Syntax

Property Item( _
  ByVal vIndex As Variant _
) As IFaxDeviceProvider

Property value

A variable of type IFaxDeviceProvider that specifies or receives a FaxDeviceProvider object.

Requirements

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
FaxComex.h
DLL
Fxscomex.dll

See also

FaxDeviceProviders

Visual Basic Example

FaxDeviceProvider

IFaxDeviceProvider