| Message Object : Attribute Property |
| Visual Basic |
|---|
Public Property Attribute( _ ByVal Attribute As AttributeConstants _ ) As Variant |
| Value | Description |
|---|---|
| msgAnswered | Message has been answered (IMAP only). |
| msgDeleted | Message is marked for removal (POP3 and IMAP). |
| msgDraft | Composition of message not complete (IMAP only). |
| msgFlagged | Message is marked for urgent attention (IMAP only). |
| msgNumber | Message number assigned by a POP3 or IMAP server. |
| msgRecent | Message is new this session (IMAP only). |
| msgSeen | Message has been read (IMAP only). |
| msgUid | Message unique id assigned by a POP3 or IMAP server. |