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