| AuthenticationResultsVersion Property |
Get or set the Authentication-Results version.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public int? Version { get; set; }
Property Value
NullableInt32The 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