 | ImapResponseBinaryLines Property |
Gets all lines of the response except the status line.
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic List<byte[]> BinaryLines { get; }Public ReadOnly Property BinaryLines As List(Of Byte())
Get
public:
property List<array<unsigned char>^>^ BinaryLines {
List<array<unsigned char>^>^ get ();
}member BinaryLines : List<byte[]> with get
Property Value
ListByte
See Also