LumiSoft Mail Server User API
IsAnswered Property
Namespaces > LumiSoft.Net.IMAP.Client > IMAP_FetchItem > IsAnswered
Gets if message is answered. This property is available only if IMAP_FetchItem_Flags.MessageFlags was specified, otherwise throws exception.
Syntax
C#Visual BasicManaged C++
public bool IsAnswered { get; }
Public ReadOnly Property IsAnswered As Boolean
public:
bool IsAnswered {
	bool get ();
}

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)