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