IAdmExchangeMobileDevice

The IAdmExchangeMobileDevice interface represents a mobile device synchronized via Exchange ActiveSync.

Methods

Properties

Details

ResetDeviceAccessState()

Resets the modifications of the device access state back to the default value.

void ResetDeviceAccessState()

ResetWipeStatus()

Resets the modifications of the device wipe status.

void ResetWipeStatus()

Count

Gets the number of mobile devices in the collection.

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

DeviceId

Gets the device ID.

  • Type:
  • string
  • Access:
  • Read-only

DeviceType

Gets the device family.

  • Type:
  • string
  • Access:
  • Read-only

DeviceFriendlyName

Gets the device friendly name.

  • Type:
  • string
  • Access:
  • Read-only

DeviceModel

Gets the device model.

  • Type:
  • string
  • Access:
  • Read-only

DevicePhoneNumber

Gets the device phone number.

  • Type:
  • string
  • Access:
  • Read-only

DeviceMobileOperator

Gets the device mobile operator.

  • Type:
  • string
  • Access:
  • Read-only

DeviceImei

Gets the device IMEI number.

  • Type:
  • string
  • Access:
  • Read-only

DeviceOS

Gets the device OS.

  • Type:
  • string
  • Access:
  • Read-only

DeviceOSLanguage

Gets the device language.

  • Type:
  • string
  • Access:
  • Read-only

DeviceUserAgent

Gets the device user agent.

  • Type:
  • string
  • Access:
  • Read-only

DevicePolicyApplied

Gets the applied policy.

  • Type:
  • IAdmObjectReference
  • Access:
  • Read-only

DevicePolicyApplicationStatus

Gets the device policy application status.


LastPolicyUpdateTime

Gets the date and time when the policy was last updated.

  • Type:
  • DateTime
  • Access:
  • Read-only

ClientType

Gets the device client type.

  • Type:
  • string
  • Access:
  • Read-only

ClientVersion

Gets the client version.

  • Type:
  • string
  • Access:
  • Read-only

DeviceAccessState

Gets or sets the device access state.


DeviceAccessStateLastCommitted

Gets the last committed access state of the device.


DeviceAccessStateReason

Gets the reason for setting the device access state to a specific value.


WipeStatus

Gets or sets the device wipe status.


WipeStatusLastCommitted

Gets the last committed wipe state of the device.


IsWaitingForDeletion

Gets or sets a value that indicates whether the device should be deleted when Exchange parameters are saved next time.

  • Type:
  • bool
  • Access:
  • Read-write

FirstSyncTime

Gets the date and time when first synchronization occurred.

  • Type:
  • DateTime
  • Access:
  • Read-only

LastSuccessSync

Gets the date and time when the last successul synchronization occurred.

  • Type:
  • DateTime
  • Access:
  • Read-only

NumberOfFoldersSynced

Gets the number of folders that were synchronized.

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

Requirements

Minimum required version: 2017.1

See also