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; }
Public Property Size As Long
Get
Set
public:
property long long Size {
long long get ();
void set (long long value);
}
member Size : int64 with get, set
Property Value
Type:
Int64A Int32 that specifies the number of bytes in the file attachment.
See Also