org.kuali.rice.kew.mail.service.impl
Class EmailBcList
java.lang.Object
org.kuali.rice.kew.mail.service.impl.EmailBcList
public class EmailBcList
- extends Object
The bc addresses of an email message.
- Author:
- Kuali Rice Team (kuali-rice@googlegroups.com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bcAddresses
private List<String> bcAddresses
EmailBcList
public EmailBcList(List<String> bcAddresses)
getBcAddresses
public List<String> getBcAddresses()
getToAddressesAsAddressArray
public javax.mail.Address[] getToAddressesAsAddressArray()
throws javax.mail.internet.AddressException
- Throws:
javax.mail.internet.AddressException
setBcAddress
public void setBcAddress(List<String> bcAddresses)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.