C# Класс MailKit.Net.Imap.ImapLiteral

An IMAP literal object.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Literal object
Type ImapLiteralType

Открытые методы

Метод Описание
ImapLiteral ( MimeKit.FormatOptions options, object literal, Action action = null ) : System

Initializes a new instance of the MailKit.Net.Imap.ImapLiteral class.

Creates a new MailKit.Net.Imap.ImapLiteral.

WriteTo ( ImapStream stream, CancellationToken cancellationToken ) : void

Write the literal to the specified stream.

Writes the literal to the specified stream.

Описание методов

ImapLiteral() публичный Метод

Initializes a new instance of the MailKit.Net.Imap.ImapLiteral class.
Creates a new MailKit.Net.Imap.ImapLiteral.
public ImapLiteral ( MimeKit.FormatOptions options, object literal, Action action = null ) : System
options MimeKit.FormatOptions The formatting options.
literal object The literal.
action Action The progress update action.
Результат System

WriteTo() публичный Метод

Write the literal to the specified stream.
Writes the literal to the specified stream.
public WriteTo ( ImapStream stream, CancellationToken cancellationToken ) : void
stream ImapStream The stream.
cancellationToken System.Threading.CancellationToken The cancellation token.
Результат void

Описание свойств

Literal публичное свойство

public object Literal
Результат object

Type публичное свойство

public ImapLiteralType Type
Результат ImapLiteralType