Method: ESI::UserInterfaceApi#post_ui_openwindow_newmail
- Defined in:
- lib/esi-client-bvv/api/user_interface_api.rb
#post_ui_openwindow_newmail(new_mail, opts = {}) ⇒ nil
Open New Mail Window Open the New Mail window, according to settings from the request if applicable —
300 301 302 303 |
# File 'lib/esi-client-bvv/api/user_interface_api.rb', line 300 def post_ui_openwindow_newmail(new_mail, opts = {}) post_ui_openwindow_newmail_with_http_info(new_mail, opts) return nil end |