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
80
votes
1 answer

EWS API - Error when recreating notification subscriptions

When working with pull subscriptions to Office365 calendar folders, I've been getting a lot of ErrorReadEventsFailed messages in the SendNotification request. This error essentially means that the subscription can no longer be found, and the server…
jstruzik
  • 1,440
  • 10
  • 19
72
votes
9 answers

Unable to send SMTP mails using office365 settings

I am using SMTP mail for sending mail using Laravel. Everything working perfect other than office365 mail settings. Settings I have used is as below: SMTP HOST = smtp.office365.com SMTP PORT = 587 SMTP ENCRYPTION = tls SMTP USER =…
Milind Patel
  • 2,677
  • 4
  • 14
  • 31
70
votes
10 answers

Send SMTP email using System.Net.Mail via Exchange Online (Office 365)

We are testing the new Office 365 beta, and i have a mail account on the Exchange Online service. Now I'm trying to connect a LOB application that can send smtp emails from my test account. However the Exchange 365 platform requires TLS encryption…
Adam Stewart
  • 1,983
  • 1
  • 18
  • 25
33
votes
0 answers

LibXL: excel cross-sheet formulas not updated

I'm dealing with a problem with libXL and Office365. I created an Excel file with Office 365: a simple formula which shows the content of a cell from another sheet. Then I proceeded to write something in that source cell through libXl. When I open…
Davide
  • 439
  • 3
  • 8
33
votes
1 answer

Get started with Office 365 REST API

I'm sure related questions have been asked, but I cannot find this answer. I'm trying to make a simple ruby api wrapper for Office 365, and I can't figure out how to get an oauth app created (secret/token/callback url/. In everyone else's oauth/api…
Troy Anderson
  • 616
  • 1
  • 6
  • 10
30
votes
6 answers

How to send SMTP email for office365 with python using tls/ssl

I am trying to send an email from my office365 corporate account using python. I am new to python. This code previously worked when using my hotmail account, however now that I have a need to send confidential information, I must use my corporate…
TKerr
  • 485
  • 1
  • 4
  • 7
28
votes
4 answers

Connection to Office 365 by EWS API

I am using EWS API in my console application to process mailbox items and my connection script looks like ExchangeService service = new ExchangeService(ExchangeVersion.Exchange2007_SP1); service.UseDefaultCredentials =…
Muflix
  • 6,192
  • 17
  • 77
  • 153
27
votes
3 answers

How to read SharePoint Online (Office365) Excel files in Python with Work or School Account?

I am a university student and I have registered as an Office 365 Education user via my university Email address. I usually log into https://www.office.com with my Email account: alice@abc.edu. The path to my profile is like:…
hsluoyz
  • 2,739
  • 5
  • 35
  • 59
27
votes
5 answers

550 5.7.1 Client does not have permissions to send as this sender (office365)

I m trying to send email with following configuration Host: smtp.office365.com port: 587 user: myemail@example.com pass: "mypassword" I'm getting the following exception: 550 5.7.1 Client does not have permissions to send as this sender I have…
roanjain
  • 1,252
  • 4
  • 14
  • 32
27
votes
10 answers

Setting up PHPMailer with Office365 SMTP

I am attempting to set up PHPMailer so that one of our clients is able to have the automatically generated emails come from their own account. I have logged into their Office 365 account, and found that the required settings for PHPMailer are: Host:…
JosephGarrone
  • 4,081
  • 3
  • 38
  • 61
25
votes
1 answer

Authenticating Sharepoint site from background service and uploading file

I'm trying to authenticate up against Sharepoint so that it's possible for me to upload files onto a specific Sharepoint site. I'm trying to use an X.509 certificate to retrieve the access token, but I keep getting (401): Unauthorized. Here's the…
Detilium
  • 2,868
  • 9
  • 30
  • 65
24
votes
11 answers

DavMail + Office365

Does anyone know what Exchange OWA URL I should use for connecting to Office 365 via DavMail? Tried: https://portal.microsoftonline.com/ https://pod51013.outlook.com/ews/exchange.asmx https://pod51013.outlook.com/owa/ Many thanks
Glen
  • 241
  • 1
  • 2
  • 4
24
votes
2 answers

Powershell export-csv with no headers?

So I'm trying to export a list of resources without the headers. Basically I need to omit line 1, "Name". Here is my current code: Get-Mailbox -RecipientTypeDetails RoomMailbox,EquipmentMailbox | Select-Object Name | Export-Csv -Path "$(get-date -f…
Shaun Z.
  • 379
  • 1
  • 3
  • 11
23
votes
4 answers

Office 365 development API like Google Docs?

Is there a Office 365 development API like Google Docs? I was searching web but I was unable to find.
Robert Grezan
  • 1,266
  • 3
  • 13
  • 27
22
votes
4 answers

How to mailto to office 365?

How to mailto to office 365 like this one on the gmail - Open Gmail on mailto: action. I have this link: https://outlook.office365.com/owa/#viewmodel=IMailComposeViewModelFactory but I have no idea for recipient parameter to put in the TO. Please…
mak
  • 350
  • 2
  • 4
  • 11
1
2 3
99 100