Share via


Profile Tables

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

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

Concepts

MAPI Tables