Dart.Mail Namespace > ImapMessage Class : Flagged Property |
Public ReadOnly Property Flagged As Boolean
Dim instance As ImapMessage Dim value As Boolean value = instance.Flagged
public bool Flagged {get;}
public: __property bool get_Flagged();
Returns true if the current message has been flagged for urgent or special attention (server-side flag \Flagged). This property is controlled by the client, not the server (the server does not decide when messages deserve attention).
Use the Mailbox.Update() methods to modify flags on sets of messages.
Returns a default value if its value has not been populated with Get.