toggle menu
lib
0.0.266
jvm
switch theme
search in API
lib
/
com.prettybyte.plugins
/
PostmarkEmail
Postmark
Email
data
class
PostmarkEmail
(
val
From
:
String
,
val
To
:
String
,
val
Cc
:
String
?
=
null
,
val
Bcc
:
String
?
=
null
,
val
Subject
:
String
,
val
HtmlBody
:
String
?
,
val
TextBody
:
String
?
,
val
MessageStream
:
String
?
=
null
)
Members
Constructors
Postmark
Email
Link copied to clipboard
constructor
(
From
:
String
,
To
:
String
,
Cc
:
String
?
=
null
,
Bcc
:
String
?
=
null
,
Subject
:
String
,
HtmlBody
:
String
?
,
TextBody
:
String
?
,
MessageStream
:
String
?
=
null
)
Properties
Bcc
Link copied to clipboard
val
Bcc
:
String
?
=
null
Cc
Link copied to clipboard
val
Cc
:
String
?
=
null
From
Link copied to clipboard
val
From
:
String
Html
Body
Link copied to clipboard
val
HtmlBody
:
String
?
Message
Stream
Link copied to clipboard
val
MessageStream
:
String
?
=
null
Subject
Link copied to clipboard
val
Subject
:
String
Text
Body
Link copied to clipboard
val
TextBody
:
String
?
To
Link copied to clipboard
val
To
:
String