# Microsoft Outlook

> Send, read, and manage email messages and calendar events in Microsoft Outlook.

Source: https://cotera.co/docs/reference/tools/individual-tools/microsoft-outlook

---

**Authentication Type:** OAuth\
**Description:** Send, read, and manage email messages and calendar events in Microsoft Outlook.

***

## Beta Notice

**This tool is currently in beta testing and not yet available for general use.**

To get the Microsoft Outlook tool added to your Cotera workspace, please contact our support team at [support.cotera.co](https://support.cotera.co).

***

## Mail

Read, draft, and send email messages in a mailbox.

### Get Many Messages

Get many messages from a mailbox to retrieve email history with optional filtering, search, and field selection.

**Operation Type:** Query (Read)

### Get Message

Get a single message by ID to retrieve full email content, sender, recipients, and metadata.

**Operation Type:** Query (Read)

### Create Draft

Create a draft email message to prepare a message with recipients, subject, and body without sending it.

**Operation Type:** Mutation (Write)

### Send Message

Send an email message to deliver it to one or more recipients.

**Operation Type:** Mutation (Write)

## Calendar

Schedule and manage calendar events.

### Get Many Events

Get many calendar events to retrieve scheduled meetings and appointments across a date range.

**Operation Type:** Query (Read)

### Get Event

Get a single calendar event by ID to retrieve full event details, attendees, and location.

**Operation Type:** Query (Read)

### Create Event

Create a calendar event to schedule a new meeting or appointment with a subject, time, location, and attendees.

**Operation Type:** Mutation (Write)

### Update Event

Update a calendar event to change details such as time, location, or attendees.

**Operation Type:** Mutation (Write)

### Delete Event

Delete a calendar event to remove a meeting or appointment from the calendar.

**Operation Type:** Mutation (Write)

