ItemType.IsSubmitted Property
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.
The IsSubmitted property gets or sets a Boolean value that indicates whether an item has been submitted to the Outbox default folder.
public:
property bool IsSubmitted { bool get(); void set(bool value); };
public bool IsSubmitted { get; set; }
Public Property IsSubmitted As Boolean
Property Value
The IsSubmitted returns true if the item has been submitted to the Outbox default folder; otherwise, the property returns false.