ContentDispositionSize Property

Gets or sets the size of a file attachment.

Namespace:  Aspose.Email.Mime
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public long Size { get; set; }

Property Value

Type: Int64
A Int32 that specifies the number of bytes in the file attachment.
See Also