本文介绍了如何邮寄到Office 365?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何像这样在gmail上mailto到Office 365-在mailto上打开Gmail :动作.

How to mailto to office 365 like this one on the gmail - Open Gmail on mailto: action.

我有这个链接:

,但我不知道将收件人参数放入TO中.请帮助大家.

but I have no idea for recipient parameter to put in the TO. Please help guys.

在Gmail中的操作方法如下:

Here's how it do it in Gmail:

<a href="https://mail.google.com/mail/?view=cm&fs=1&[email protected]">[email protected]</a>

现在这是我在Office 365中所做的事情,但我不知道收件人的正确参数是什么:

Now here's what i do in Office 365 but i dont know what is the right parameter for the Recipient:

<a href="https://pod51038.outlook.com/owa/#viewmodel=IMailComposeViewModelFactory">[email protected]</a>

推荐答案

Office 365现在支持使用URL编写电子邮件:

Office 365 now supports composing an email using a URL:

https://outlook.office.com/?path=/mail/action/compose&[email protected]&subject=Customer Service Request&body=Add+Your+Request+here

可用参数:

  • 路径/mail/action/compose
  • 主题客户服务请求
  • 正文在此处添加您的请求
  • [email protected]
  • 目前不支持
  • cc .
  • path /mail/action/compose
  • subject Customer Service Request
  • body Add your request here
  • to [email protected]
  • cc is not supported at this point.

请参阅 https://blogs.msdn.microsoft.com/carloshm/2016/01/16/how-to-compose-a-new-message-or-event-and- populate-fields-in-office365/#comment-1645 了解更多详细信息

Seehttps://blogs.msdn.microsoft.com/carloshm/2016/01/16/how-to-compose-a-new-message-or-event-and-populate-fields-in-office365/#comment-1645 for more details

这篇关于如何邮寄到Office 365?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-31 09:16