Skip to content

Commit 45fe418

Browse files
committed
Learn Editor: Update iprofadmin-getprofiletable.md
1 parent dc008f3 commit 45fe418

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/outlook/mapi/iprofadmin-getprofiletable.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ HRESULT GetProfileTable(
3737
3838
MAPI_APP_PROFILE
3939

40-
> Include "app" profiles in the profile table.
40+
> Include "app" profiles in the profile table. If this flag is not set, "app" profiles are not included.
4141
>
4242
> This flag may not be recognized or supported in all MAPI implementations.
4343
@@ -55,7 +55,7 @@ S_OK
5555

5656
The **IProfAdmin::GetProfileTable** method provides access to the profile table, which contains one row for every available profile. There are only two columns in each row: the profile's display name, and a flag that indicates whether the profile is the default.
5757

58-
Profiles that have been deleted, or that are in use but have been marked for deletion, are not included in the profile table. If the MAPI_APP_PROFILE flag is set, "app" profiles are included in the profile table; Otherwise, "app" profiles are not included. The profile table is static; subsequent additions and deletions of profiles are not reflected in the table.
58+
Profiles that have been deleted, or that are in use but have been marked for deletion, are not included in the profile table. The profile table is static; subsequent additions and deletions of profiles are not reflected in the table.
5959

6060
If no profiles exist, **GetProfileTable** returns a table with zero rows.
6161

0 commit comments

Comments
 (0)