C# Class MailKit.Net.Imap.ImapCommandPart

A partial IMAP command.
Show file Open project: jstedfast/MailKit

Public Properties

Property Type Description
Command byte[]
Literal ImapLiteral
WaitForContinuation bool

Public Methods

Method Description
ImapCommandPart ( byte command, ImapLiteral literal, bool wait = true ) : System

Method Details

ImapCommandPart() public method

public ImapCommandPart ( byte command, ImapLiteral literal, bool wait = true ) : System
command byte
literal ImapLiteral
wait bool
return System

Property Details

Command public property

public byte[] Command
return byte[]

Literal public property

public ImapLiteral,MailKit.Net.Imap Literal
return ImapLiteral

WaitForContinuation public property

public bool WaitForContinuation
return bool