SMAPIFormPropArray

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Contains an array of SMAPIFormProp structures.

Header file:

Mapiform.h

Related macro:

CbMAPIFormPropArray

typedef struct
{
  ULONG cProps;
  ULONG ulPad;
  SMAPIFormProp aFormProp[MAPI_DIM];
} SMAPIFormPropArray, FAR * LPMAPIFORMPROPARRAY;

Members

  • cProps
    Count of named properties in the array in the aFormProp member.

  • ulPad
    Eight bytes of padding used to guarantee correct alignment.

  • aFormProp
    Array of form properties.

Remarks

The SMAPIFormPropArray structure is passed as a parameter to the following methods:

-
IMAPIFormInfo::CalcFormPropSet

-
IMAPIFormMgr::CalcFormPropSet

-
IMAPIFormContainer::CalcFormPropSet

See Also

Reference

CbMAPIFormPropArray

SMAPIFormProp

Concepts

MAPI Structures