GmailMessageInfo

GmailMessageInfo class

The message resource representation that contains only an id and a threadId.

The GmailMessageInfo type exposes the following members:

Constructors

NameDescription
GmailMessageInfo(id, thread_id)Initializes a new instance of the GmailMessageInfo class

Properties

NameDescription
idThe immutable ID of the message.
thread_idThe ID of the thread the message belongs to.

See Also