CEPROPVAL (POOM) (Compact 7)
3/12/2014
The CEPROPVAL structure is used to set and return property values.
Syntax
typedef struct _CEPROPVAL {
DWORD propid;
WORD wLenData;
WORD wFlags;
_CEVALUNION val
} CEPROPVAL;
Members
- propid
The host item's Property IDl.
- wLenData
The length of CEPROPVAL structure.
- wFlags
Flags.
- val
One of the _CEVALUNION types.
See Also
Reference
Pocket Outlook Object Model Structures
IStore::GetProps
IStore::SetProps
IItem::GetProps
IItem::SetProps
IItem2::GetProps
IItem2::SetProps
IPOlItems2::GetProps