0 votes

I've recently updated an existing project to use the NuGet package (latest), and received a compile time error indicating that IMail no longer has the IsSigned property. Has this been renamed, or removed?

by
Which .NET framework are you targeting?
.NET Standard 2.0

I can still use NuGet, but had to use the 3.0.17312.2008 version, as that still supported the property.

https://www.limilabs.com/static/mail/documentation/html/P_Limilabs_Mail_IMail_IsSigned.htm
.NET standard version with this feature will be released this week.

3.0.17312.2008 has no .NET standard support.

Please note that regular .NET version has this feature - nothing changed.
That's great news - I assume this change will also include the related SignatureValidationConfiguration structure? Those are the only 2 breaks in my code at least !

1 Answer

0 votes

.NET standard version with this feature will be released this week.

3.0.17312.2008 has no .NET standard support.

Please note that regular .NET version has this feature for years - nothing changed.

by (297k points)
...