Top "Office365" questions

Microsoft Office 365 includes service APIs for the hosted versions of Exchange Server, SharePoint, Lync, and Yammer.

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 …

c# exchange-server office365 sendmail system.net.mail
'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 = commandToRun; …

powershell azure office365
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 …

php email ssl phpmailer office365
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: "[email protected]" pass: "mypassword" …

office365 outlook-web-app office365-apps
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 …

c# exchange-server office365 system.net.mail
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 …

laravel email outlook smtp office365
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 …

powershell export office365
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 …

oauth ms-office office365
Exception using default SMTP credentials on Office365 - Client was not authenticated to send anonymous mail during MAIL FROM

I'm using NLog to send logs as email with a custom mail target. I am sending from my office365 account …

c# email authentication smtp office365
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 …

smtp jakarta-mail office365