Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 880 Bytes

Outlook.MailItem.Sent.md

File metadata and controls

36 lines (21 loc) · 880 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
MailItem.Sent property (Outlook)
vbaol11.chm1358
vbaol11.chm1358
Outlook.MailItem.Sent
a064267f-9329-9018-aa09-c92e17ed46bd
06/08/2017
medium

MailItem.Sent property (Outlook)

Returns a Boolean value that indicates if a message has been sent. Read-only.

Syntax

expression. Sent

expression A variable that represents a MailItem object.

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.

See also

MailItem Object

[!includeSupport and feedback]