invitedUserMessageInfo 资源类型

命名空间:microsoft.graph

invitedUserMessageInfo 对象允许配置 邀请 消息。

属性

属性 类型 说明
ccRecipients recipient collection 应将邀请消息发送到的其他收件人。 目前仅支持一个额外的收件人。
customizedMessageBody String 如果不需要默认消息,则要发送的自定义邮件正文。
messageLanguage String 要发送默认消息的语言。 如果指定了 customizedMessageBody,则忽略此属性,并使用 customizedMessageBody 发送消息。 语言格式应采用 ISO 639。 默认值为 en-US。

JSON 表示形式

下面是资源的 JSON 表示形式

{
  "ccRecipients": [ {"@odata.type": "microsoft.graph.recipient"} ],
  "customizedMessageBody": "string",
  "messageLanguage": "string"
}