---
title: body
framework: messageui
role: symbol
role_heading: Instance Property
path: messageui/mfmessagecomposeviewcontroller/body
---

# body

The initial content of the message.

## Declaration

```swift
var body: String? { get set }
```

## Discussion

Discussion If you want to provide initial content in the body of a message, do so before you display it. After the message is displayed you cannot change the value of this property.

## See Also

### Setting the initial message information

- [recipients](messageui/mfmessagecomposeviewcontroller/recipients.md)
- [subject](messageui/mfmessagecomposeviewcontroller/subject.md)
- [message](messageui/mfmessagecomposeviewcontroller/message.md)
