Click or drag to resize
MimeKit

ReceivedClauseId Property

Get the identifier for the clause.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.17.0
Syntax
C#
public ReceivedClauseId Id { get; }

Property Value

ReceivedClauseId
The clause identifier.
Remarks

Gets the identifier for the clause.

This property is mainly used for switch-statements for performance reasons.

See Also