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
22
votes
4 answers

How to save Lync conversation history when Corp has blocked this feature?

I am using Lync 2010 (4.0.7577.4356), which we use on my small development team for IM'ing. Lots of technical Q&A are handled through this program and lots of other items that need to be documented. Unfortunately, our parent company has a policy…
Justin
  • 369
  • 1
  • 6
  • 14
21
votes
5 answers

Office 365 IMAP authentication via OAuth2 and python MSAL library

I'm trying to upgrade a legacy mail bot to authenticate via Oauth2 instead of Basic authentication, as it's now deprecated two days from now. The document states applications can retain their original logic, while swapping out only the…
quickshiftin
  • 66,362
  • 10
  • 68
  • 89
20
votes
5 answers

Office 365 XOAUTH2 for IMAP and SMTP Authentication fails

Recently the support for OAuth 2.0 for IMAP and SMTP in the Exchange Online has been announced. Following the guide I've set up the application permissions and IMAP and SMTP connection. The application is configured as Accounts in any organizational…
ledniov
  • 2,302
  • 3
  • 21
  • 27
20
votes
3 answers

Can I send SMTP email through Office365 shared mailbox?

We are thinking about moving to O365; however, we developed software that uses our current Exchange server to send email both to external users as well as to a support box when errors occur. I've been testing this to ensure that the code we have in…
RHarris
  • 10,641
  • 13
  • 59
  • 103
20
votes
3 answers

Microsoft Graph Api User.Read.All Not granted for my domain

I am getting the following error or status Not granted for my domain. see the attached document Is this because my role is User? I tried to find who is Azure AD Global Administrator? I followed the following steps: Log into the Azure Portal…
ozil
  • 6,930
  • 9
  • 33
  • 56
19
votes
1 answer

Mapping Office365 REST Calendar IDs to EWS CalendarItem IDs

Using Exchange push notifications I've been creating a service that syncs over calendar data from Office365 users. I've been using a combination of the Office365 Calendar REST API (to get and manage calendars) and the EWS API (to subscribe to…
jstruzik
  • 1,440
  • 10
  • 19
18
votes
7 answers

Jenkins and Office365 email notification settings

Environment: Windows 2008 R2 Jenkins 1.580.2 LTS Mailer plugin 1.12 Email Extension Plugin 2.39 Java 8 I have some problems with configuring my Jenkins CI server to send email notifications after moving to the Business account in Office365. So…
sturman
  • 563
  • 1
  • 4
  • 19
18
votes
4 answers

Send javamail using Office365

I'm having trouble configuring the SMTP settings for sending mail using javax.mail (1.4.4) through Office365, so I thought I'd post the properties here for others.
Will
  • 6,179
  • 4
  • 31
  • 49
17
votes
2 answers

How to distribute private office add-ins?

We have a small excel app to complement our SaaS product. Standalone it's useless and because of that I have big problems getting it into the office app store. And actually it doesn't make any sense there, it's just for our users. But how else can…
peter
  • 14,348
  • 9
  • 62
  • 96
17
votes
1 answer

Place comments through Office Javascript API 1.1

My task is to place a comment via Office Javascript API in a Word document (.docx) compatible to Word 2007 or later. I found, that there is no direct way to do this via Microsoft API. Since I am able to pass OOXML to the Word document, I thought…
rzo1
  • 5,561
  • 3
  • 25
  • 64
17
votes
8 answers

Send SMTP email testing Microsoft Office 365 in .net

i have a mail account on the Exchange Online service. Now i'm trying to test if i am able to send mails to customers ( on varoius domains and on Microsoft Office 365) through c# application I tried implementing the below code but i am getting the…
user166013
  • 1,411
  • 4
  • 21
  • 37
16
votes
1 answer

Strategies to prevent email scanners from activating "unsubscribe" links

I'd like to provide a single-click "Unsubscribe" links in the footer of the emails my service sends. Obviously, many spam scanners will scan emails, and will follow any links found in the emails to scan their contents for malware. A workaround I…
Pēteris Caune
  • 43,578
  • 6
  • 59
  • 81
16
votes
2 answers

Office365 API - Accessing another users/room's calendars

I'm attempting to build an application that will have access to all of an organization's calendars (users, rooms, etc). Currently my auth flow will sign in on behalf of a tenant user and make use of refresh tokens to access needed resources. As soon…
jstruzik
  • 1,440
  • 10
  • 19
15
votes
3 answers

VSTO Add in for Office 365

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 ?
Cannon
  • 2,725
  • 10
  • 45
  • 86
15
votes
3 answers

Microsoft Graph - PopAuthenticatorInvalidSignature errors when patching to calendar events

We're seeing errors with the graph api when making a PATCH request to https://graph.microsoft.com/v1.0/me/calendars/$(CALENDAR_ID)/events/$(EVENT_ID). This is in an integration that has been in production for some time and we've never seen this…
Alexander Soto
  • 395
  • 2
  • 12