threadId property
The ID of the thread the message belongs to.
To add a message or draft to a thread, the following criteria must be met:
- The requested
threadId
must be specified on theMessage
orDraft.Message
you supply with your request. 2. TheReferences
andIn-Reply-To
headers must be set in compliance with the RFC 2822 standard. 3. TheSubject
headers must match.
Implementation
core.String? threadId;