_MobileItem.Submitted Property

Returns a Boolean (bool in C#) value that indicates whether the items has been submitted. Read-only.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property Submitted As Boolean
    Get
'Usage
Dim instance As _MobileItem
Dim value As Boolean

value = instance.Submitted
[DispIdAttribute()]
bool Submitted { get; }

Property Value

Type: System.Boolean

Remarks

The value of this property is True if the item has been submitted. A message is always submitted in a folder, usually the Outbox.

See Also

Reference

_MobileItem Interface

_MobileItem Members

Microsoft.Office.Interop.Outlook Namespace