MLPass

Applies to

MLSynchronization, MLSync, and SyncParm objects

Description

Specifies the MobiLink password passed to the synchronization server.

Usage

At design time, you can enter a value for MLPass on the General tab of the Properties view for an MLSync object. At runtime, application users can enter a value for MLPass in the MLPassword text box on the Subscriptions tab page of the default synchronization options window generated by the MobiLink wizard.

In scripts

You can set the MobiLink password in script as follows:

mySync_1.MLPass = "myMLPassword" 

You can also set a new MobiLink password with the SetNewMobiLinkPassword function.