Vinicius de Morais
Results
1
comments of
Vinicius de Morais
Hello, I found a method to get the body in html of the messages, try this: ``` foreach (var currentEmail in imap.GetMessages(uids)) { var currentEmailBody = string.Empty; using (var reader...