| MimeBaseEstimateTransportSize Method |
Gets the estimated transport size of this MIME entity.
Namespace:
Limilabs.Mail.MIME
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public virtual long EstimateTransportSize()
Public Overridable Function EstimateTransportSize As Long
public:
virtual long long EstimateTransportSize()
abstract EstimateTransportSize : unit -> int64
override EstimateTransportSize : unit -> int64
Return Value
Type:
Int64Estimated transport size of this MIME entity.
See Also