_SharingItem.Submitted Property

Returns a Boolean (bool in C#) value that is True if the SharingItem 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 _SharingItem
Dim value As Boolean

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

Property Value

Type: System.Boolean

Remarks

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

See Also

Reference

_SharingItem Interface

_SharingItem Members

Microsoft.Office.Interop.Outlook Namespace