UlPropSize
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 the size of a single property value.
Header file: |
Mapidefs.h |
Implemented by: |
MAPI |
Called by: |
Client applications and service providers |
ULONG UlPropSize(
LPSPropValue lpSPropValue
);
Parameters
- lpSPropValue
[in] Pointer to an SPropValue structure defining the property to be measured.
Return Value
S_OK
The call succeeded and has returned the expected value or values.MAPI_E_CALL_FAILED
An error of unexpected or unknown origin prevented the operation from completing.
Remarks
The UlPropSize function returns the size, in bytes, of the property value for the specified property. It disregards the size of the remainder of the SPropValue structure.