_MeetingItem.Sent Property

Definition

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

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

Property Value

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.

Applies to