Name

javax.mail.search.AddressTerm — This class may be used to compare message addresses.

Synopsis

public abstract class AddressTerm extends SearchTerm {
    // Protected Constructor
            protected AddressTerm(Address address);
    // Protected Variable
            protected Address address;
    // Public Method
            public Address getAddress();
    // Protected Method
            protected boolean match(Address a);
}

Hierarchy

java.lang.Object→javax.mail.search.SearchTerm→javax.mail.search.AddressTerm

Get Programming Internet Email now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.