PidTagRemoteProgress Canonical Property
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.
This property contains a number that indicates the status of a remote transfer.
Associated properties: |
PR_REMOTE_PROGRESS |
Identifier: |
0x3E0B |
Data type: |
PT_LONG |
Area: |
MAPI Status |
Remarks
If no transfer is in progress, this property should be set to 1. If a transfer is in progress, it should be set to a value from 0 to 100 indicating the transfer's percent of completion.
The text associated with the numeric status code appears in the PR_REMOTE_PROGRESS_TEXT (PidTagRemoteProgressText) property.
The following flags can be set for this property:
MSGSTATUS_REMOTE_DELETE
The message transfer is deleted.MSGSTATUS_REMOTE_DOWNLOAD
The message transfer is in progress.
Related Resources
Header Files
Mapidefs.h
Provides data type definitions.Mapitags.h
Contains definitions of properties listed as associated properties.