Pop3MessageDownloadedEventArgsDataLength Property |
Gets the length (in bytes) of the server response containing the downloaded message data.
Namespace: MailBee.Pop3MailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public int DataLength { get; }
Public ReadOnly Property DataLength As Integer
Get
Property Value
Type:
Int32The 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