Interface FromAddressGenerator
-
public interface FromAddressGeneratorConstructs an address to send email from.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Addressfrom(Account.Id fromId)booleanisGenericAddress(Account.Id fromId)
-
-
-
Method Detail
-
isGenericAddress
boolean isGenericAddress(Account.Id fromId)
-
from
Address from(Account.Id fromId)
-
-