 | SmtpSizeExtensionValue Property |
Gets the maximum size of the message. Messages above this size will not be accepted.
Namespace: Limilabs.Client.SMTPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic 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
NullableInt64
See Also