Azure-Samples / Azure-Samples/communication-services-dotnet-quickstarts
SendEmail - Inline Attachments for Logos in HTML
- Dominant language
- C#
- Stars
- 114
- Forks
- 145
- PR merge metrics
- No merged PRs in 30d
Description
Hi there,
```
- [ ] bug report -> please search issues before submitting
- [x] feature request
- [x] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
```
Can only add Attachments but no linked Resource

### Expected/desired behavior
>
How to make Inline Attachments to have Images in HTML

Like in .NET Framework with
```
AlternateView av1 = AlternateView.CreateAlternateViewFromString
(“
” +
strMailContent, null, MediaTypeNames.Text.Html);
av1.LinkedResources.Add(logo);
```
Best regards.
Contributor guide
Assessment
This issue has not been assessed yet.