-
address
java.lang.String address
The address in RFC822 format.
-
encodedPersonal
java.lang.String encodedPersonal
The personal name in RFC2047 format.
Subclasses must ensure that this field is updated if the personal field
is updated; alternatively, it can be invalidated by setting to null
which will cause it to be recomputed.
-
personal
java.lang.String personal
The personal name as a Java String.
Subclasses must ensure that this field is updated if the encodedPersonal field
is updated; alternatively, it can be invalidated by setting to null
which will cause it to be recomputed.