Hosted Exchange Mobility Web Service

This section contains the public methods of the Hosted Exchange Mobility Namespace that are exposed in the Web Service. The methods exposed in the Web Service map directly to Hosted Exchange Mobility Namespace procedures.

Hosted Exchange Mobility Web Services provides you with an easy way to integrate Hosted Exchange Mobility provisioning functionality into .NET applications.

For further information about the Hosted Exchange Mobility Namespace, see the Hosted Exchange Mobility Namespace API document.

This section describes the following methods of the Hosted Exchange Mobility Namespace that are exposed in the Web Service:

Public Methods
Public Method Description
CreatePolicy The CreatePolicy method creates a mobile device policy for a specified organization. An organization can have multiple device policies.
ClearUserPolicyExemption The ClearUserPolicyExemption method clears user settings for device policy check exemption.
ClearUserPolicy The ClearUserPolicy method clears a specified user's mobile device policy.
DeletePolicy The DeletePolicy method deletes a mobile device policy for a specified organization. It is not possible to delete a policy if it is currently assigned to users.
GetPolicyDetail The GetPolicyDetail method retrieves the details of a specified device policy.
GetPolicies The GetPolicies method retrieves a listing of device polices for a specified organization.
GetUserPolicy The GetUserPolicy method retrieves a specified user device policy.
ModifyPolicy The ModifyPolicy method modifies a device policy definition for a specified device policy within a specified organization.
SetUserPolicyExemption The SetUserPolicyExemption method exempts a user from any device policy checks.
SetUserPolicy The SetUserPolicy method sets the mobile device policy for a specified user. If the user has a mobile device policy, the policy will be changed to the new specified policy.
QueryPolicyUsageByOrganization The QueryPolicyUsageByOrganization method retrieves a report of device policy usage for a specified organization. The procedure returns a listing of users and their policy assignments, in addition to a list of exempt users.
QueryPolicyEventsByUser The QueryPolicyEventsByUser method retrieves a report of device policy event history for a specified user.
GetActiveSyncDevices The GetActiveSyncDevices method retrieves a list of Activesync devices.
CancelActiveSyncDeviceWipe The CancelActiveSyncDeviceWipe method cancels an in-progress mobile device wipe if it is not yet complete.
WipeActiveSyncDevice The WipeActiveSyncDevice method sends a remote wipe command to a specified Active Sync (mobile) device.
QueryWipeEventsByUser The QueryWipeEventsByUser method retrieves a listing of mobile device wipe events for a specified user.

The sections that follow describe the details of these methods.

 Applies To