Messages with an [RFC-2822] size smaller than the specified number of octets.

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public Nullable<long> SmallerThen { get; set; }
Visual Basic
Public Property SmallerThen As Nullable(Of Long)
	Get
	Set
Visual C++
public:
property Nullable<long long> SmallerThen {
	Nullable<long long> get ();
	void set (Nullable<long long> value);
}

See Also