PowerTCP Mail for .NET
Seen Property




Returns the value of the Seen flag on the server. Use Update to modify its value.
Syntax
Public ReadOnly Property Seen As Boolean
Dim instance As ImapMessage
Dim value As Boolean
 
value = instance.Seen
public bool Seen {get;}
public: __property bool get_Seen();
public:
property bool Seen {
   bool get();
}

Property Value

True if the Seen flag is set; otherise false.
Remarks

Returns true if the server includes a \Seen flag in its response to an IMAP FETCH command, or when retrieving ImapMessageInfo.Message or ImapMessageInfo.Text without ImapMessageInfo.Flags. This property may be modified by the client or the server.

Use the Mailbox.Update() methods to modify flags on sets of messages.

Returns a default value (false) 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