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 —

Parameters:

  • new_mail

    The details of mail to create

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :datasource (String)

    The server name you would like data from (default to tranquility)

  • :token (String)

    Access token to use if unable to set a header

Returns:

  • (nil)


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