SizedSPropTagArray

Send Feedback

The SizedSPropTagArray macro creates a named SPropTagArray structure that includes a specified number of property tags.

Syntax

SizedSPropTagArray (_ctag, _name)

Parameters

  • _ctag
    Count of property tags to be included in the new structure.
  • _name
    Name for the new structure.

Remarks

Use the SizedSPropTagArray macro to create a property tag array with explicit bounds.

To use the new structure as a pointer to an SPropTagArray structure, perform the following cast:

lpPropTagArray = (LPPropTagArray) &SizedSPropTagArray;

Requirements

Pocket PC: Pocket PC 2002 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: mapidefs.h
Library: cemapi.lib

See Also

MAPI Macros | Messaging | SPropTagArray

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.