Package | Description |
---|---|
com.deltek.enterprise.system.applicationinterface.mboard |
Modifier and Type | Method and Description |
---|---|
MBEmailAddressInterface |
MBManagerInterface.createAddress()
Create instance of Email Address
|
MBEmailAddressInterface |
MBManagerInterface.createAddress(java.lang.String name,
java.lang.String address)
Create instance of Email Address
|
MBEmailAddressInterface |
MBItemInterface.getFrom() |
MBEmailAddressInterface |
MBItemInterface.getReplyTo() |
MBEmailAddressInterface |
MBItemInterface.getSender() |
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends MBEmailAddressInterface> |
MBItemInterface.getBcc() |
java.util.List<? extends MBEmailAddressInterface> |
MBItemInterface.getCc() |
java.util.List<? extends MBEmailAddressInterface> |
MBItemInterface.getTo() |
Modifier and Type | Method and Description |
---|---|
void |
MBItemInterface.addBcc(MBEmailAddressInterface bcc) |
void |
MBItemInterface.addCc(MBEmailAddressInterface cc) |
void |
MBItemInterface.addTo(MBEmailAddressInterface to) |
void |
MBItemInterface.setFrom(MBEmailAddressInterface from) |
void |
MBItemInterface.setReplyTo(MBEmailAddressInterface replyTo) |
Modifier and Type | Method and Description |
---|---|
void |
MBItemInterface.setBcc(java.util.List<? extends MBEmailAddressInterface> bcc) |
void |
MBItemInterface.setCc(java.util.List<? extends MBEmailAddressInterface> cc) |
void |
MBItemInterface.setTo(java.util.List<? extends MBEmailAddressInterface> to) |