import { MailboxSettings as IMailboxSettingsType, AutomaticRepliesSetting as IAutomaticRepliesSetting, LocaleInfo as ILocaleInfo, WorkingHours as IWorkingHours, UserPurpose as IUserPurpose, InferenceClassificationOverride as IInterfaceClassificationOverride } from "@microsoft/microsoft-graph-types"; import { _GraphInstance, _GraphCollection } from "../graphqueryable.js"; import { IGetById, IAddable, IUpdateable, IDeleteable } from "../decorators.js"; /** * MailboxSettings */ export declare class _MailboxSettings extends _GraphInstance { /** * Get the automatic replies setting * */ automaticRepliesSetting(): Promise; /** * Get the mailbox settings date format * */ dateFormat(): Promise; /** * Get the delegateMeetingMessageDeliveryOptions settings * */ /** * Get the delegateMeetingMessageDeliveryOptions settings * */ language(): Promise; /** * Get the mailbox settings time format * */ timeFormat(): Promise; /** * Get the mailbox settings time format * */ timeZone(): Promise; /** * Get the mailbox settings working hours * */ workingHours(): Promise; /** * Get the mailbox settings user purpose * */ userPurpose(): Promise; } export interface IMailboxSettings extends _MailboxSettings, IUpdateable { } export declare const MailboxSettings: import("../graphqueryable.js").IGraphInvokableFactory; /** * Focused Inbox Override */ export declare class _FocusedInboxOverride extends _GraphInstance { } export interface IFocusedInboxOverride extends _FocusedInboxOverride, IUpdateable, IDeleteable { } export declare const FocusedInboxOverride: import("../graphqueryable.js").IGraphInvokableFactory; /** * Focused Inbox Overrides */ export declare class _FocusedInboxOverrides extends _GraphCollection { } export interface IFocusedInboxOverrides extends _FocusedInboxOverrides, IGetById, IAddable { } export declare const FocusedInboxOverrides: import("../graphqueryable.js").IGraphInvokableFactory; //# sourceMappingURL=mailbox.d.ts.map