Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 378 Bytes

PySPropValue.md

File metadata and controls

23 lines (11 loc) · 378 Bytes

PySPropValue

PySPropValue Object

A MAPI property value. Property values can either be passed from

python into MAPI functions, or returned from MAPI functions to Python.

Parameters

  • propType : ULONG

    The type of the MAPI property

  • value : object

    The property value

Comments

The parameters can be one of the following pairs of values.