ContentDisposition.Size Property
Namespace: Rebex.Mime.Headers
Assembly: Rebex.Mail.dll (version 7.0.9083)
Size
Gets or sets the approximate size of the attachment. This parameter is rarely used.
Declaration
public long? Size { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Int64> | The approximate size of the attachment. Null reference (Nothing in Visual Basic) if not specified. |
Remarks
The size parameter indicates an approximate size of the file in octets. It can be used, for example, to pre-allocate space before attempting to store the file, or to determine whether enough space exists. https://tools.ietf.org/html/rfc2183#section-2.7