@FunctionalInterface public interface SMailInternetAddressCreator
| 修飾子とタイプ | メソッドと説明 |
|---|---|
javax.mail.internet.InternetAddress |
create(CardView view,
String address,
boolean strict) |
javax.mail.internet.InternetAddress create(CardView view, String address, boolean strict) throws javax.mail.internet.AddressException
view - The view of postcard, you can access the attributes. (NotNull)address - The string of address for e.g. to, cc, ... (NotNull)strict - Is the strict mode? (basically true)javax.mail.internet.AddressException - When it fails to create the address.Copyright © 2015–2020 The DBFlute Project. All rights reserved.