AddressBookGetFullName()

Returns the full name associated with a user ID in an Address Book.

Token ID

AFTKN_AB_GET_FULLNAME or 818

Syntax

ANSISTRING AddressBookGetFullName (ANSISTRING 
                                    FullAddressText; 
                                    [ANSISTRING UserID])

Parameters

FullAddressText As ANSISTRING

EmailAddress in the form "Domain.PostOffice.UserID." Will also except UserID as well as EmailAddress.

UserID As ANSISTRING

(Optional) User ID of the mailbox that contains the Address Book information. Use this parameter to search a proxy mailbox.

Return Values

FullName As ANSISTRING

The descriptive name or displayName displayed to the user.