ItemType.IsSubmitted Property

Definition

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.

Applies to