Documentation ¶
Index ¶
- type GetMailboxSettingOperationOptions
- type GetMailboxSettingOperationResponse
- type MailboxSettingClient
- func (c MailboxSettingClient) GetMailboxSetting(ctx context.Context, options GetMailboxSettingOperationOptions) (result GetMailboxSettingOperationResponse, err error)
- func (c MailboxSettingClient) UpdateMailboxSetting(ctx context.Context, input beta.MailboxSettings, ...) (result UpdateMailboxSettingOperationResponse, err error)
- type UpdateMailboxSettingOperationOptions
- type UpdateMailboxSettingOperationResponse
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 (o GetMailboxSettingOperationOptions) ToHeaders() *client.Headers
func (GetMailboxSettingOperationOptions) ToOData ¶
func (o GetMailboxSettingOperationOptions) ToOData() *odata.Query
func (GetMailboxSettingOperationOptions) ToQuery ¶
func (o GetMailboxSettingOperationOptions) ToQuery() *client.QueryParams
type MailboxSettingClient ¶
func NewMailboxSettingClientWithBaseURI ¶
func NewMailboxSettingClientWithBaseURI(sdkApi sdkEnv.Api) (*MailboxSettingClient, error)
func (MailboxSettingClient) GetMailboxSetting ¶
func (c MailboxSettingClient) GetMailboxSetting(ctx context.Context, options GetMailboxSettingOperationOptions) (result GetMailboxSettingOperationResponse, err error)
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 ¶
func (c MailboxSettingClient) UpdateMailboxSetting(ctx context.Context, input beta.MailboxSettings, options UpdateMailboxSettingOperationOptions) (result UpdateMailboxSettingOperationResponse, err error)
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 (o UpdateMailboxSettingOperationOptions) ToHeaders() *client.Headers
func (UpdateMailboxSettingOperationOptions) ToOData ¶
func (o UpdateMailboxSettingOperationOptions) ToOData() *odata.Query
func (UpdateMailboxSettingOperationOptions) ToQuery ¶
func (o UpdateMailboxSettingOperationOptions) ToQuery() *client.QueryParams