_NoteItem.MarkForDownload Property

Returns or sets an OlRemoteStatus constant that determines the status of an item once it is received by a remote user. Read/write.

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

Syntax

'Declaration
Property MarkForDownload As OlRemoteStatus
    Get
    Set
'Usage
Dim instance As _NoteItem
Dim value As OlRemoteStatus

value = instance.MarkForDownload

instance.MarkForDownload = value
OlRemoteStatus MarkForDownload { get; set; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlRemoteStatus

Remarks

This property gives remote users with less-than-ideal data-transfer capabilities increased messaging flexibility.

See Also

Reference

_NoteItem Interface

_NoteItem Members

Microsoft.Office.Interop.Outlook Namespace