TwurpleAuthenticationGetting dataExamplesFAQMigration

ParsedMessageTextPart

A part of a parsed message that represents plain text.

{
The length of the text in the message.
length: number
The starting position of the text in the message, zero based.
position: number
The text.
text: string
The type of the message part. This is text.
type: "text"
}

Properties

length

Type: number

The length of the text in the message.

position

Type: number

The starting position of the text in the message, zero based.

text

Type: string

The text.

type

Value: "text"

The type of the message part. This is text.