IAccDirEntry Interface Reference
Detailed Description
DEPRECATED. The
IAccDirEntry interface is used to wrap AIM directory entries.
Public Types
- enum AccDirEntryProp {
AccDirEntryProp_UserName = 9,
AccDirEntryProp_FirstName = 1,
AccDirEntryProp_LastName = 2,
AccDirEntryProp_MiddleName = 3,
AccDirEntryProp_MaidenName = 4,
AccDirEntryProp_NickName = 12,
AccDirEntryProp_StreetAddress = 33,
AccDirEntryProp_City = 8,
AccDirEntryProp_State = 7,
AccDirEntryProp_ZipCode = 13,
AccDirEntryProp_Country = 6
}
- typedef enum
IAccDirEntry::AccDirEntryProp AccDirEntryProp
Public Member Functions
Member Typedef Documentation
Properties for the Property method.
Member Enumeration Documentation
Properties for the Property method.
- Enumerator:
-
| AccDirEntryProp_UserName |
The username in the directory [get] xp_str* [put] xp_kstr |
| AccDirEntryProp_FirstName |
The user's first name in the directory [get] xp_str* [put] xp_kstr |
| AccDirEntryProp_LastName |
The user's last name in the directory [get] xp_str* [put] xp_kstr |
| AccDirEntryProp_MiddleName |
The user's middle name in the directory [get] xp_str* [put] xp_kstr |
| AccDirEntryProp_MaidenName |
The user's maiden name in the directory [get] xp_str* [put] xp_kstr |
| AccDirEntryProp_NickName |
The user's nick name in the directory [get] xp_str* [put] xp_kstr |
| AccDirEntryProp_StreetAddress |
The user's street address in the directory [get] xp_str* [put] xp_kstr |
| AccDirEntryProp_City |
The user's city in the directory [get] xp_str* [put] xp_kstr |
| AccDirEntryProp_State |
The user's state in the directory [get] xp_str* [put] xp_kstr |
| AccDirEntryProp_ZipCode |
The user's zip code in the directory [get] xp_str* [put] xp_kstr |
| AccDirEntryProp_Country |
The user's country in the directory [get] xp_str* [put] xp_kstr |
Member Function Documentation
Get a specific property of the entry.
Set a specific property of the entry.
Get a specific property's maximum length (characters).