MAPIProp_GetPropList.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

MAPIProp_GetPropList (MAPI32.@)

SYNOPSIS

static inline HRESULT MAPIProp_GetPropList
 (
  LPMAPIPROP       iface,
  ULONG            ulFlags,
  LPSPropTagArray* lppTags
 )

DESCRIPTION

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.

IMPLEMENTATION

Defined in "mapidefs.h".

Implemented in "dlls/mapi32/prop.c".

Debug channel "mapi".