Modifies a user's personal settings. Provide the field and value for each setting that you want to change. If an administrator has locked a client option setting, the setting has a locked element that cannot be changed.
<modifySettingsRequest> <settings type="types:SettingsList"/> </modifySettingsRequest>
<modifySettingsResponse> <status type="types:Status"/> </modifySettingsResponse>
Specifies the setting name and new value.
Returns the error number related to the event. 0 indicates that the request was successful.
Returns the success or failure of the method.
<modifySettingsRequest> <settings> <setting> <field>mailPriority</field> <value>Low</value> </setting> </settings> </modifySettingsRequest> <modifySettingsResponse> <status> <code>0</code> </status> </modifySettingsResponse>