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

Namespace: MailBee.ImapMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public int DataLength { get; }

Property Value

Type: Int32
The length (in bytes) of the server response containing the downloaded envelope data.
See Also