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 classBuilder which provides a fluent-API style of creating newEmailMessageinstances. - 
Method Summary
Modifier and TypeMethodDescriptionstatic EmailMessage.Builderbuilder()getBody()getFrom()toString() 
- 
Method Details
- 
getFrom
 - 
getSubject
 - 
getBody
 - 
getContentType
 - 
getReplyTo
 - 
getToRecipients
 - 
getCcRecipients
 - 
getBccRecipients
 - 
getAttachNames
 - 
getAttachData
 - 
getTimeout
 - 
getRetries
 - 
getPriority
 - 
toString
 - 
builder
- Returns:
 - a new 
EmailMessage.Builderinstance for building newEmailMessageinstances 
 
 -