Main Page | Class Hierarchy | Class Members | Global Enums and Constants | Global Entry Points | Related Pages

IAccDirEntry Interface Reference


Detailed Description

DEPRECATED. The IAccDirEntry interface is used to wrap AIM directory entries.

Public Types

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

HRESULT IAccDirEntry::Property ( [in] AccDirEntryProp  property,
[out, retval] xp_variant value 
) [get]

Get a specific property of the entry.

HRESULT IAccDirEntry::Property ( [in] AccDirEntryProp  property,
[in] xp_kvariant  value 
) [set]

Set a specific property of the entry.

HRESULT IAccDirEntry::GetMaxPropertyLen ( [in] AccDirEntryProp  property,
[out, retval] xp_int length 
)

Get a specific property's maximum length (characters).


Questions? Stop by the AIM SDK Developer Forum
Created Mon Nov 10 09:21:16 2008 for AIM: Developer SDK
© 2008 AOL LLC. All Rights Reserved.