SecureBlackbox 2020 macOS Edition

Questions / Feedback?

MailAddress Type

A container for an e-mail addressee.

Remarks

This object is a container for an e-mail identity record. A typical e-mail address consists of an RFC822 e-mail address (john@doe.com), a friendly name (John Doe), and a group name (Officers).

Fields

address
String

Contains the e-mail address in the form of john@doe.com.

displayName
String

Contains the friendly name of the user of this address, such as John Doe.

groupName
String

The name of the group this address belongs to.

Constructors

public init(address: String)

Creates a new e-mail address object.

public init(displayName: String, address: String)

Creates a new e-mail address object from an address and a display name.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 macOS Edition - Version 20.0 [Build 8166]