PidTagRemoteProgress Canonical Property
Applies to: Office 2010 | Outlook 2010 | Visual Studio
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.