office365

Unable to connect bot to Skype For Business Online

痴心易碎 提交于 2019-12-08 04:57:22
问题 I am unable to connect my bot to Skype For Business (SFB) Online. I have followed below URL for the same - https://msdn.microsoft.com/en-us/skype/Skype-For-Business-Bot-Framework/docs/overview I am the global administrator of my Office 365 account and have the privileges to connect the bot to SFB Online. It has been more than 8 hours the bot has been registered. The first command (Import-PSSession) works fine. The second command (New-CsOnlineApplicationEndpoint) gives below error - Cmdlet

How can I upload files to Office365 SharePoint with Perl?

我们两清 提交于 2019-12-08 04:25:49
问题 Can someone please advise on uploading files to Office365 SharePoint? I believe this should be done using the DAV protocol, so HTTP::DAV should be right library for that, but how to code it to make it work with Office365 ? Each account hosted with Office365 has a TeamSite website, which hopefully can be accessible with DAV. Please advise. 回答1: Upload large documents to SharePoint site using WebClient class gives an example of using DAV to upload a document. WebClient oWebClient = new

Return all email metadata in Office 365 Mail REST API preview

情到浓时终转凉″ 提交于 2019-12-08 04:13:47
问题 How do I return all the metadata from the Mail REST API that is part of Office 365 APIs Preview? The msdn docs seem to be indicating that you send an Accept header with the value of " application/json;odata.metadata=full ", but that results in the limited number of properties being returned and doesn't include the body of the email. http://msdn.microsoft.com/en-us/library/office/dn605901(v=office.15).aspx I have also tried " odata=verbose " with the same result. Here is the json that gets

Is it possible to use OAuth 2.0 for Office365 SMTP?

馋奶兔 提交于 2019-12-08 03:43:27
I have an email application for sending emails that was written in house. We have set it with the option to use OAuth 2.0 with GMail (personal and business accounts) and Outlook.com accounts without issues. We can also authentication with user ids and passwords but we prefer OAuth 2.0 as we don't save passwords anywhere that way. We now have requests to do this for Office365 accounts. I notice that the hello message on the Office365 smtp server (smtp.office365.com port 587) does not offer the XOAUTH2 option. 250-BY2PR0601CA0005.outlook.office365.com Hello [xx.xx.xx.xx] 250-SIZE 157286400 250

Find the dirty(edited) cell/cells from excel sheet using Excel JavaScript API

匆匆过客 提交于 2019-12-08 03:40:15
问题 I am using office 365 and Excel online (Build 16.0.9403.1875). and I am creating Microsoft Excel online Add-ins, using Excel javascript API. How to find the dirty cell/cells from excel sheet using Excel Javascript API . If a cell is edited by value / formula / format, that became dirty. So I need to find, what are all the cells are dirty(edited) from range of cells. For Reference, Please find calculate method in this link. Advance Thanks. 回答1: There is no Excel JavaScript API that will return

Load document from local filesystem to Office online

ぃ、小莉子 提交于 2019-12-08 03:34:49
问题 I would like to load/save a file directly from the local filesystem in Word online (without uploading it to onedrive). Since this is not part of the default functionality I am trying to determine if this would be possible with an addin. The loading part: The Document object gives access to body load and save Methods however the documentation is unclear (to me) for load: Fills the proxy object created in JavaScript layer with property and object values specified in the parameter. It seems

Office 365 Calendar API trigger call to app based on creating event

China☆狼群 提交于 2019-12-08 03:29:59
问题 Whenever an event gets created or edited in the Calendar, I would like the Office 365 Calendar API to notify my web application (written in Meteor JS and JavaScript). How can I achieve this? 回答1: Thanks for your question and interest in Office 365 REST APIs! We currently don't have support for notifications but this is ranked high on our roadmap and we are looking into it. Please let me know if you have any questions or need more info. Thanks, Venkat 来源: https://stackoverflow.com/questions

Unable to execute two Office 365 commands simultaneously using different accounts in C#

自作多情 提交于 2019-12-08 03:28:22
问题 I am trying to query the users of two different Office 365 accounts simultaneously using C#. It works fine when trying from two Powershell Windows or when connecting and getting users one account after other by code. But not working when doing simultaneously using code. On checking I found that only one log file is generated when trying from C#. But two different log files are generated when trying from PowerShell window. Log folder location: %userprofile%\appdata\Local\Microsoft\Office365

How to use Fabric React on an existing Office Web Add-In project?

最后都变了- 提交于 2019-12-08 03:17:14
问题 It is possible to use office-ui-fabric-react on an existing Office Web Add-In project such as Word and Excel web add-in projects? Any preferred way to achieve this? Upon trying to run this from the root of my project, a lot of dependencies are missing: npm --save install office-ui-fabric-react It seems that it's not possible to use Fabric React without using create-react-app and creating a new "JavaScript > From Existing Node.js code" project. 来源: https://stackoverflow.com/questions/45187263

How to get MIME content of Office365 mail using Microsoft Graph API?

杀马特。学长 韩版系。学妹 提交于 2019-12-08 02:04:52
问题 How to get MIME content of the Office365 mail using Microsoft Graph API so that i can create EML file? Or is there other way to create EML file of the mail found in Office365 using Microsoft graph API? I have already tried using EWS API but want to use Graph API. Thanks in advance 回答1: There is no support for MIME in Graph or Exchange REST at this time. Use EWS. 回答2: Microsoft Graph have an API to returning MimeMessage. That is https://graph.microsoft.com/beta/me/messages/{Id}/$value You