Click or drag to resize

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; }

Property Value

Type: Int64
See Also