如何邮寄到办公室365?

时间:2022-11-15 21:53:56

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

如何在Gmail上将这样的邮件发送到Office 365 - 在mailto:action上打开Gmail。

I have this link:

我有这个链接:

https://outlook.office365.com/owa/#viewmodel=IMailComposeViewModelFactory

https://outlook.office365.com/owa/#viewmodel=IMailComposeViewModelFactory

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

但我不知道收件人参数放入TO。请帮帮我们

Here's how it do it in Gmail:

以下是它在Gmail中的操作方式:

<a href="https://mail.google.com/mail/?view=cm&fs=1&to=email@domain.com">sample@domain.com</a>

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

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

<a href="https://pod51038.outlook.com/owa/#viewmodel=IMailComposeViewModelFactory">sample@domain.com</a>

3 个解决方案

#1


10  

Office 365 now supports composing an email using a URL:

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

https://outlook.office.com/?path=/mail/action/compose&to=service@domain.com&subject=Customer Service Request&body=Add+Your+Request+here

available parameters:

可用参数:

  • path /mail/action/compose
  • 路径/邮件/动作/撰写
  • subject Customer Service Request
  • 主题客户服务请求
  • body Add your request here
  • body在这里添加您的请求
  • to service@domain.com
  • 发送到service@domain.com
  • cc is not supported at this point.
  • 此时不支持cc。

See https://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

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

#2


4  

This extension worked for me. I just had to edit the Outlook.com url by clicking on "change" and editing it to be something like:

这个扩展对我有用。我只需通过点击“更改”编辑Outlook.com网址并将其编辑为:

https://outlook.office.com/owa/?realm=example.com&rru=compose&to={to}&subject={subject}&body={body}&cc={cc}

Where example.com should be replaced by your organizations Outlook 365 domain.

其中example.com应由您的组织Outlook 365域替换。

I should note that I am on Debian linux with no default email client set at the moment. However, I don't see how that might have any effect as I believe this extension might be simply altering the url that is opened to go to a different url. I could be wrong about this last part since I haven't looked into the extension code.

我应该注意到我在Debian linux上,目前没有设置默认的电子邮件客户端。但是,我不知道这可能会产生什么影响,因为我相信这个扩展可能只是改变了打开的URL以转到不同的URL。因为我没有查看扩展代码,所以我最后一部分可能是错的。

#3


1  

This cannot be done without using a 3rd party app or setting OWA as the default mail agent on the client computer. http://social.technet.microsoft.com/Forums/exchange/en-US/38d11e6d-8009-4d7d-8d69-a6701860feb8/setting-up-owa-to-be-used-by-mailto-protocol

如果不使用第三方应用程序或将OWA设置为客户端计算机上的默认邮件代理,则无法执行此操作。 http://social.technet.microsoft.com/Forums/exchange/en-US/38d11e6d-8009-4d7d-8d69-a6701860feb8/setting-up-owa-to-be-used-by-mailto-protocol

Set OWA as default mail agent: http://blogs.msdn.com/b/tmeston/archive/2004/01/08/48837.aspx

将OWA设置为默认邮件代理:http://blogs.msdn.com/b/tmeston/archive/2004/01/08/48837.aspx

#1


10  

Office 365 now supports composing an email using a URL:

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

https://outlook.office.com/?path=/mail/action/compose&to=service@domain.com&subject=Customer Service Request&body=Add+Your+Request+here

available parameters:

可用参数:

  • path /mail/action/compose
  • 路径/邮件/动作/撰写
  • subject Customer Service Request
  • 主题客户服务请求
  • body Add your request here
  • body在这里添加您的请求
  • to service@domain.com
  • 发送到service@domain.com
  • cc is not supported at this point.
  • 此时不支持cc。

See https://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

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

#2


4  

This extension worked for me. I just had to edit the Outlook.com url by clicking on "change" and editing it to be something like:

这个扩展对我有用。我只需通过点击“更改”编辑Outlook.com网址并将其编辑为:

https://outlook.office.com/owa/?realm=example.com&rru=compose&to={to}&subject={subject}&body={body}&cc={cc}

Where example.com should be replaced by your organizations Outlook 365 domain.

其中example.com应由您的组织Outlook 365域替换。

I should note that I am on Debian linux with no default email client set at the moment. However, I don't see how that might have any effect as I believe this extension might be simply altering the url that is opened to go to a different url. I could be wrong about this last part since I haven't looked into the extension code.

我应该注意到我在Debian linux上,目前没有设置默认的电子邮件客户端。但是,我不知道这可能会产生什么影响,因为我相信这个扩展可能只是改变了打开的URL以转到不同的URL。因为我没有查看扩展代码,所以我最后一部分可能是错的。

#3


1  

This cannot be done without using a 3rd party app or setting OWA as the default mail agent on the client computer. http://social.technet.microsoft.com/Forums/exchange/en-US/38d11e6d-8009-4d7d-8d69-a6701860feb8/setting-up-owa-to-be-used-by-mailto-protocol

如果不使用第三方应用程序或将OWA设置为客户端计算机上的默认邮件代理,则无法执行此操作。 http://social.technet.microsoft.com/Forums/exchange/en-US/38d11e6d-8009-4d7d-8d69-a6701860feb8/setting-up-owa-to-be-used-by-mailto-protocol

Set OWA as default mail agent: http://blogs.msdn.com/b/tmeston/archive/2004/01/08/48837.aspx

将OWA设置为默认邮件代理:http://blogs.msdn.com/b/tmeston/archive/2004/01/08/48837.aspx