Jurek Wozniak

Results 2 comments of Jurek Wozniak

I have also spent some hours trying to get around this issue. Mine solution was as follows (pseudo C# code): Attachment someImageAttachment = new Attachment(imagePath); emailModel.SomeImageContentId = someImageAttachment.ContentId; email.Attach(someImageAttachment); in...

Absolutely, we have a page which runs another page in an iframe, both use NgRx, developing is really painful with that automatic switching. Has anyone find a way to stop...