PowerTCP Mail for .NET
Flagged Property




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

Property Value

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

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.

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