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

Namespace: MailBee.ImapMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
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