Click or drag to resize
MimeKit

ImapImplementationEnvironment Property

Get or set the environment variables available to the program.

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

Property Value

String
The environment variables.
Remarks
Get or set the environment variables available to the program.
See Also