AddressListGetAddress()

Returns the full string of a specified address.

Token ID

AFTKN_AL_GET_ADDRESS or 691

Syntax

ANSISTRING AddressListGetAddress(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. See AddressListGetCount().

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

EmailAddress As ANSISTRING