Click or drag to resize
MimeKit

ContentDispositionSize Property

Get or set the size parameter.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public long? Size { get; set; }

Property Value

NullableInt64
The size.
Remarks
When set, the size parameter typically refers to the original size of the content on disk. This parameter is rarely used by mail clients as it serves little purpose.
See Also