Returns the full name associated with a user ID in an address list.
AFTKN_AL_GET_FULLNAME or 819
ANSISTRING AddressListGetFullName(DWORD Handle;
WORD Index;
ENUM FromWhichList)
Address list handle, returned by AddressListCreate().
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.
Address list to apply index to:
|
124 |
BCList! |
|
132 |
CCList! |
|
137 |
Combined! Concatenates TO, CC, and BC, respectively. |
|
233 |
ToList! |
DisplayName As ANSISTRING. Full name.