ImapEnvelopeDownloadedEventArgsDataLength Property |
Gets the length (in bytes) of the FETCH response containing the downloaded envelope data.
Namespace: MailBee.ImapMailAssembly: 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 envelope data.
See Also