| 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.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax [ObsoleteAttribute("Please use TransferSize property instead.")]
public long Size { get; }
<ObsoleteAttribute("Please use TransferSize property instead.")>
Public ReadOnly Property Size As Long
Get
public:
[ObsoleteAttribute(L"Please use TransferSize property instead.")]
property long long Size {
long long get ();
}
[<ObsoleteAttribute("Please use TransferSize property instead.")>]
member Size : int64 with get
Property Value
Type:
Int64See Also