AddressListGetFullName()

Returns the full name associated with a user ID in an address list.

Versions:GroupWise 5.5 only

Token ID

AFTKN_AL_GET_FULLNAME or 819

Syntax

ANSISTRING AddressListGetFullName(DWORD Handle; 
                                   WORD Index; 
                                   ENUM FromWhichList)

Parameters

Handle As DWORD

Address list handle, returned by AddressListCreate().

Index As WORD

Address index. The first address is 0, the second is 1, and so forth. If the index is out of range, a run-time error occurs.

FromWhichList As ENUM

Address list to apply index to:

124

BCList!

132

CCList!

137

Combined!

Concatenates TO, CC, and BC, respectively.

233

ToList!

Return Values

DisplayName As ANSISTRING. Full name.