Interface Recipients

All Known Implementing Classes:
Email

public interface Recipients
Email Recipients. To, carbon copy and blind carbon copy recipients.
Since:
1.0.0
Author:
Sergio del Amo
  • Method Details

    • getTo

      @Nullable @Nullable Collection<Contact> getTo()
      Returns:
      Email recipients.
    • getCc

      @Nullable @Nullable Collection<Contact> getCc()
      Returns:
      Email carbon copy recipients.
    • getBcc

      @Nullable @Nullable Collection<Contact> getBcc()
      Returns:
      Email blind carbon copy recipients.