Skip to content

Shared Mailbox. #252

Open
Open
@flujan

Description

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

Activity

haanhduclinh

haanhduclinh commented on Jul 8, 2019

@haanhduclinh

@flujan yes

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

cli.send_message(opts)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Shared Mailbox. · Issue #252 · WinRb/Viewpoint