Click or drag to resize
MimeKit

ProtocolLoggerTimestampFormat Property

Get or set the date and time serialization format that should be used when logging timestamps.

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

Property Value

String
The date and time serialization format that should be used when logging timestamps.
Remarks
Gets or sets the date and time serialization format that should be used when logging timestamps.
See Also