_MailItem.DownloadState Property

Returns a constant that belongs to the OlDownloadState enumeration indicating the download state of the item. Read-only.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property DownloadState As OlDownloadState
    Get
'Usage
Dim instance As _MailItem
Dim value As OlDownloadState

value = instance.DownloadState
[DispIdAttribute()]
OlDownloadState DownloadState { get; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlDownloadState

See Also

Reference

_MailItem Interface

_MailItem Members

Microsoft.Office.Interop.Outlook Namespace