EmailAddressParsedResult

Represents a parsed result that encodes an email message including recipients, subject and body text.

Functions

Link copied to clipboard
fun getBCCs(): Array<String?>?
Link copied to clipboard
fun getBody(): String?
Link copied to clipboard
fun getCCs(): Array<String?>?
Link copied to clipboard
open override fun getDisplayResult(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun getTos(): Array<String?>?
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String