Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
5,770 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Is it possible to create smtp connector for Excahnge online by programming with grahpe Api ?
No, that's not possible. The Graph API does not currently cover any Exchange Online admin operations, such as creating a connector. If you need to create such programmatically, your only option is to use PowerShell and the New-InboundConnector/New-OutboundConnector cmdlet.