--- title: Messaging CSP description: Use the Messaging configuration service provider (CSP) to configure the ability to get text messages audited on a mobile device. ms.author: dansimp ms.topic: article ms.prod: w10 ms.technology: windows author: manikadhiman ms.date: 06/26/2017 ms.reviewer: manager: dansimp --- # Messaging CSP The Messaging configuration service provider is used to configure the ability to get text messages audited on a mobile device. This CSP was added in Windows 10, version 1703. The following shows the Messaging configuration service provider in tree format. ```console ./User/Vendor/MSFT Messaging ----AuditingLevel ----Auditing --------Messages ----------Count ----------RevisionId ----------Data ``` **./User/Vendor/MSFT/Messaging**

Root node for the Messaging configuration service provider.

**AuditingLevel**

Turns on the "Text" auditing feature.

The following list shows the supported values:

Supported operations are Get and Replace.

**Auditing**

Node for auditing.

Supported operation is Get.

**Messages**

Node for messages.

Supported operation is Get.

**Count**

The number of messages to return in the Data setting. The default is 100.

Supported operations are Get and Replace.

**RevisionId**

Retrieves messages whose revision ID is greater than RevisionId.

Supported operations are Get and Replace.

**Data**

The JSON string of text messages on the device.

Supported operations are Get and Replace.

**SyncML example** ```xml 2 ./User/Vendor/MSFT/Messaging/Auditing/Messages/Count int text/plain 100 3 ./User/Vendor/MSFT/Messaging/Auditing/Messages/RevisionId chr text/plain 0 4 ./User/Vendor/MSFT/Messaging/Auditing/Messages/Data ```