RemoteStatus Property

See Also                  Applies To

Returns or sets the remote status of the mail message. Can be one of the following OlRemoteStatus constants: olMarkedForCopy(3), olMarkedForDelete(4), olMarkedForDownload(2), olRemoteStatusNone(0), or olUnMarked(1).

Read/write Long.

Syntax

objMailItem.RemoteStatus

objMailItem    Required. An expression that returns a MailItem object.