MAPI_PropertyListDestroy()

Examples


The MAPI_PropertyListDestroy() function removes the specified property list from memory.

Syntax

MAPI_PropertyListDestroy(property_list_ID)

Parameters

property_list_ID – A long integer specifying the property list to remove from memory.

Return value

A boolean. True indicates the property list was removed from memory, while false indicates it was not.


Documentation Feedback