OlRemoteStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the status of an item after it is received by a remote user.
public enum class OlRemoteStatus
public enum OlRemoteStatus
Public Enum OlRemoteStatus
- Inheritance
-
OlRemoteStatus
Fields
Name | Value | Description |
---|---|---|
olRemoteStatusNone | 0 | No remote status has been set. |
olUnMarked | 1 | Item is not marked. |
olMarkedForDownload | 2 | Item is marked for download. |
olMarkedForCopy | 3 | Item is marked to be copied. |
olMarkedForDelete | 4 | Item is marked for deletion. |
Remarks
See MarkForDownLoad property.