_SharingItem.Sent Property

Returns a Boolean (bool in C#) value that indicates if the SharingItem has been sent. Read-only.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property Sent As Boolean
    Get
'Usage
Dim instance As _SharingItem
Dim value As Boolean

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

Property Value

Type: System.Boolean

Remarks

In general, there are three different kinds of messages: sent, posted, and saved. Sent messages are items sent to a recipient or public folder. Posted messages are created in a public folder. Saved messages are created and saved without either sending or posting.

If this property is set to True, attempting to set the SendUsingAccount property raises an error.

See Also

Reference

_SharingItem Interface

_SharingItem Members

Microsoft.Office.Interop.Outlook Namespace