38.6. 邮件内容
Camel 使用消息交换的 IN body 作为 MimeMessage 文本内容。正文转换为 String.class。
Camel 将所有交换的 IN 标头复制到 MimeMessage 标头。
MimeMessage 的主题可以使用 IN 消息的 header 属性进行配置。以下代码演示了这一点:
同样适用于其他 MimeMessage 标头,如接收者,因此您可以使用与 To 相同的标头属性:
使用 mailProducer 时,应可以从 Camel 消息标头中使用键 CamelMailMessageId 获取 MimeMessage 的消息 ID。