IAdmExchangeMobileDevice
The IAdmExchangeMobileDevice interface represents a mobile device synchronized via Exchange ActiveSync.
Methods
-
Method
-
Description
-
ResetDeviceAccessState()
-
Resets the modifications of the device access state.
-
ResetWipeStatus()
-
Resets the modifications of the device wipe status.
Properties
-
Property
-
Description
-
Count
-
Gets the number of mobile devices in the collection.
-
DeviceId
-
Gets the device ID.
-
DeviceType
-
Gets the device family.
-
DeviceFriendlyName
-
Gets the device friendly name.
-
DeviceModel
-
Gets the device model.
-
DevicePhoneNumber
-
Gets the device phone number.
-
DeviceMobileOperator
-
Gets the device mobile operator.
-
DeviceImei
-
Gets the device IMEI number.
-
DeviceOS
-
Gets the device OS.
-
DeviceOSLanguage
-
Gets the device language.
-
DeviceUserAgent
-
Gets the device user agent.
-
DevicePolicyApplied
-
Gets the applied policy.
-
DevicePolicyApplicationStatus
-
Gets the device policy application status.
-
LastPolicyUpdateTime
-
Gets the date and time when the policy was last updated.
-
ClientType
-
Gets the device client type.
-
ClientVersion
-
Gets the client version.
-
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.
-
FirstSyncTime
-
Gets the date and time when first synchronization occurred.
-
LastSuccessSync
-
Gets the date and time when the last successul synchronization occurred.
-
NumberOfFoldersSynced
-
Gets the number of folders that were synchronized.
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.
- Type:
- ADM_MOBILE_DEVICE_POLICY_APPSTATUS_ENUM
- Access:
- Read-only
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.
- Type:
- ADM_MOBILE_DEVICE_ACCESS_STATE_ENUM
- Access:
- Read-write
DeviceAccessStateLastCommitted
Gets the last committed access state of the device.
- Type:
- ADM_MOBILE_DEVICE_ACCESS_STATE_ENUM
- Access:
- Read-only
DeviceAccessStateReason
Gets the reason for setting the device access state to a specific value.
- Type:
- ADM_MOBILE_DEVICE_ACCESS_STATE_REASON_ENUM
- Access:
- Read-only
WipeStatus
Gets or sets the device wipe status.
- Type:
- ADM_MOBILE_DEVICE_WIPE_STATUS_ENUM
- Access:
- Read-write
WipeStatusLastCommitted
Gets the last committed wipe state of the device.
- Type:
- ADM_MOBILE_DEVICE_WIPE_STATUS_ENUM
- Access:
- Read-only
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