Indicates the status of an item after it is received by a remote user.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Enumeration OlRemoteStatus
'Usage
Dim instance As OlRemoteStatus
public enum OlRemoteStatus
Members
| Member name | Description | |
|---|---|---|
| olRemoteStatusNone | No remote status has been set. | |
| olUnMarked | Item is not marked. | |
| olMarkedForDownload | Item is marked for download. | |
| olMarkedForCopy | Item is marked to be copied. | |
| olMarkedForDelete | Item is marked for deletion. |
Remarks
See MarkForDownLoad property.