EnvelopeSize Property
Gets the length of the entire message (in bytes) on the mail server.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public int Size { get; }

Property Value

Type: Int32
The length of the entire message contents (in bytes) on the mail server, or -1 if this information is not available.
See Also