Skip to content

ballerina-platform/module-ballerinax-microsoft.outlook.mail

Repository files navigation

Ballerina Microsoft Outlook Mail Connector

GraalVM Check

Microsoft Outlook Mail is the webmail service of the outlook personal information manager software system from Microsoft, available as a part of the Microsoft Office suite.

Ballerina connector for Microsoft Outlook Mail provides you the capability to access Microsoft Cloud service resources. The connector internally uses the Microsoft Graph that provides REST web APIs. This version of the connector supports most of the mail service-related operations.

For more information, go to the module(s).

Building from the Source

Setting Up the Prerequisites

  1. Download and install Java SE Development Kit (JDK) version 11 (from one of the following locations).
  • Oracle

  • OpenJDK

    Note: Set the JAVA_HOME environment variable to the path name of the directory into which you installed JDK.

  1. Download and install Ballerina Swan Lake

Building the Source

Execute the commands below to build from the source.

  • To build the package:
    bal build ./ballerina
    
  • To test the package after build:
    bal test ./ballerina
    

Contributing to Ballerina

As an open source project, Ballerina welcomes contributions from the community.

For more information, go to the contribution guidelines.

Code of Conduct

All contributors are encouraged to read the Ballerina Code of Conduct.

Useful Links