public class SMailNormalInternetAddressCreator extends Object implements SMailInternetAddressCreator
| コンストラクタと説明 |
|---|
SMailNormalInternetAddressCreator() |
public javax.mail.internet.InternetAddress create(CardView view, String address, boolean strict) throws javax.mail.internet.AddressException
create インタフェース内 SMailInternetAddressCreatorview - 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.