MailMessageSizeOnServer Property
Gets the actual message size on the mail server.

Namespace: MailBee.Mime
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public int SizeOnServer { get; }

Property Value

Type: Int32
The actual message size in bytes.
Remarks
This property indicates the actual message size and may not be equal to the value of Size property, which indicates the size of the received message. For instance, if only the message headers were received from mail server, Size property will contain the size of the message headers. However, SizeOnServer property will still return the size of the entire message.
Examples
The sample is available in Size property overview.
See Also