Questions tagged [office365]

Microsoft Office 365 includes service APIs for the hosted versions of Exchange Server, SharePoint, Lync, and Yammer. These APIs give you access to Files, Sites, Calendar, Contact, Mail, Notes and other data stored in Office 365. Many of these are also available via the Microsoft Graph. Additionally, there are APIs for integrating with add-ins for SharePoint, Word, Excel, PowerPoint, Outlook, and OneNote.

Microsoft Office 365 is a commercial software plus services offer from Microsoft Corporation that includes the Microsoft Office suite of desktop applications plus hosted versions of Microsoft's Server products (including Exchange Server, SharePoint Server, and Lync Server) delivered and accessed over the Internet. Considered the next version of Business Productivity Online Services (BPOS), Office 365 was launched on June 28, 2011.

Office 365 is offered in a number of different plans designed for different needs and market segments. These include:

  • Office 365 for enterprise: Designed for businesses with internal or partner-supported IT staff and resources. Add on plans are available for information workers with dedicated PCs and kiosk workers (such as baristas or physicians) who share a PC and need only Web-based access.
  • Office 365 for small business: Designed for businesses without dedicated IT staff or resources.
  • Office 365 for education: Designed for schools and a replacement for the Office Live@edu service.

Microsoft has said that Office 365 will receive updates on a 90-day cycle. It has also mentioned that Microsoft Dynamics CRM Online will be available as an option with Office 365 starting sometime in 2011, as will Windows Intune, a tool for monitoring and optimizing PCs

8833 questions
15
votes
4 answers

Windows Azure Active Directory and Office 365 integration

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…
Georges
  • 213
  • 2
  • 3
  • 5
15
votes
3 answers

Get ADFS Token in Powershell

We have an ADFS 2.0 Environment that is used to federate our Active Directory domain with Office 365. Recently we had an issue where the cluster stopped responding which in turn broke email/calendar access for all of our users. As we don't have any…
Justin
  • 415
  • 2
  • 5
  • 9
15
votes
2 answers

Office 365 profile avatar picture

We have a system that will integrate in some ways with Office 365, and we would like to use the profile picture set by the user in the Office 365 system, rather than storing this image/reference ourselves. However, I can't find any way of accessing…
Miika L.
  • 3,333
  • 1
  • 24
  • 35
14
votes
1 answer

MailKit C# SmtpClient.Connect() to Office 365 generating exception: "An existing connection was forcibly closed by the remote host"

I have a problem sending email via Office 365 SMTP and MailKit. The exception I get is: Unhandled Exception: System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote…
Ogglas
  • 62,132
  • 37
  • 328
  • 418
14
votes
1 answer

OneDrive for Business API issues on Discovery and Authorization

I've been trying to implement OneDrive Business API according to this OneDrive Release Notes. We've already implemented OneDrive end users API without any issue. First obvious thing to do is to handle OAuth2 authentication to get right tokens, first…
Juan
  • 141
  • 3
14
votes
4 answers

Uncaught TypeError: window.external.GetContext is not a function

I have created an angular app and wanted to use JS API library into it. I want to use this app inside Office 365 Outlook. However, I am getting the following error: Uncaught TypeError: window.external.GetContext is not a…
Spartan
  • 191
  • 1
  • 9
14
votes
2 answers

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

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…
Prasad De Silva
  • 836
  • 1
  • 12
  • 22
14
votes
2 answers

Authorize a client to browse Office365 Graph API

I am trying to develop a webapp to let a user browse his Active Directory contacts. I have two accounts: one to register the application (developer account) and the other that would be the general user who have access to Office365 (user account). I…
pasine
  • 11,311
  • 10
  • 49
  • 81
14
votes
3 answers

How to authenticate to Office 365 portal via C#

I have an Exchange tenant with Microsoft (company.onmicrosoft.com), an admin account (admin@company.onmicrosoft.com), and the admin page through which I manage my (settings). Recently, there is a project I took on to automatically parse some web…
user3204117
  • 141
  • 1
  • 1
  • 4
13
votes
7 answers

How to get OAuth2 access token for EWS managed API in service/daemon application

Scenario I have an Exchange Online environment and service/daemin (no interactive user) application on the Azure VM. Service uses EWS managed API to work with emails in the mailbox of any tenant user. Now EWS client uses Basic authentication that,…
Oleksii
  • 311
  • 1
  • 3
  • 10
13
votes
4 answers

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

PSCommand commandToRun = new PSCommand(); commandToRun.AddCommand("Connect-MsolService"); commandToRun.AddParameter("Credential", new PSCredential(msolUsername, msolPassword)); powershell.Streams.ClearStreams(); powershell.Commands =…
Aathira
  • 655
  • 3
  • 14
  • 31
13
votes
1 answer

Office365 Reporting REST API - "The query is invalid."

How come I'm able to query Office365's Reporting API using the following…
Paul Calabro
  • 1,748
  • 1
  • 16
  • 33
13
votes
1 answer

Microsoft.Owin.Security.OpenIdConnect with Azure Active Directory authentication ticket lifetime

I am building a multi tenant web app that connects Office 365 services using Microsoft.Owin.Security.OpenIdConnect, Version=3.0.0.0 and Azure Active Directory with Microsoft.IdentityModel.Clients.ActiveDirectory, Version=2.19.0.0 following this…
Benoit Patra
  • 4,355
  • 5
  • 30
  • 53
13
votes
6 answers

Determine if connect-msolservice has already been successfully called

I am writing an Office 365 assistance tool in PowerShell and have what I think is a simple question I can't find the answer to. How can I tell if a connection as created by Connect-MsolService is present and active? There must be some way to know…
MikeBaz - MSFT
  • 2,938
  • 4
  • 28
  • 57
12
votes
5 answers

Excel UNIQUE Across Columns

Is it possible for the new function UNIQUE to be used across various columns & have the output spill into a single column? Desired output is UNIQUE values in one single column based on all of the values present in Columns: A, B, & C (duplicates in…
urdearboy
  • 14,439
  • 5
  • 28
  • 58