You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The WriteTo method uses File.OpenWrite (see remarks) which will not replace the existing file and neither append to it but instead replace as much characters as have been written.
The Output file will therefore likely become invalid which doesn't seems desired and caused some confusion for me because i was wondering why the output file still contained 2 MimeEntities while i did in fact remove one 💥
The text was updated successfully, but these errors were encountered:
The WriteTo method uses File.OpenWrite (see remarks) which will not replace the existing file and neither append to it but instead replace as much characters as have been written.
The Output file will therefore likely become invalid which doesn't seems desired and caused some confusion for me because i was wondering why the output file still contained 2 MimeEntities while i did in fact remove one 💥
The text was updated successfully, but these errors were encountered: