_MailItem.Submitted Property

Definition

Returns a Boolean (bool in C#) value that is True if the item has been submitted. Read-only.

public:
 property bool Submitted { bool get(); };
public bool Submitted { get; }
Public ReadOnly Property Submitted As Boolean

Property Value

Remarks

A message is always created and submitted in a folder, usually the Outbox.

Applies to