Famlam / mailto-chromeextension

A Chrome, Opera and Safari extension that handles mailto: links
Other
41 stars 6 forks source link

Office 365 OWA Compatability #88

Open jpmorgan00 opened 7 years ago

jpmorgan00 commented 7 years ago

This has been commented on to some degree, but the issue is straight forward, after "add another service" was completed using the following URL - https://outlook.office.com/owa/?viewmodel=IMailComposeViewModelFactory&wid=15&ispopout=1&path=?rru=compose&to={to}&subject={subject}&body={body}&cc={cc}&bcc={bcc} I can successfully get a new OWA message to open, but the issue is that is does not carry any of the fields through, mostly importantly the "to" or the "bcc" which are clearly being pushed by the link as they do populate when attempted with Yahoo, Gmail and local Outlook client, so whats the rub? I can see the email address for both the "to" and "bcc" in the URL, but it does not populate the appropriate fields. At this point opening a new message without any information being pushed to the right fields renders this extension worthless. Tell me it ain't so! What am I missing. Thanks in advance!

marbetschar commented 6 years ago

For everybody struggling with this, please add a new service in the settings. It's called Office 365 and uses the following URL:

https://outlook.office.com/?path=/mail/action/compose&to={to}&subject={subject}&body={body}

Based upon this answer found on Stackoverflow, which points to the corresponding Microsoft blog entry.

@Famlam any chance we can get the Extension updated to contain a Office 365 service right from the start?

cjescudero commented 6 years ago

@marbetschar it works. Thanks!