MailBee.NET Objects 3.1

Pop3MessageDownloadedEventArgs.DataLength Property

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

public int DataLength {get;}

Property Value

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

Pop3MessageDownloadedEventArgs Class | MailBee.Pop3Mail Namespace