Package de.xima.fc.mail.interfaces
Interface IMailContext
-
- All Known Implementing Classes:
MailContext
public interface IMailContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsend(IBaseMailData mail)voidsend(IBaseMailData mail, Mandant client)voidsetAddressFilter(de.xima.cmn.filter.IGenericFilter<javax.mail.Address> addressFilter)
-
-
-
Method Detail
-
send
void send(IBaseMailData mail) throws Exception
- Throws:
Exception
-
send
void send(IBaseMailData mail, Mandant client) throws Exception
- Throws:
Exception
-
setAddressFilter
void setAddressFilter(de.xima.cmn.filter.IGenericFilter<javax.mail.Address> addressFilter)
-
-