ImapEnvelopeDownloadedEventArgsDataLength Property
Gets the length (in bytes) of the FETCH response containing the downloaded envelope data.

Namespace: MailBee.ImapMail
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 envelope data.
See Also