The ScInitMapiUtil function replaces MAPIInitialize when only select utility functions are being used.
Header file: | MAPIUTIL.H |
Implemented by: | MAPI |
Called by: | Client applications |
SCODE ScInitMapiUtil(
ULONG ulFlags
);
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.