An email message from a 'MAILTO:' or similar QRCode type.
| @interface | Barcode.Email.FormatType | Email format type constants. | |
| int | TYPE_HOME | Home email. |
| int | TYPE_UNKNOWN | Unknown email type. |
| int | TYPE_WORK | Work email. |
| String |
getAddress()
Gets email's address.
|
| String |
getBody()
Gets email's body.
|
| String |
getSubject()
Gets email's subject.
|
| int |
getType()
Gets type of the email.
|
Home email.
Unknown email type.
Work email.
Gets email's address.
Returns null if not available.
Gets email's body.
Returns null if not available.
Gets email's subject.
Returns null if not available.
Gets type of the email.
See also
Barcode.Email.FormatType.