MailItem.Submitted Property

Outlook Developer Reference

Returns a Boolean value that is True if the item has been submitted. Read-only.

Syntax

expression.Submitted

expression   A variable that represents a MailItem object.

Remarks

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

See Also