Skip to content

Latest commit

 

History

History
70 lines (45 loc) · 1.47 KB

mapiadminprofiles.md

File metadata and controls

70 lines (45 loc) · 1.47 KB
title description manager ms.date ms.audience ms.topic ms.service ms.localizationpriority api_name api_type ms.assetid
MAPIAdminProfiles
Describes the MAPIAdminProfiles function and provides syntax, parameters, return value, and MFCMAPI references.
lindalu
03/09/2015
Developer
reference
office-online-server
medium
MAPIAdminProfiles
HeaderDef
82a9e379-39e4-4257-8cba-a6758f431cdc

MAPIAdminProfiles

Applies to: Outlook 2013 | Outlook 2016

Creates a profile administration object.

Property Value
Header file:
Mapix.h
Implemented by:
MAPI
Called by:
Client applications
HRESULT MAPIAdminProfiles(
  ULONG ulFlags,
  LPPROFADMIN FAR * lppProfAdmin
);

Parameters

ulFlags

[in] Bitmask of flags indicating options for the service entry function.

lppProfAdmin

[out] Pointer to a pointer to the new profile administration object.

Return value

S_OK

The call succeeded and has returned the expected value or values.

MFCMAPI reference

For MFCMAPI sample code, see the following table.

File Function Comment
MAPIObjects.cpp
CMapiObjects::GetProfAdmin
MFCMAPI uses the MAPIAdminProfiles method to get the profile administration object.

See also

IProfAdmin::CreateProfile

MFCMAPI as a Code Sample