During the sending or receiving of messages (.eml), the memory usage is very high.
For example, for a 100MB file, the memory used by the process reaches 1.6GB.
public async Task SendMailWithLargeAttachTest()
…...string password = "password"; /* test mail data */ const string from...MailMessage(from, to) { Subject = "Test File100M" }) { using (var fs...