Click or drag to resize
MimeKit

Received Constructor

Initializes a new instance of the Received class.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.17.0
Syntax
C#
public Received()
Remarks
Creates a new Received instance with all properties set to . Properties can be set individually after construction to build up the Received header information.
See Also