MAPIProp_GetPropList(3w)
NAME
MAPIProp_GetPropList .PP Get the list of property tags for all values
in an IMAPIProp object.
PARAMS
iface [In] IMAPIProp object to get the property tag list from.
ulFlags [In] Return 0=Ascii MAPI_UNICODE=Unicode strings for unspecified types.
lppTags [Out] Destination for the retrieved property tag list.
RETURNS
Success: S_OK. *lppTags contains the tags for all available properties.
- Failure: MAPI_E_INVALID_PARAMETER, if any parameter is invalid.
MAPI_E_BAD_CHARWIDTH, if Ascii or Unicode strings are requested and
that type of string is not supported.