com.stimulsoft.flex.interactionObject
Class StiMailOptions
java.lang.Object
com.stimulsoft.base.utils.XmlObject
com.stimulsoft.flex.interactionObject.StiMailOptions
public class StiMailOptions
- extends XmlObject
Copyright Stimulsoft
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiMailOptions
public StiMailOptions()
getEmail
public String getEmail()
- Returns:
- the email
setEmail
public void setEmail(String email)
- Parameters:
email - the email to set
getSubject
public String getSubject()
- Returns:
- the subject
setSubject
public void setSubject(String subject)
- Parameters:
subject - the subject to set
getMessage
public String getMessage()
- Returns:
- the message
setMessage
public void setMessage(String message)
- Parameters:
message - the message to set
getFileName
public String getFileName()
- Returns:
- the fileName
setFileName
public void setFileName(String fileName)
- Parameters:
fileName - the fileName to set
Copyright © 2017 Stimulsoft. All Rights Reserved.