MS Office Mobile Service (OMS) for Outlook connection error - outlook

I developed an OMS web service by following guidelines at http://msdn.microsoft.com/en-us/library/ff606754.aspx.
Whenever I tried to configure the SMS account in Outlook I get following error.
"Outlook did not receive a response from the Web service because of a problem connecting to the server. try again later."
Although it does create the account, and whenever I try to send sms the same error occurs but I receive the sms as well. That means outlook can send the message to my web service but why it is giving error?
Searched a lot on this topic but no one seems to have a solution.
Greatly appreciate if someone could help.
Thanks in advance.

You should check how to send SMS from Outlook Mobile Service (Outlook 2007) with Ozeki NG SMS Gateway:
http://sms-integration.com/p_83-outlook-mobile-service-sms.html
I hope it helps. The support team is also very responsive.
BR

Related

Fetching messages from ms teams

is it possible to write an application that fetch messages from microsoft teams without microsoft azure, only from localhost.
Thank you in advance.

Outlook office.js add-in On Send event for PC client - is it possible?

As the title mentions, I've got a question regarding the possibility of implementing the on send event functionality on the outlook PC client.
I current got an add-in running that blocks sending emails on the outlook WEB variant properly and allows sending them when the criteria is met. I've used the examples the microsoft documentation provides to get it to work. This example however doesn't work on the outlook PC (windows) client. Other functionality works just fine on the outlook PC client, it's just the on send not functioning. All I get on the outlook PC client is the error "[add-in name] couldn't complete. Please try sending this message later" upon pressing send.
Been looking at this for the past few days and based on all the microsoft documentation it gives me the impression that it should be possible, but I can't find any examples online or anyone really verifying it either. Which bring us to my question as I mentioned at the start;
Is it possible to make the outlook on send event work on the outlook PC client as well? And if so, does anyone have an example of how to do so?
Thanks in advance!
Yes, the on-send feature for Outlook add-ins is supported in certain versions of Outlook win-32. There is documentation here about which versions are supported and some code examples.
I managed to fix my issue.
So to recap; when running the nodejs server locally, the on send didn't appear to work for the outlook pc client. (It did for outlook web)
What I did was put the code on an external server and ran the nodejs. Then I created an IIS website with https and redirecred it towards the localhost port of the nodejs server.
After doing this and installing the manifest through the URL the issue no longer persisted for the pc client and worked exactly the same as the outlook web variant.
I am new, so I cannot add comments - but keep in mind that if you plan to put your add-in into AppSource - the doc says it will be banned: you are not allowed to use the OnSend event for anything in there.
I hope this helps you avoid some pain if you had those plans!
" Important. Add-ins that use the on-send feature aren't allowed in AppSource. "
( https://learn.microsoft.com/en-us/office/dev/add-ins/outlook/outlook-on-send-addins?tabs=classic )

Azure Bot Service: "An internal error occurred at the server."

I'm testing bot services. I created bots the last week and all were normal but yesterday the service was unavailable.
Error internal
Hope someone can help me.
I had the same issue with the bot service. My solution was to create the bot service in a new account, without tenants suscriptions. I gave access to the new account to my tenant suscription, when the new account created the bot service, it works. The new account was an outlook account.
Hope it could be usefull for someone.
Two week to solve this, and I think the Microsoft's support didn't help.
-10 Microsoft support.

Configuring CRM with an Exchange Server outside O365 using SSS

I have a requirement where I need to configure my CRM Online with an Exchange Server which is hosted out of my organization's Office 365 to sync Emails for Incoming and Outgoing profiles.
Of the steps, I understand that I need to setup and Email Server Profile of type Exchange that has Server Location pointing to the Exchange Server which I have been using currently. However, I get an error saying that the configuration is invalid and I don't get to save the Incoming and Outgoing server locations. Also, do I need authentication for the same? If yes, of whom should it be? The current Incoming and Outgoing is set to the URL. (Without '/EWS/Exchange.asmx' which is used by default for hosting it on O365.
Any help / links to blogs that effectively explain this would really help.
Thanks !
Supported email service configurations for server-side synchronization
CRM Online only supports Server Side Synchronization with:
Exchange Online in the same tenant in Office365 (mail, tasks, etc.)
Gmail or Yahoo! Mail via POP3/SMTP (mail only)
Anything else is not (yet1) supported.
1 Online to On-Premise SSS is supposed to become supported at some point in the future
There are three ways of handling email processing in CRM:
Server-side synchronization
CRM for Outlook
Email Router
Server-side synchronization does not support hybrid deployments (e.g. CRM Online with Exchange On-premise), as Alex mentions.
I suggest looking into the Email Router. You install it on a machine which is then responsible for synchronizing email messages between CRM and Exchange. For an in-depth explanaion, see Email Router Demystified.
If you also need to synchronize Outlook contacts, tasks and appointments have a look at CRM for Outlook.

Windows SMTP server for email api

I'm architecting a web service where users can update, for example, a blog by sending an email. What's a good email server for Windows for this? Any other advice / examples appreciated!
Thanks,
Jason
Windows Server has built in SMTP, if it meets your needs.

Resources