Click or drag to resize
MimeKit

ProtocolLoggerDefaultServerPrefix Property

Get or set the default server prefix to use when creating new ProtocolLogger instances.

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

Property Value

String
The default server prefix.
Remarks
Get or set the default server prefix to use when creating new ProtocolLogger instances.
See Also