OlDownloadState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the download state.
public enum class OlDownloadState
public enum OlDownloadState
Public Enum OlDownloadState
- Inheritance
-
OlDownloadState
Fields
Name | Value | Description |
---|---|---|
olHeaderOnly | 0 | Only the header has been downloaded. |
olFullItem | 1 | Full item has been downloaded. |
Remarks
Used by the DownLoadState property of an item to indicate the download state.