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

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