Share via


Configuring an ActiveSync DTPT Connection Example (Windows Embedded CE 6.0)

1/6/2010

This example illustrates how to configure an ActiveSync Desktop Pass-through (DTPT) connection by creating a XML provisioning file to configure the CM_NetEntries configuration service provider.

Example

The following XML code example shows how to configure an ActiveSync Desktop Pass-through (DTPT) connection.

<characteristic type="CM_NetEntries">
  <characteristic type="CurrentDTPTNetwork">
     <parm name="DestId" value="{436EF144-B4FB-4863-A041-8F905A62C572}"/>
     <parm name="Secure" value="0"/>
  </characteristic>
</characteristic>

One provisioning XML file typically contains configuration information for multiple configuration service providers. To use this example, you must replace the XML values as appropriate and add the node as a child of the Open Mobile Alliance client provisioning file. For information about the syntax of the client provisioning file, see Configuring Device Connection Settings by using OMA XML. For information about the XML values, see CM_NetEntries Configuration Service Provider.

See Also

Concepts

Making a Data Connection Using Connection Manager

Other Resources

Connection Manager OMA XML Provisioning File
Connection Manager Configuration