Click or drag to resize
MimeKit

AuthenticationResultsVersion Property

Get or set the Authentication-Results version.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public int? Version { get; set; }

Property Value

NullableInt32
The authres-version token.
Remarks

Gets or sets the Authentication-Results version.

The version value is the authres-version token as defined in rfc7601.

See Also