OlDownloadState Enumeration
Indicates the download state.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Enumeration OlDownloadState
'Usage
Dim instance As OlDownloadState
public enum OlDownloadState
Members
Member name | Description | |
---|---|---|
olHeaderOnly | Only the header has been downloaded. | |
olFullItem | Full item has been downloaded. |
Remarks
Used by the DownLoadState property of an item to indicate the download state.