Forum Discussion
sowmyav
Apr 11, 2024Copper Contributor
Outlook deeplink for email compose replaces spaces with ++ when user not logged in
Hi, I am using the Outlook 365 deeplink URL to open a new email in compose window from my web application. This is the deeplink URL I use: https://outlook.office.com/mail/deeplink/compose?&subj...
GGans
Nov 25, 2024Copper Contributor
When you construct a URL, spaces should be represented as %20 according to URL encoding standards. However, when the URL is improperly encoded, spaces may be replaced with + signs, which can lead to confusion in email clients that interpret + as an actual space replacement.