IMAPIProp_SetProps.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

IMAPIProp_SetProps (MAPI32.@)

SYNOPSIS

static inline HRESULT IMAPIProp_SetProps
 (
  LPMAPIPROP           iface,
  ULONG                ulValues,
  LPSPropValue         lpProps,
  LPSPropProblemArray* lppProbs
 )

DESCRIPTION

Add or edit the property values in an IMAPIProp object.

PARAMS

iface [In] IMAPIProp object to get the property tag list from.

ulValues [In] Number of properties in lpProps.

lpProps [In] Property values to set.

lppProbs [Out] Optional destination for any problems that occurred.

RETURNS

Success: S_OK. The properties in lpProps are added to iface if they don't exist, or changed to the values in lpProps if they do

Failure: An HRESULT error code describing the error

IMPLEMENTATION

Defined in "mapidefs.h".

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

Debug channel "mapi".