MDi JLib
1.7.4

com.microdeveloper.util.net.mail
Interface JMailInterface


public interface JMailInterface

Interface for the JMail implementation class.

Since:
1.0
Version:
1.0
Author:
MicroDeveloper, Inc.

Method Summary
 String getAttachment()
           
 String getBcc()
           
 String getCc()
           
 javax.mail.BodyPart getFileBodyPart(String filename, String contentType)
           
 String getMailPropertiesPath()
           
 String getMimeType()
           
 String getSmtpHost()
           
 String getTo()
           
 boolean isDebugging()
           
 void sendMail()
           
 void sendMultipart()
           
 void setBcc(String bcc)
           
 void setBody(String body)
           
 void setCc(String cc)
           
 void setDebug(boolean debug)
           
 void setFrom(String from)
           
 void setHtmlBody(String htmlBody)
           
 void setMailPropertiesPath(String value)
           
 void setMimeType(String mimeType)
           
 void setPlainBody(String plainBody)
           
 void setSmtpHost(String host)
           
 void setSubject(String subject)
           
 void setTo(String to)
           
 void setType(String type)
           
 

Method Detail

sendMail

void sendMail()

sendMultipart

void sendMultipart()

setTo

void setTo(String to)

setFrom

void setFrom(String from)

setCc

void setCc(String cc)

setBcc

void setBcc(String bcc)

setHtmlBody

void setHtmlBody(String htmlBody)

setPlainBody

void setPlainBody(String plainBody)

setBody

void setBody(String body)

setSubject

void setSubject(String subject)

setType

void setType(String type)

setMimeType

void setMimeType(String mimeType)

setSmtpHost

void setSmtpHost(String host)

setMailPropertiesPath

void setMailPropertiesPath(String value)

setDebug

void setDebug(boolean debug)

getFileBodyPart

javax.mail.BodyPart getFileBodyPart(String filename,
                                    String contentType)
                                    throws javax.mail.MessagingException
Throws:
javax.mail.MessagingException

getMailPropertiesPath

String getMailPropertiesPath()

getTo

String getTo()

getCc

String getCc()

getBcc

String getBcc()

getAttachment

String getAttachment()

getMimeType

String getMimeType()

getSmtpHost

String getSmtpHost()

isDebugging

boolean isDebugging()

MDi JLib
1.7.4

Copyright©2001-2007 MicroDeveloper, Inc. All Rights Reserved.