| SmtpSizeExtensionValue Property |
Gets the maximum size of the message. Messages above this size will not be accepted.
Namespace:
Limilabs.Client.SMTP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public long? Value { get; }
Public ReadOnly Property Value As Long?
Get
public:
property Nullable<long long> Value {
Nullable<long long> get ();
}
member Value : Nullable<int64> with get
Property Value
Type:
NullableInt64See Also