Click or drag to resize
MimeKit

ImapImplementationCommand Property

Get or set the command used to start the program.

Namespace: MailKit.Net.Imap
Assembly: MailKit (in MailKit.dll) Version: 4.17.0
Syntax
C#
public string? Command { get; set; }

Property Value

String
The command used to start the program.
Remarks
Gets or sets the command used to start the program.
See Also