Microsoft Identity Integration Server 2003 Developer Reference

Lotus Notes Properties

Provisioning objects to be exported to a Lotus Notes connected directory requires specific Microsoft Identity Integration Server 2003 properties to have specific values. The following table describes these properties.

Properties

Property Description
_MMS_Certifier

Access: Write-only
DataType: String

Optional property that contains the organizational unit (OU) name of the certifier. This property should be empty for contacts.
_MMS_IDPath

Access: Write-only
DataType: String

Required property if the user identification is a file. The property contains the location where the identification file is stored or generated. If this property contains a full path, the identification file is created at the specified path location. If this property contains only a file name, the identification file will be created in the madata folder.
_MMS_IDRegType

Access: Write-only
DataType: Integer

Required property that describes the user.
Value Meaning
0 Contact. The _MMS_Certifier and _MMS_OU properties should be empty.
1 U.S. User
2 International User
_MMS_IDStoreType

Access: Write-only
DataType: Integer

Required property for U.S. and international users. The property contains an integer value that specifies if the user identification is stored as a file in the MADATA or a specified folder or as an attachment in the Notes address book. This property should be empty for contacts.
Value Meaning
0 No identification file
1 Attachment in the Notes address book. The _MMS_Password property must be set for user identification files that are attachments.
2 File. The _MMS_IDPath and the _MMS_Password properties must be set for user identification files.
_MMS_OU

Access: Write-only
DataType: String

Optional property that is the OU name under the certifier. This property should be empty for contacts.
_MMS_Password

Access: Write-only
DataType: String

Required property for users with identification files. The property contains the password for the identification file of the object.
MailServer

Access: Write-only
DataType: String

Required property that contains the name of the Lotus Domino server. This is the name used when creating the Lotus mail file on the Domino server.
MailFile

Access: Write-only
DataType: String

Required property that contains the path on the Lotus Domino server where the mail file is stored.
HTTPPassword

Access: Write-only
DataType: String

Optional property that contains the Web access password for the object.

Remarks

For a user with an identification file, the _MMS_Password property must contain a value.

For a user to access mail through the Lotus Notes client, the MailServer and MailFile properties must contain a value. To access mail through a Web browser, the following properties must contain values:

To access the Domino Server without mail capability, the HTTPPassword property must contain a value, and the MailFile and MailServer properties can be empty.

For code examples that demonstrate provisioning objects for Lotus Notes data sources, see Lotus Notes Connected Data Sources.



See Also

Lotus Notes Connected Data Sources