 | 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.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic 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
Int64
See Also