 | MimeStructureSize Property |
Note: This API is now obsolete.
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
Syntax[ObsoleteAttribute("Please use TransferSize property instead.")]
public long Size { get; }<ObsoleteAttribute("Please use TransferSize property instead.")>
Public ReadOnly Property Size As Long
Getpublic:
[ObsoleteAttribute(L"Please use TransferSize property instead.")]
property long long Size {
long long get ();
}[<ObsoleteAttribute("Please use TransferSize property instead.")>]
member Size : int64 with getProperty Value
Int64
See Also