PR_CE_FETCH_ATTACHMENT_FAILURE
4/8/2010
The PR_CE_FETCH_ATTACHMENT_FAILURE property indicates that the attempt to retrieve attachments for the current message, has failed. The binary value of this property is an array of ULONG indices 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_FAILURE and PR_CE_FETCH_ATTACHMENT_FAILURE are the "Fetch Failure Indication" properties, and are used with the kszCapImmediateDownload Boolean 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
Reference
PR_CE_FETCH_BODY_FAILURE
IMAPIAdviseSink
NOTIFICATION