ISPO SDK
ISPO
Preparing search index...
core
GoogleMailMessageHeaders
Interface GoogleMailMessageHeaders
Markdown
Copy Markdown
The normalized header subset ISPO exposes; never the raw RFC 822 header block.
interface
GoogleMailMessageHeaders
{
cc
?:
string
[]
;
date
?:
string
;
from
?:
string
;
subject
?:
string
;
to
:
string
[]
;
}
Index
Properties
cc?
date?
from?
subject?
to
Properties
Optional
cc
cc
?:
string
[]
Optional
date
date
?:
string
Optional
from
from
?:
string
Optional
subject
subject
?:
string
to
to
:
string
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
cc
date
from
subject
to
ISPO
ISPO SDK
Loading...
The normalized header subset ISPO exposes; never the raw RFC 822 header block.