Class GmailMessageInfo

GmailMessageInfo class

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

public class GmailMessageInfo

Constructors

NameDescription
GmailMessageInfo(string, string)Creates instance of GmailMessageInfo.

Properties

NameDescription
Id { get; set; }The immutable ID of the message.
ThreadId { get; set; }The ID of the thread the message belongs to.

See Also