PowerTCP Mail for .NET
Flagged Property
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > ImapMessage Class : Flagged Property




Gets or sets a value which determines if the message has been flagged.

Syntax

Visual Basic (Declaration) 
Public Property Flagged As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ImapMessage
Dim value As Boolean
 
instance.Flagged = value
 
value = instance.Flagged
C# 
public bool Flagged {get; set;}
Managed Extensions for C++ 
public: __property bool get_Flagged();
public: __property void set_Flagged( 
   bool value
);
C++/CLI 
public:
property bool Flagged {
   bool get();
   void set (    bool value);
}

Property Value

If the message's Flagged flag is set, this property returns true; 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 developer, not the server (ie. the server does not decide when messages deserve attention).

When setting this property the Imap component will send a STORE command to the server to update the flags of the message.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.