MAPI Macros
4/8/2010
This section provides details about the Windows Mobile Messaging API (CE MAPI) macros.
Macro | Description |
---|---|
Computes the number of bytes in an existing ADRLIST structure. |
|
Computes the number of bytes that should be allocated for a new ADRLIST structure containing a specified number of recipients represented by ADRENTRY structures. |
|
Computes the number of bytes that should be allocated for a new ENTRYID structure of a specified size. |
|
Computes the number of bytes to be allocated for a new SPropProblemArray structure containing a specified number of SPropProblem structures. |
|
Computes the number of bytes to be allocated for a new SPropTagArray structure containing a specified number of property tags. |
|
Computes the number of bytes to be allocated for a new SRowSet structure containing a specified number of rows represented by SRow structures. |
|
Computes the number of bytes to be allocated for a new SSortOrderSet structure containing a specified number of sort orders represented by SSortOrder structures. |
|
Computes the number of bytes in an existing SPropProblemArray structure. |
|
Computes the number of bytes in an existing SPropTagArray structure. |
|
Computes the number of bytes in an existing SRowSet structure. |
|
Computes the number of bytes in an existing SSortOrderSet structure. |
|
Updates the property type of a property tag to a specified value. |
|
Determines if the specified property is transmittable. |
|
Tests two MAPIUID structures to determine whether they contain the same identifier. |
|
Sets the MVI_FLAG for a specified property. |
|
Returns the property identifier of a specified property tag. |
|
Returns a property tag created by combining a specified property type and identifier. |
|
Returns the property type of a specified property tag. |
|
Defines an ADRLIST structure with the specified name containing a specified number of ADRENTRY structures. |
|
Creates a named ENTRYID structure that contains an AB member of a specified size. |
|
Creates a named SPropProblemArray structure that contains a specified number of SPropProblem structures. |
|
Creates a named SPropTagArray structure that includes a specified number of property tags. |
|
Creates a named SRowSet structure that contains a specified number of rows. |
|
Creates a named SSortOrderSet structure that contains a specified number of sort orders. |
See Also
Reference
MAPI Data Types
MAPI Enumerations
MAPI Functions
MAPI Properties
MAPI Structures