mailboxSettings リソースの種類

名前空間: microsoft.graph

設定のプライマリ メールボックスのサイズを指定します

ユーザーの mailboxSettings プロパティをクエリすることで、ユーザーのメールボックス設定を取得または更新できます。

プロパティ

プロパティ 説明
archiveFolder string ユーザーのアーカイブ フォルダーのフォルダー ID。
automaticRepliesSetting automaticRepliesSetting サインイン ユーザーからのメッセージを使用して、着信メールの送信者に自動的に通知する構成設定。
dateFormat string ユーザーのメールボックスの日付形式。
delegateMeetingMessageDeliveryOptions delegateMeetingMessageDeliveryOptions ユーザーが予定表の代理人を持つ場合、代理人、メールボックス所有者、または両方が会議メッセージと会議の応答を受信するかどうかを指定します。 可能な値は、sendToDelegateAndInformationToPrincipalsendToDelegateAndPrincipalsendToDelegateOnly です。
language localeInfo 優先言語および国/地域を含むユーザーのロケール情報。
timeFormat string ユーザーのメールボックスの時刻形式。
timeZone string ユーザーのメールボックスの既定のタイム ゾーン。
workingHours workingHours ユーザーが働く曜日と、特定のタイムゾーンの時間。

JSON 表記

以下は、リソースの JSON 表記です。

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