Search
Preparing search index...
The search index is not available
@fusionauth/typescript-client
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@fusionauth/typescript-client
Email
Interface Email
This class is an abstraction of a simple email message.
author
Brian Pontarelli
Hierarchy
Email
Index
Properties
attachments
bcc
cc
from
html
reply
To
subject
text
to
Properties
Optional
attachments
attachments
:
Attachment
[]
Optional
bcc
bcc
:
EmailAddress
[]
Optional
cc
cc
:
EmailAddress
[]
Optional
from
from
:
EmailAddress
Optional
html
html
:
string
Optional
reply
To
reply
To
:
EmailAddress
Optional
subject
subject
:
string
Optional
text
text
:
string
Optional
to
to
:
EmailAddress
[]
Exports
Email
attachments
bcc
cc
from
html
reply
To
subject
text
to
Generated using
TypeDoc
This class is an abstraction of a simple email message.
Brian Pontarelli