(no title)
samuel-freeman | 2 years ago
See: https://imgur.com/a/2ZrO3F1
That makes it impossible to use Outlook in my business.
I remember the New Outlook for Mac had a similar start, but then the IMAP/SMTP connection to servers which are not on the internet was added.
I know there are people here from Microsoft. Do you know if this feature will be re-added to the New Outlook for Windows before the general release? Microsoft doesn't want to give me a straight answer.
P.s. I am also interested in your opinion about this move.
andris9|2 years ago
samuel-freeman|2 years ago
I know the New Outlook for Mac is free now, and I heard about plans to make the New Outlook for Windows free as well (to replace Mail), but I didn't know about a different business version.
As far as I see, the New Outlook for Windows/Mac will be a web app in Electron or with similar technology, and the application that interacts with the IMAP/SMTP is actually on a server.
The add-ins for the New Outlook for Windows/Mac also do not support accessing anything local:
"Data sync service Enable bidirectional synchronization of mail items with partner systems. Partially supported. Essential features are yet to be addressed to create a similar experience to VSTO or COM add-ins."
The migration guide of older plugins (C#) they recommend moving common features to a shared module and then running that shared module in a Azure Cloud, since the only thing these web based plugins can do is http requests.
Edit: Source: https://learn.microsoft.com/en-us/office/dev/add-ins/outlook...