SecureBlackbox 2020 Kotlin 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 constructor(address: String?)

Creates a new e-mail address object.

public constructor(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 Kotlin Edition - Version 20.0 [Build 8063]