Pop3MessageDownloadedEventArgsDataLength Property
Gets the length (in bytes) of the server response containing the downloaded message data.

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

Property Value

Type: Int32
The length (in bytes) of the server response containing the downloaded message data.
Remarks
The length of the server response containing the downloaded message data is always greater than the length of the message data itself (usually by 1-2%). This is due to presence some additional information in the response, which is then stripped away.
See Also