mailboxSettings 资源类型

命名空间:microsoft.graph

用户主邮箱的设置。

可以通过查询用户的 mailboxSettings 属性来获取更新用户的邮箱设置。

属性

属性 类型 说明
archiveFolder string 用户存档文件夹的文件夹 ID。
automaticRepliesSetting automaticRepliesSetting 自动通知发件人有传入电子邮件(包含一封来自已登录用户的邮件)的配置设置。
dateFormat string 用户邮箱的日期格式。
delegateMeetingMessageDeliveryOptions delegateMeetingMessageDeliveryOptions 如果用户具有日历代理人,这将指定是代理人、邮箱所有者还是同时接收会议消息和会议响应。 可取值为:sendToDelegateAndInformationToPrincipalsendToDelegateAndPrincipalsendToDelegateOnly
language localeInfo 用户的区域设置信息,包括首选语言和国家/地区。
timeFormat string 用户邮箱的时间格式。
timeZone string 用户邮箱的默认时区。
userPurpose userPurpose 邮箱的用途。 将单个用户的邮箱与Exchange Online中的共享邮箱和设备邮箱区分开来。 可能的值是:userlinkedsharedroomequipmentothersunknownFutureValue。 此为只读属性。
workingHours workingHours 特定时区用户一周的工作天数和小时数。

userPurpose 值

成员 说明
用户 具有本地林中邮箱的用户帐户。
联系 链接到另一个林中的用户帐户的邮箱。
shared 由两个或多个用户帐户共享的邮箱。
房间 表示会议室的邮箱。
设备 一个表示设备块的邮箱。
别人 已找到邮箱,但用户用途与前面方案中指定的用途不同。
unknownFutureValue 可演变枚举 sentinel 值。 请勿使用。

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

{
  "archiveFolder": "string",
  "automaticRepliesSetting": {"@odata.type": "microsoft.graph.automaticRepliesSetting"},
  "dateFormat": "string",
  "delegateMeetingMessageDeliveryOptions": "String",
  "language": {"@odata.type": "microsoft.graph.localeInfo"},
  "timeFormat": "string",
  "timeZone": "string",
  "userPurpose": "String",
  "workingHours": {"@odata.type": "microsoft.graph.workingHours"}
}