C# Class MailKit.Net.Imap.ImapLiteral

An IMAP literal object.
Mostrar archivo Open project: jstedfast/MailKit Class Usage Examples

Public Properties

Property Type Description
Literal object
Type ImapLiteralType

Public Methods

Method Description
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.

Method Details

ImapLiteral() public method

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.
return System

WriteTo() public method

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.
return void

Property Details

Literal public_oe property

public object Literal
return object

Type public_oe property

public ImapLiteralType Type
return ImapLiteralType