Dart.Mail Namespace > ImapMessage Class : Seen Property |
Public ReadOnly Property Seen As Boolean
Dim instance As ImapMessage Dim value As Boolean value = instance.Seen
public bool Seen {get;}
public: __property bool get_Seen();
Returns true if the server includes a \Seen flag in its response to an IMAP FETCH command, or when retrieving ImapMessageInfo.Message or ImapMessageInfo.Text without ImapMessageInfo.Flags. This property may be modified by the client or the server.
Use the Mailbox.Update() methods to modify flags on sets of messages.
Returns a default value (false) if its value has not been populated with Get.