Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 832 Bytes

Outlook.frame.canundo.md

File metadata and controls

32 lines (19 loc) · 832 Bytes
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
Frame.CanUndo Property (Outlook Forms Script)
olfm10.chm2000870
olfm10.chm2000870
7cb4090f-8886-17c9-2bd3-cdeb78e5aa57
06/08/2017
medium

Frame.CanUndo Property (Outlook Forms Script)

Returns a Boolean that specifies whether the last user action can be undone. Read-only.

Syntax

expression.CanUndo

expression A variable that represents a Frame object.

Remarks

True if the most recent user action can be undone, False if the most recent user action cannot be undone.

CanUndo is read-only.

Many user actions can be undone with the Undo command. The CanUndo property indicates whether the most recent action can be undone.

[!includeSupport and feedback]