attendeeBase 资源类型
命名空间:microsoft.graph
与会者类型。
由 recipient 派生。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"type": "String",
"emailAddress": {"@odata.type": "microsoft.graph.emailAddress"}
}
属性
属性 | 类型 | 说明 |
---|---|---|
emailAddress | emailAddress | 添加与会者姓名和 SMTP 地址。 |
type | attendeeType | 与会者类型。 可能的值包括 required 、optional 、resource 。 目前,如果与会者是人员,findMeetingTimes 始终认为人员是 Required 类型。 |