_MailItem.RemoteStatus Property
Returns or sets an OlRemoteStatus constant specifying the remote status of the mail message. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property RemoteStatus As OlRemoteStatus
Get
Set
'Usage
Dim instance As _MailItem
Dim value As OlRemoteStatus
value = instance.RemoteStatus
instance.RemoteStatus = value
[DispIdAttribute()]
OlRemoteStatus RemoteStatus { get; set; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OlRemoteStatus