_ContactItem.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
<DispIdAttribute()> _
Property MarkForDownload As OlRemoteStatus
    Get
    Set
'Usage
Dim instance As _ContactItem
Dim value As OlRemoteStatus

value = instance.MarkForDownload

instance.MarkForDownload = value
[DispIdAttribute()]
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

_ContactItem Interface

_ContactItem Members

Microsoft.Office.Interop.Outlook Namespace