ItemType.IsSubmitted Property
The IsSubmitted property gets or sets a Boolean value that indicates whether an item has been submitted to the Outbox default folder.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property IsSubmitted As Boolean
Get
Set
'Usage
Dim instance As ItemType
Dim value As Boolean
value = instance.IsSubmitted
instance.IsSubmitted = value
public bool IsSubmitted { get; set; }
Property Value
Type: System.Boolean
The IsSubmitted returns true if the item has been submitted to the Outbox default folder; otherwise, the property returns false.
See Also