ImapEnvelopeDownloadedEventArgsDataLength Property |
Gets the length (in bytes) of the FETCH response containing the downloaded envelope data.
Namespace: MailBee.ImapMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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