C# Class MailKit.Net.Imap.ImapCommandPart

A partial IMAP command.
Afficher le fichier Open project: jstedfast/MailKit

Méthodes publiques

Свойство Type Description
Command byte[]
Literal ImapLiteral
WaitForContinuation bool

Méthodes publiques

Méthode Description
ImapCommandPart ( byte command, ImapLiteral literal, bool wait = true ) : System

Method Details

ImapCommandPart() public méthode

public ImapCommandPart ( byte command, ImapLiteral literal, bool wait = true ) : System
command byte
literal ImapLiteral
wait bool
Résultat System

Property Details

Command public_oe property

public byte[] Command
Résultat byte[]

Literal public_oe property

public ImapLiteral,MailKit.Net.Imap Literal
Résultat ImapLiteral

WaitForContinuation public_oe property

public bool WaitForContinuation
Résultat bool