Dart.Mail Namespace > ImapMessage Class : Answered Property |
Public ReadOnly Property Answered As Boolean
Dim instance As ImapMessage Dim value As Boolean value = instance.Answered
public bool Answered {get;}
public: __property bool get_Answered();
Returns true if the current message has been answered (server-side flag \Answered). This property is controlled by the client, not the server (the server does not decide when a message has been answered).
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.