We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4445676 commit 03ab420Copy full SHA for 03ab420
README.md
@@ -321,7 +321,7 @@ var email = new EmailDto
321
Body = "Some body"
322
};
323
```
324
-So, the email variable now represents an email with iCalendar in it. This email can be saved to a .eml file:
+So, the email variable now represents an email message with iCalendar in it. This email can be saved to a .eml file:
325
```csharp
326
var emailFile = $"{Guid.NewGuid().ToString()}.eml";
327
await emailApi.SaveEmailModelAsync(
0 commit comments