diff --git a/MimeKit-and-MimeKitLite.md b/MimeKit-and-MimeKitLite.md index 296162f..0f5f9da 100644 --- a/MimeKit-and-MimeKitLite.md +++ b/MimeKit-and-MimeKitLite.md @@ -21,7 +21,7 @@ The only solution for this is to apply the following changes to your project: In your C# code change this: -``` csharp +``` c# extern alias MimeKitAlias; // ⭐ Add this namespace MyNamespace