Class EmailMessage
java.lang.Object
com.inductiveautomation.ignition.gateway.mail.EmailMessage
Encapsulates the details of an email message to be sent using an email profile.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builder which provides a fluent-API style of creating newEmailMessage
instances. -
Method Summary
Modifier and TypeMethodDescriptionstatic EmailMessage.Builder
builder()
getBody()
getFrom()
toString()
-
Method Details
-
getFrom
-
getSubject
-
getBody
-
getContentType
-
getReplyTo
-
getToRecipients
-
getCcRecipients
-
getBccRecipients
-
getAttachNames
-
getAttachData
-
getTimeout
-
getRetries
-
getPriority
-
toString
-
builder
- Returns:
- a new
EmailMessage.Builder
instance for building newEmailMessage
instances
-