WinRb / Viewpoint

A Ruby client access library for Microsoft Exchange Web Services (EWS)
Apache License 2.0
248 stars 171 forks source link

Shared Mailbox. #252

Open flujan opened 7 years ago

flujan commented 7 years ago

Hi, I am acessing the shared mailboxes using act_as, it is possible to send a message using act_as to?

haanhduclinh commented 5 years ago

@flujan yes

opts = message.merge({
  saved_item_folder_id: {
    act_as: "test@example.com",
    id: :drafts
  }
})

cli.send_message(opts)