com.gnostice.pdfone
Class PdfEmailSettings
java.lang.Object
com.gnostice.pdfone.PdfEmailSettings
public class PdfEmailSettings
- extends Object
RECIPIENT_TYPE_TO
public static final int RECIPIENT_TYPE_TO
- See Also:
- Constant Field Values
RECIPIENT_TYPE_CC
public static final int RECIPIENT_TYPE_CC
- See Also:
- Constant Field Values
RECIPIENT_TYPE_BCC
public static final int RECIPIENT_TYPE_BCC
- See Also:
- Constant Field Values
EMAIL_SETTINGS_TYPE_GMAIL
public static final int EMAIL_SETTINGS_TYPE_GMAIL
- See Also:
- Constant Field Values
EMAIL_SETTINGS_TYPE_HOTMAIL
public static final int EMAIL_SETTINGS_TYPE_HOTMAIL
- See Also:
- Constant Field Values
EMAIL_SETTINGS_TYPE_YAHOO
public static final int EMAIL_SETTINGS_TYPE_YAHOO
- See Also:
- Constant Field Values
setEmailProvider
public void setEmailProvider(PdfEmailProviderInterface emailProvider)
throws PdfEmailException
- Throws:
PdfEmailException
getEmailProvider
public PdfEmailProviderInterface getEmailProvider()
applyEmailSettingsType
public void applyEmailSettingsType(int emailSettingsType)
throws PdfEmailException
- Throws:
PdfEmailException
setUserName
public void setUserName(String userName)
getUserName
public String getUserName()
setPassword
public void setPassword(String password)
getPassword
public String getPassword()
setAuthenticationRequired
public void setAuthenticationRequired(boolean authenticationRequired)
isAuthenticationRequired
public boolean isAuthenticationRequired()
setFromName
public void setFromName(String fromName)
getFromName
public String getFromName()
setFromAddress
public void setFromAddress(String fromAddress)
getFromAddress
public String getFromAddress()
setHost
public void setHost(String host)
getHost
public String getHost()
setPortNumber
public void setPortNumber(int portNumber)
getPortNumber
public int getPortNumber()
setSSLEnabled
public void setSSLEnabled(boolean sslEnabled)
isSSLEnabled
public boolean isSSLEnabled()
isStartTLSEnabled
public boolean isStartTLSEnabled()
setStartTLSEnabled
public void setStartTLSEnabled(boolean startTLSEnabled)
isSSLCheckServerIdentity
public boolean isSSLCheckServerIdentity()
setSSLCheckServerIdentity
public void setSSLCheckServerIdentity(boolean sslCheckServerIdentity)
setReplyTo
public void setReplyTo(String replyTo)
getReplyTo
public String getReplyTo()
setSubject
public void setSubject(String subject)
getSubject
public String getSubject()
setBody
public void setBody(String body)
setBody
public void setBody(String body,
String charset,
boolean isHTML)
getBody
public String getBody()
setBodyEncoding
public void setBodyEncoding(String bodyMimeType)
getBodyEncoding
public String getBodyEncoding()
setBodyHTML
public void setBodyHTML(boolean isBodyHTML)
isBodyHTML
public boolean isBodyHTML()
setSentDate
public void setSentDate(Date date)
getSentDate
public Date getSentDate()
addRecipient
public void addRecipient(int recipientType,
String recipient)
addRecipients
public void addRecipients(int recipientType,
String[] recipients)
addAttachment
public void addAttachment(String attachmentFilePath,
String attachmentName)
addAttachment
public void addAttachment(InputStream attachment,
String attachmentMimeType,
String attachmentName)
addAttachment
public void addAttachment(byte[] attachment,
String attachmentMimeType,
String attachmentName)
setDebugEnable
public void setDebugEnable(boolean debugEnabled)
isDebugEnabled
public boolean isDebugEnabled()
To contact our support team, send an e-mail to support@gnostice.com.
© 2015 Gnostice Information Technologies Private Limited. All rights reserved.
www.gnostice.com