Important:
This is retired content. 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 content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

The PR_CE_FETCH_ATTACHMENT_FAILUREproperty indicates that the attempt to retrieve attachments for the current message, has failed. The binary value of this property is an array of ULONGindices of attachments that failed to download. You can calculate the size of the array by dividing the total binary size by sizeof(ULONG).

Note:
The value is only valid until the next attachment failure.

Additional Information

Must be exposed by:

Transport objects

Identifier:

0x8132

Property type:

PT_BINARY

Property tag:

0x81320102

Remarks

PR_CE_FETCH_BODY_FAILUREand PR_CE_FETCH_ATTACHMENT_FAILUREare the "Fetch Failure Indication" properties, and are used with the kszCapImmediateDownloadBoolean Service Capability Constant. Communicated by way of MAPI notifications, these properties indicate whether an attempt to retrieve a message outside of the normal Send/Receive flow, has failed. They allow transports other than ActiveSync, to leverage the same Fetch user interface mechanism.

Requirements

Header cemapi.h
Library cemapi.lib
Windows Mobile Windows Mobile 6 and later

See Also