Profile Tables

Applies to: Outlook 2013 | Outlook 2016

The profile table lists information about all profiles associated with a particular client application. There is one profile table for every session, implemented by MAPI for use by clients.

Clients access the profile table by calling the IProfAdmin::GetProfileTable method.

The profile table is a static table. Profiles that have been marked for deletion are not included in the profile table.

As with most table implementations, if GetProfileTable is called and there are no profiles available to the client, the table is created with zero rows.

The following properties make up the required column set in profile tables:

PR_DEFAULT_PROFILE (PidTagDefaultProfile)

PR_DISPLAY_NAME (PidTagDisplayName)

See also

MAPI Tables