 | SimpleImapQueryLargerThen Property |
Messages with an [RFC-2822] size larger than the specified number of octets.
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic long? LargerThen { get; set; }Public Property LargerThen As Long?
Get
Set
public:
property Nullable<long long> LargerThen {
Nullable<long long> get ();
void set (Nullable<long long> value);
}member LargerThen : Nullable<int64> with get, set
Property Value
NullableInt64
See Also