Send Email from Hotmail.com, Live.com, or Outlook.com

Question:  I want my desktop application (or script) to send email from my Hotmail.com account (or my Live.com or Outlook.com account).  My application will connect to the SMTP server for hotmail.com, authenticate using OAuth2, and send the email.  I want to use Chilkat’s MailMan class to do it.  I’m completely lost.  Where do I even begin? Answer: I fully understand […]

Microsoft Graph, Outlook, OAuth2, Resources, Audiences…

Here I’m just relaying bits of knowledge from a great Chilkat customer… “I learned meanwhile that Microsoft doesn’t like mixing “resources”, so if you request something from “Graph” resource and “Outlook” resource, they are incompatible resources, so you have to request different tokens for both, or request resource for only Graph and then refresh token only for “Outlook” resources – […]

Outlook vs. Mail Servers

Question: I am using your email ActiveX control and wanted to know if there is a way to update MS Outlook in the sent folder with the email I am sending with your control? Answer: Email clients communicate with email servers using a well-known protocol. Email clients do not generally communicate with other email clients. Here is a non-exhaustive list […]