NameAddressPair

public struct NameAddressPair

Name and address used in mail From, To, Cc and Bcc fields.

  • The name of the person. It will be an empty string if no name could be extracted.

    Declaration

    Swift

    public let name: String
  • The email address of the person.

    Declaration

    Swift

    public let address: String