Interface IMultipleMail

    • Method Detail

      • getDestinations

        Collection<IMailDestination> getDestinations()
        Returns a collection of destinations for this mail. This collection may be manipulated by obtaining it using this method, and then using the collection api.
        Returns:
        the collection of destinations for this mail.
        Since:
        4.0.4
        See Also:
        ISendMailManager.createMailDestination()