EmailAddressParsedResult class
Represents a parsed result that encodes an email message including recipients, subject and body text.
@author Sean Owen
- Inheritance
-
- Object
- ParsedResult
- EmailAddressParsedResult
Constructors
Properties
-
bccs
→ List<
String> ? -
no setter
- body ↔ String?
-
getter/setter pair
-
ccs
→ List<
String> ? -
no setter
- displayResult → String
-
no setteroverride
- emailAddress → String?
-
@return first elements of tos or
null
if none @deprecated use tosno setter - hashCode → int
-
The hash code for this object.
no setterinherited
- mailtoURI → String
-
@return "mailto:"
@deprecated without replacement
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subject ↔ String?
-
getter/setter pair
-
tos
→ List<
String> ? -
no setter
- type → ParsedResultType
-
no setterinherited
Methods
-
addBCC(
String to) → void -
addCC(
String to) → void -
addTo(
String to) → void -
maybeAppend(
String? value, StringBuffer result) → void -
inherited
-
maybeAppendList(
List< String> ? values, StringBuffer result) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited