JournalItem.MarkForDownload Property
Outlook Developer Reference |
Returns or sets an OlRemoteStatus constant that determines the status of an item once it is received by a remote user. Read/write.
Syntax
expression.MarkForDownload
expression A variable that represents a JournalItem object.
Remarks
This property gives remote users with less-than-ideal data-transfer capabilities increased messaging flexibility.
Example
The following example searches through the user's Inbox for items that have not yet been fully downloaded. If any items are found that are not fully downloaded, a message is displayed and the item is marked for download.
Visual Basic for Applications |
---|
|
See Also