Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 884 Bytes

PostUiOpenwindowNewmailNewMail.md

File metadata and controls

26 lines (20 loc) · 884 Bytes

RubyEveesiClient::PostUiOpenwindowNewmailNewMail

Properties

Name Type Description Notes
body String body string
recipients Array<Integer> recipients array
subject String subject string
to_corp_or_alliance_id Integer to_corp_or_alliance_id integer [optional]
to_mailing_list_id Integer Corporations, alliances and mailing lists are all types of mailing groups. You may only send to one mailing group, at a time, so you may fill out either this field or the to_corp_or_alliance_ids field [optional]

Example

require 'ruby_eveesi_client'

instance = RubyEveesiClient::PostUiOpenwindowNewmailNewMail.new(
  body: null,
  recipients: null,
  subject: null,
  to_corp_or_alliance_id: null,
  to_mailing_list_id: null
)