# T42Meeting

**Kind**: interface | **Module**: [Outlook](https://docs.interop.io/adapters/reference/javascript/outlook/index.md)

**Source**: https://docs.interop.io/adapters/reference/javascript/outlook/t42meeting/index.html

This is a composite value that describes a meeting.

## Properties

- **`attachments`** (`T42Attachment[]`, required)
  An array of identifiers for the attachments to the meeting.
- **`bcc`** (`T42Contact | T42Contact[]`, required)
  The blind co-recipient(s) of the meeting.
- **`body`** (`string`, required)
  The body text of the meeting, formatted as a plain string.
- **`cc`** (`T42Contact | T42Contact[]`, required)
  The co-recipient(s) of the meeting.
- **`entityType`** (`number`, required)
  The entity type identifier for the meeting.
- **`ids`** (`T42Id[]`, required)
  The originator of the meeting.
- **`reminderTime`** (`Date`, required)
  The reminder time of the meeting.
- **`sender`** (`T42Contact`, required)
  The sender of the meeting.
- **`subject`** (`string`, required)
  The subject field of the meeting.
- **`to`** (`T42Contact | T42Contact[]`, required)
  The primary recipient(s) of the meeting.

## Related types

- [T42Attachment](https://docs.interop.io/adapters/reference/javascript/outlook/t42attachment/index.md)
- [T42Contact](https://docs.interop.io/adapters/reference/javascript/outlook/t42contact/index.md)
- [T42Id](https://docs.interop.io/adapters/reference/javascript/outlook/t42id/index.md)
