【问题标题】:How to apply bold and bullet points?如何应用粗体和项目符号?
【发布时间】:2020-07-11 04:42:12
【问题描述】:

这种情况已导致许多企业和组织采取持续的预防措施来保护他们的客户。

  • 服务:我们的团队全面运作。
  • 支持:我们会尽力而为。

这就是我试图让它发挥作用的方式。

mymsg = mymsg & "<body style=""text-align: center; line-height: 1;"">" & "The situation has caused many businesses and organizations to take continued"

<ul>
    <li> mymsg = mymsg & "<body style=""text-align: center; line-height: 1;"">" & "Service:</li>
</ul>

【问题讨论】:

    标签: vba email outlook html-email


    【解决方案1】:
    .HTMLBody = "" _
              & "The situation has caused many business and organizations to take continued preventative measures to protect their customers." _
              & "<ul><li><b> Service: </b>Our teams are fully operational.</li>" _
              & "<li><b> Support: </b>We will do our best.</li><ul>"
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2022-11-04
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-04-02
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多