IMAPIFormInfo::CalcFormPropSet
The IMAPIFormInfo::CalcFormPropSet method returns a pointer to the complete set of properties used by a form.
Quick Info
See IMAPIFormInfo : IMAPIProp.
HRESULT CalcFormPropSet (
ULONG ulFlags,
LPMAPIFORMPROPARRAY FAR * ppFormPropArray
);
Parameters
- ulFlags
- [in] Bitmask of flags that controls the type of the returned strings. The following flag can be set:
- MAPI_UNICODE
- The returned strings are in Unicode format. If the MAPI_UNICODE flag is not set, the strings are in ANSI format.
- ppFormPropArray
- [out] Pointer to a pointer to the returned SMAPIFormPropArray structure.
Return Values
- S_OK
- The call succeeded and has returned the expected value or values.