Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 1.52 KB

scinitmapiutil.md

File metadata and controls

62 lines (39 loc) · 1.52 KB
title manager ms.date ms.audience ms.topic ms.service ms.localizationpriority api_name api_type ms.assetid description
ScInitMapiUtil
lindalu
03/09/2015
Developer
reference
office-online-server
medium
ScInitMapiUtil
HeaderDef
d83b8ea8-a3b8-4038-a226-de1869c5d722
Replaces MAPIInitialize when only select utility functions are being used for Outlook 2013 or Outlook 2016.

ScInitMapiUtil

Applies to: Outlook 2013 | Outlook 2016

Replaces MAPIInitialize when only select utility functions are being used.

Property Value
Header file:
Mapiutil.h
Implemented by:
MAPI
Called by:
Client applications
SCODE ScInitMapiUtil(
  ULONG ulFlags
);

Parameters

ulFlags

[in] Reserved; must be zero.

Return value

S_OK

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

Remarks

The ScInitMapiUtil and DeinitMapiUtil functions cooperate to call and release select utility functions, as opposed to MAPIInitialize, which calls core as well as utility functions. When ScInitMapiUtil calls utility functions, it also initializes the necessary memory.

When use of the functions that ScInitMapiUtil has called is complete, DeinitMapiUtil must be explicitly called to release them. In contrast, MAPIInitialize implicitly calls DeinitMapiUtil.

See also

MAPIUninitialize