C# source code to redact sensitive inforMation in EML file on .NET FraMework, .NET Core, and XaMarin PlatforMs....MailMessage m = MailMessage.Load( "GenerateMSGAspose.eml" ); m.Body...= m.Body.Replace( "[@@FullName@@" , "Name to Replace" ); m.Save(...