LDAPquery

Optional. Lets you select mailboxes by using LDAP attributes. The value uses standard LDAP query syntax:

LDAPquery = StandardQuery

A simple query looks like the following:

LDAPquery = (attribute operator value)

where:

When an operator follows an attribute, there must be no space between the operator and the attribute. For example, "company=" is correct, whereas "company =" is not.

You can use the asterisk wildcard (*) in string values. For example, to select all mailboxes with a surname that starts with the letter J:

LDAPquery = sn= j*

Notes:

Some example queries are as follows: