Visual Studio copy/paste into Outlook with standard formatting?

后端 未结 4 1509
感动是毒
感动是毒 2021-02-07 14:41

I have custom settings in Visual Studio that include a dark background. Copy/pasting to Outlook produces a crime against eyeballs with a dark background in code on a white backg

4条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-07 15:20

    Ok so the closest I got was using CopySourceAsHtml which also allows you to define custom css styles for that copied html. I peeked at the css styles when copying code from the default VS theme and copied them over.

    Got me 90% there which is good enough - no black code backgrounds on white email backgrounds!

提交回复
热议问题