toggle menu
contact-events
JVM
switch theme
search in API
contact-events
/
org.cryptotrader.contact.library.events
/
EmailSentEvent
Email
Sent
Event
data
class
EmailSentEvent
(
val
subject
:
String
,
val
body
:
String
,
val
toAddress
:
String
,
val
fromAddress
:
String
)
Members
Constructors
Email
Sent
Event
Link copied to clipboard
constructor
(
subject
:
String
,
body
:
String
,
toAddress
:
String
,
fromAddress
:
String
)
Properties
body
Link copied to clipboard
val
body
:
String
from
Address
Link copied to clipboard
val
fromAddress
:
String
subject
Link copied to clipboard
val
subject
:
String
to
Address
Link copied to clipboard
val
toAddress
:
String