Click or drag to resize
MimeKit

ProtocolLoggerDefaultClientPrefix Property

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

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

Property Value

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