TheUserQueryFlags |
Scroll |
Flags determining which types of users and/or user groups are returned in a user query.
Name |
Dec Value |
Description |
FindUsersInActiveDirectory |
0x0001 |
Return all users in the Windows Active Directory. |
FindUsersInTherefore |
0x0004 |
Return all Thereforeā¢ users. |
FindUsersNotInTherefore |
0x0020 |
Return all users in the Windows Active Directory who are not (yet) Thereforeā¢ users. |
FindGroupsInActiveDirectory |
0x0040 |
Return all user groups in the Windows Active Directory. |
FindGroupsInTherefore |
0x0100 |
Return all Thereforeā¢ user groups. |
FindGroupsNotInTherefore |
0x0400 |
Return all user groups in the Windows Active Directory which are not (yet) Thereforeā¢ user groups. |
FindSMTPUsersOnly |
0x1000 |
Return only users with a valid SMTP address. |
Name |
Value |
Description |
FindAllUsers |
0x0005 |
Return all users (in the Windows Active Directory and/or in Thereforeā¢). |
FindAllGroups |
0x0140 |
Return all user groups (in the Windows Active Directory and/or in Thereforeā¢). |
FindAllUsersAndGroups |
0x0145 |
Return all users and user groups. |