_MeetingItem.Submitted Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.