| MimeStructureTransferSize Property |
Gets the size of this part in bytes.
Note that this size is the size in attachment's transfer encoding and not the resulting size after any decoding.
This means that, for example, base64 encoded files, are in fact 37% smaller than the value of this property.
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public long TransferSize { get; }
Public ReadOnly Property TransferSize As Long
Get
public:
property long long TransferSize {
long long get ();
}
member TransferSize : int64 with get
Property Value
Type:
Int64See Also