IProfAdmin : IUnknown
Applies to: Outlook 2013 | Outlook 2016
Supports the administration of profiles.
Property | Value |
---|---|
Header file: |
Mapix.h |
Exposed by: |
Profile administration object |
Implemented by: |
MAPI |
Called by: |
Client applications |
Interface identifier: |
IID_IProfAdmin |
Pointer type: |
LPPROFADMIN |
Vtable order
Member | Description |
---|---|
GetLastError |
Returns a MAPIERROR structure that contains information about the previous error that occurred to a profile administration object. |
GetProfileTable |
Provides access to the profile table, a table that contains information about all of the available profiles. |
CreateProfile |
Creates a new profile. |
DeleteProfile |
Deletes a profile. |
ChangeProfilePassword |
Deprecated. Changes the password for a profile. |
CopyProfile |
Copies a profile. |
RenameProfile |
Assigns a new name to a profile. |
SetDefaultProfile |
Sets or clears a client's default profile. |
AdminServices |
Provides access to a message service administration object for making changes to the message services in a profile. |