Method: ContextIO::Message#thread

Defined in:
lib/contextio/message.rb

#threadObject

Returns a list of all messages and a list of all email_message_ids in the same thread as this message. Note that it does not create a Thread object or a MessageCollection object in its current state.



97
98
99
# File 'lib/contextio/message.rb', line 97

def thread
  api.request(:get, "#{resource_url}/thread")
end