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
2
votes
2 answers

Can I debug a workflow on Office 365?

I have a question about Sharepoint Online debugging. I've created a Sharepoint app with Visual 2015, destined to sharepoint-online and it's sharepoint hosted. Inside, I have a very simple workflow. When I try to debug it, the following message…
2
votes
0 answers

Writing C# code to send an email with office 365

This seems like it should be simple to me, but I cannot get it to work. I can easily send emails with code like this: [OperationBehavior(Impersonation = ImpersonationOption.Required)] public static void sendEmail(string toEmail, string…
TizzyFoe
  • 1,489
  • 1
  • 15
  • 28
2
votes
1 answer

How to get document preview image using SharePoint CSOM

I would like to programmatically retrieve thumbnails of documents from SharePoint. What I'm trying to do is the following: document.GetImagePreviewUrl(width, height, clientType); This just returns an empty ClientResult. I am not sure what to enter…
Targa
  • 115
  • 1
  • 9
2
votes
2 answers

Two-way communication between VSTO add-in and a Task Pane app (JS/HTML)

Is it possible to have a VSTO add-in and a JS/HTML based Task Pane app talk to each other when running inside desktop Office application? The goal would be to bridge capabilities not yet present (or never will be present) in the x-platform Office…
Sameera
  • 1,025
  • 13
  • 36
2
votes
1 answer

Office 365 REST API - prevent global attendee updates on new calendar invite

I'm using the Office 365 Calendar REST API (specifically the "Update Events" calls) to add and remove attendees. Would like to add invitees without triggering an update to all attendees. The docs clearly state: "If the user is the organizer, the…
papercowboy
  • 3,369
  • 2
  • 28
  • 32
2
votes
1 answer

Error sending email with CI3 via Office365 - SSL operation failed with code 1

I'm using CI3 and its Email library to send email over Office365 SMTP server. This is my code: $config['mailtype'] = 'html'; $config['smtp_crypto'] = 'tls'; $config['protocol'] = 'smtp'; $config['smtp_host'] =…
rannt
  • 75
  • 1
  • 4
  • 12
2
votes
1 answer

"Open link in new tab" in browser vs. "target=_blank" in HTML

I am working on a plugin for Outlook Web Access. My plugin is simply a button using tag with target='_blank' which sends the user to another page. Based on the document from Microsoft: In supported Web clients, such as Excel Online and Outlook Web…
Ali
  • 133
  • 4
  • 12
2
votes
1 answer

Office 365 unified api (preview) group files returning 500 internal server error only in some tenants

I have been successfully using the Office 365 unified API to link my multi-tenanted SaaS application to Office 365 and return files for unified groups. I am achieving this using the ADAL library and Unified API nuget package. We have requested the…
Paul
  • 23
  • 2
2
votes
1 answer

How to get Exchange Identity Token in JSON?

Outlook API returns "an identity token" using Office.context.mailbox.getUserIdentityTokenAsync(callback, userContext); (https://msdn.microsoft.com/en-us/library/office/fp142236.aspx). I'm trying to get the JSON out of the base-64 URL encoded…
Elfayer
  • 4,411
  • 9
  • 46
  • 76
2
votes
0 answers

How can I get a list of rooms from O365?

I want to get all rooms/ressources from Office365. I didn't find a way to get the rooms via o365 Api. As I looked to other stackoverflow questions, the Office EWS seem to be the only way to get the rooms. I tried it, but I don't get any…
AJRames
  • 135
  • 1
  • 11
2
votes
1 answer

WIF: "The signing token Generic XML token ... has no keys"

For a customer I am trying to get a token from MicrosoftOnline (office 365) using ADFS OnPrem. In short: Request a token from OnPrem STS (Adfs) Send the received token to the Federated STS (MicrosoftOnline) Now, I do have working code that sends…
Claudio R.
  • 21
  • 1
2
votes
1 answer

Import contact from Outlook api access forbidden

I'm trying to get all the contacts from the current user connected via the Oauth2 Microsoft Online, i did the Oauth2 thing right but when i call the url for the api http://outlook.office.com/api/v1.0/me/contacts I got an empty string and this in the…
Roadirsh
  • 571
  • 5
  • 23
2
votes
1 answer

Paging issues with Office 365 Calendar API

I'm experiencing some weird issues with paging in the Office 365 REST API. When fetching all events of a user in batches with the following request (of course, updating the skip parameter on every…
P44T
  • 1,109
  • 12
  • 21
2
votes
1 answer

Sharepoint 365 and SQL Access

I am new to SharePoint Online in Office 365 and I am trying to create an asp page that gets data from certain lists using CAML queries. But was wondering if there is a way that I can do this using SQL? (by connecting directly the SharePoint to SQL…
LeneyBelle
  • 63
  • 1
  • 5
2
votes
2 answers

OAuthMissingForThisService Authentication for this service requires OAuth

Why are we no longer able to query the office365 REST URL to get messages? Last week I was able to read message by going to URL: https://outlook.office.com/api/v1.0/me/messages and now I can only get this…
André Godin
  • 105
  • 2
  • 7
1 2 3
99
100