Share via


IMAPISession::AdminServices

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.

Returns an IMsgServiceAdmin pointer for making changes to message services.

HRESULT AdminServices(
  ULONG ulFlags,
  LPSERVICEADMIN FAR * lppServiceAdmin
);

Parameters

  • ulFlags
    [in] Reserved; must be zero.

  • lppServiceAdmin
    [out] A pointer to a pointer to a message service administration object.

Return Value

  • S_OK
    A pointer to a message service administration object was successfully returned.

Notes to Callers

The IMAPISession::AdminServices method creates a message service administration object, an object that supports the IMsgServiceAdmin interface and returns a pointer. By using this pointer, you can call IMsgServiceAdmin methods to change any of the message services in the session profile. Be aware that these changes do not take effect until the next session; the current session is unaffected.

MFCMAPI Reference

For MFCMAPI sample code, see the following table.

File

Function

Comment

MAPIStoreFunctions.cpp

GetServerName

MFCMAPI uses the IMAPISession::AdminServices method to access the profile to read the server name.

See Also

Reference

IMsgServiceAdmin : IUnknown

IProfAdmin::AdminServices

IMAPISession : IUnknown

Concepts

MFCMAPI as a Code Sample