MeetingItem.DownloadState Property
Outlook Developer Reference |
Returns a constant that belongs to the OlDownloadState enumeration indicating the download state of the item. Read-only.
Syntax
expression.DownloadState
expression A variable that represents a MeetingItem object.
Example
The following Microsoft Visual Basic/Visual Basic for Applications (VBA) example searches through the user's Inbox for items that have not yet been fully downloaded. If any not yet fully downloaded items are found, a message is displayed to the user, and the item is marked for download.
Visual Basic for Applications |
---|
|
See Also