IAdmExchangeMobileDeviceCollection

The IAdmExchangeMobileDeviceCollection interface represents a collection of Exchange ActiveSync mobile devices.

Inheritance: IEnumerable

Methods

  • Property

  • Description

  • GetItemByIndex()

  • Gets a specific mobile device by its index in the collection.

Properties

  • Property

  • Description

  • Count

  • Gets the number of mobile devices in the collection.

Details

GetItemByIndex()

Gets a specific mobile device by it index in the collection.

IAdmExchangeMobileDevice GetItemByIndex(int i)

Count

Gets the number of mobile devices in the collection.

  • Type:
  • int
  • Access:
  • Read-only

Requirements

Minimum required version: 2017.1

See also