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

Properties


Member Typedef Documentation

typedef enum IAccDirEntry::AccDirEntryProp IAccDirEntry::AccDirEntryProp

Properties for the Property method.


Member Enumeration Documentation

enum IAccDirEntry::AccDirEntryProp

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::GetMaxPropertyLen ( [in] AccDirEntryProp  property,
[out, retval] xp_int length 
)

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


Property Documentation

xp_variant IAccDirEntry::Property( [in] AccDirEntryProp property) ( [in] AccDirEntryProp  property  )  [get]

Get a specific property of the entry.

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

Set a specific property of the entry.


Questions? Stop by the AIM SDK Developer Forum
Created Mon Oct 15 18:06:39 2007 for AIM: Developer SDK
© 2007 AOL LLC. All Rights Reserved.