Fetching messages from ms teams - microsoft-teams

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

Related

On-premise Chatbot unable to receive msg from Teams

We have set up the following network:
chatbot setup
Our internal chatbot is written in C#, and runs in .NET core linux env.
As of now, we are able to use the Bot Framework's Web Cmd to Send and Receive from our Internal Chatbot. But we are unable to use MS Teams to communicate with our Internal Chat Bot. We have set up App ID and App Password in the MS Team's App via App Studio.
We also enabled External App and Sideloading.
Is there any way to troubleshoot this? or is there something we may have missed?
Thanks in advance
As per this documentation, You need to also enable the Teams channel for your bot in the Azure Portal under Bot Management > Channels, for this to work.

Open channels to bot without azure

I have a bot created in Azure, and I want to know if it is possible to open channels for this bot without having to go to Azure, ie through Visual Studio or another tool.
Thanks in advance for the help.
Marcelo,
Unfortunately, you can only configure bot channels through the Azure portal. There are currently no options for automation, REST API, etc. More information can be found here
I want to know if it is possible to open channels for this bot without having to go to Azure
Azure bot service provides a way to easily and conveniently connect a bot to various channels, if you want to connect to the specific channel(s) without Azure, you can check if the specific channel(s) expose REST API for exchanging messages, and then you can try to write your own channel connectors that would take Activity objects and translate them back and forth into the specific channel's message schema.
Note:
1) This github issue discussed "Is it possible to use the BotFramework SDK to connect to channels (telegram, skype...) without need to pay any Azure service?", you can check it.
2) The Bot Framework Emulator works on local, you can connect to a bot running locally.

Could I create a bot in the Enterprise intranet to connect to Lync?

The example in MS Official website is a skybot and needs to register it to Bot Framework developer portal before using it.
Is it possible to connect my bot and Microsoft Lync/Skype for Business in the intranet directly?
How do I do?
No its not possible.
Firstly, lync is not a valid channel for the framework (Skype for Business isn't either,but it seems like the devs might be working on adding Skype for Business)
vote to add skype for business here
They also aren't planning on creating Enterprise only bots source

How do you connect a MS botframework bot to Skype for Business

I published a bot built using the bot framework but I can't figure out how you'd connect it to Skype for Business on an internal Corporate network.
Does any know what the process is?
----- Ed
Skype for Business is not yet supported.
I think he means is there a guide to building a bot for "Skype For Business". I'm looking to build one for our company as well.
FYI - Skype for Business was announced as a new channel today on Build 2017 :)
right now, SFB is already supported by Bot Framework. Please, go to the portal https://dev.botframework.com, select your bot, and look into the channels link. You'll see how to enable & configure your bot to be used within SFB.
Please, feel free to ask me if you have questions
I have successfully deployed my Bot to SFB referring the below link
Bot deployment to Skype For Business
But now, things are little changes, below are the high level steps
Deploy your bot to Azure App service Plan
integrate with SFB channel, azure portal will give you channel specific details. Click on Edit link to get the details on how to integrate your bot.
Azure Portal Bot Channels
Click on "Learn How"
Learn how to integrate Bot to SFB
Once Channel is added, you would need a tenant administrator who can do powershell scripting.
What you need to provide is the default URL of your bot , you can give WebChat URL (which is your default channel), Microsoft Application ID etc.
And then give a nice name to your bot.
After the integration your bot will be active after 24 hours.

MS Office Mobile Service (OMS) for Outlook connection error

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

Resources