Click or drag to resize

MimeStructureEstimateActualSize Method

Note: This API is now obsolete.

Estimates actual attachment size. Bases on assumption that Base64, UUE and XUUE encoded files are 37% smaller.

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
[ObsoleteAttribute("Please use EstimateSize() method instead.")]
public long EstimateActualSize()

Return Value

Int64
Estimated size of the attachment.
See Also