office365

How to access a document library in a sharepoint online site using MS graph

喜夏-厌秋 提交于 2019-12-21 20:47:43
问题 I am able to access the documents on my one drive with requests like this one: https://graph.microsoft.com/v1.0/me/drive/root/children I am able to access a document library of a root sharepoint site of my company with a request like this: https://graph.microsoft.com/v1.0/drive/root/children It gives me the contents of the "root" library: https://<my company>.sharepoint.com/Shared%20Documents I am not able to access the document library of a SP subsite I created. e.g. this one: https://<my

Using PHP and LDAP to connect to Microsoft Office 365

你离开我真会死。 提交于 2019-12-21 19:27:25
问题 The company that I work for has migrated their local exchange to a hosted Office 365 solution. We are in the process of building out several externally(to our local network) hosted websites and would like to use LDAP authentication to build upon our existing, hosted user base. Can anyone explain or point to some documentation of a way to use PHP and LDAP to connect to a remotely hosted AD (in this case Office 365) and authenticate users to it? Thank you for your time and effort. 回答1: This is

Using PHP and LDAP to connect to Microsoft Office 365

我是研究僧i 提交于 2019-12-21 19:26:09
问题 The company that I work for has migrated their local exchange to a hosted Office 365 solution. We are in the process of building out several externally(to our local network) hosted websites and would like to use LDAP authentication to build upon our existing, hosted user base. Can anyone explain or point to some documentation of a way to use PHP and LDAP to connect to a remotely hosted AD (in this case Office 365) and authenticate users to it? Thank you for your time and effort. 回答1: This is

Read emails from exchange online (Office 365) through windows forms application

馋奶兔 提交于 2019-12-21 09:25:24
问题 I am trying to read emails from my O365 mailbox through a windows forms application. I want my application to read emails from O365 mailbox using my username and password. Is it possible to access the O365 api without registering the application on the Azure? (only using user credentials) I followed this article on msdn, https://msdn.microsoft.com/en-us/library/office/dn567668(v=exchg.150).aspx I have an issue in this line: result = context.AcquireToken(resourceId, ClientID, _returnUri); //

VSTO Add in for Office 365

家住魔仙堡 提交于 2019-12-21 07:23:14
问题 I have a couple of Excel Add ins. If I move to Office 365, will these add ins be available ? Is there any development support(VSTO) for Office 365 ? 回答1: I to have been curious about the answer to this, so went looking online. From the following site, I'd say the answer is no. It looks like developing for Office 365 is more along the lines of SharePoint development. http://blogs.msdn.com/b/donovanf/archive/2011/06/29/office-365-developer-guidance-and-resources.aspx I have seen advertisements

Utilizing OAuth2 for Office365, through Exchange ActiveSync (EAS)

心已入冬 提交于 2019-12-21 05:49:09
问题 The blog post: Announcing Exchange ActiveSync v16.1 states that: While not a part of EAS 16.1, we also want to note that both Office 365 and Outlook.com customers can now utilize the OAuth 2.0 protocol for authorization through EAS. My question is: which scope should I use in the oauth request? Is there an example, perhaps of the full request? Note : there was a similar question about using OAuth for Office365 with IMAP, but here I'm specifically asking about ActiveSync . I referenced this

Access denied office 365 / SharePoint online with Global Admin account

梦想与她 提交于 2019-12-21 05:15:11
问题 I am going crazy since two days solving an issue. The problem is; I am making a console APP which is talking to SharePoint Online using global admin account (One which was specified as admin while making a new subscription). What I am trying to achieve is, I want to add a custom action using CSOM to each site collection and subsite of office 365. That code works fine except on the root site collection which is pre-created by office 365 while signing up (i.e. https://xyz.sharepoint.com) For

Windows Azure Active Directory and Office 365 integration

久未见 提交于 2019-12-21 03:30:27
问题 In my company, we are using Office365 for our emails. In addition to this, we are using Windows Azure Active Directory to secure some applications. Now I've been asked to create some kind of link between our users in Office 365 and Windows Azure Active Directory. The point would be to have some admin applications deployed and secured with WAAD but for which the users are the ones from Office365. I've found lots of documentation on the web on how to sync directories but not really anything

'Connect-MsolService' is not recognized as the name of a cmdlet

£可爱£侵袭症+ 提交于 2019-12-21 02:43:26
问题 PSCommand commandToRun = new PSCommand(); commandToRun.AddCommand("Connect-MsolService"); commandToRun.AddParameter("Credential", new PSCredential(msolUsername, msolPassword)); powershell.Streams.ClearStreams(); powershell.Commands = commandToRun; powershell.Invoke(); I am trying to run above code in visual studio and getting the following error : The term 'Connect-MsolService' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the

File attachments showing as message entities in Microsoft Graph API

半腔热情 提交于 2019-12-20 23:49:49
问题 Recently we've noticed that the Microsoft Graph API has been returning file attachments as message entities returned from the /me/messages endpoint. The scenario to reproduce is as follows: Send yourself an email (or have someone else send you an email) with one or more file attachments Run the following query in Graph Explorer: https://graph.microsoft.com/v1.0/me/messages Notice that there will be one object which represents the email itself (this is correct behaviour) and one or more