PowerTCP Mail for .NET
Answered Property




Returns the value of the Answered flag on the server. Use Update to modify its value.
Syntax
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();
public:
property bool Answered {
   bool get();
}

Property Value

True if the Answered flag is set; otherwise false.
Remarks

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.

See Also

Reference

ImapMessage Class
ImapMessage Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic