Click or drag to resize

ImapResponseBinaryLines Property

Gets all lines of the response except the status line.

Namespace:  Limilabs.Client.IMAP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public List<byte[]> BinaryLines { get; }

Property Value

Type: ListByte
See Also