NAME

IPropData_SetProps  (MAPI32.@)

SYNOPSIS

 static HRESULT IPropData_SetProps
 (
  LPPROPDATA           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

Declared in "mapiutil.h". https://source.winehq.org/source/include/mapiutil.h

Implemented in "dlls/mapi32/prop.c". https://source.winehq.org/source/dlls/mapi32/prop.c

Debug channel "mapi".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.