_MailItem.Submitted Property
Returns a Boolean value (bool in C#) that is True if the item has been submitted. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
ReadOnly Property Submitted As Boolean
Get
'Usage
Dim instance As _MailItem
Dim value As Boolean
value = instance.Submitted
bool Submitted { get; }
Property Value
Type: System.Boolean
Remarks
A message is always created and submitted in a folder, usually the Outbox.