mailboxsetting

package
v0.20241209.1115630 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 9, 2024 License: MPL-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetMailboxSettingOperationOptions

type GetMailboxSettingOperationOptions struct {
	Expand    *odata.Expand
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Select    *[]string
}

func DefaultGetMailboxSettingOperationOptions

func DefaultGetMailboxSettingOperationOptions() GetMailboxSettingOperationOptions

func (GetMailboxSettingOperationOptions) ToHeaders

func (GetMailboxSettingOperationOptions) ToOData

func (GetMailboxSettingOperationOptions) ToQuery

type GetMailboxSettingOperationResponse

type GetMailboxSettingOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.MailboxSettings
}

type MailboxSettingClient

type MailboxSettingClient struct {
	Client *msgraph.Client
}

func NewMailboxSettingClientWithBaseURI

func NewMailboxSettingClientWithBaseURI(sdkApi sdkEnv.Api) (*MailboxSettingClient, error)

func (MailboxSettingClient) GetMailboxSetting

GetMailboxSetting - Get user mailbox settings. Get the user's mailboxSettings. You can view all mailbox settings, or get specific settings. Users can set the following settings for their mailboxes through an Outlook client: Users can set their preferred date and time formats using Outlook on the web. Users can choose one of the supported short date or short time formats. This GET operation returns the format the user has chosen. Users can set the time zone they prefer on any Outlook client, by choosing from the supported time zones that their administrator has set up for their mailbox server. The administrator can set up time zones in the Windows time zone format or Internet Assigned Numbers Authority (IANA) time zone (also known as Olson time zone) format. The Windows format is the default. This GET operation returns the user's preferred time zone in the format that the administrator has set up. If you want that time zone to be in a specific format (Windows or IANA), you can first update the preferred time zone in that format as a mailbox setting. Subsequently you will be able to get the time zone in that format. Alternatively, you can manage the format conversion separately in your app.

func (MailboxSettingClient) UpdateMailboxSetting

UpdateMailboxSetting - Update user mailbox settings. Enable, configure, or disable one or more of the following settings as part of a user's mailboxSettings: When updating the preferred date or time format for a user, specify it in respectively, the short date or short time format. When updating the preferred time zone for a user, specify it in the Windows or Internet Assigned Numbers Authority (IANA) time zone (also known as Olson time zone) format. You can also further customize the time zone as shown in example 2 below.

type UpdateMailboxSettingOperationOptions

type UpdateMailboxSettingOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultUpdateMailboxSettingOperationOptions

func DefaultUpdateMailboxSettingOperationOptions() UpdateMailboxSettingOperationOptions

func (UpdateMailboxSettingOperationOptions) ToHeaders

func (UpdateMailboxSettingOperationOptions) ToOData

func (UpdateMailboxSettingOperationOptions) ToQuery

type UpdateMailboxSettingOperationResponse

type UpdateMailboxSettingOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL