Click or drag to resize
MimeKit

ProtocolLoggerLogTimestamps Property

Get or set whether timestamps should be logged.

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

Property Value

Boolean
true if timestamps should be logged; otherwise, false.
Remarks
Gets or sets whether or not timestamps should be logged.
See Also