\CGExtensions\EmailEmailDestination

A class for defining an email address and other associated FEU or admin information.

This class is used internally by the SimpleEmailProcessor object and various callbacks.

Summary

Methods
Properties
Constants
No public methods found
$addr
$name
$feu_uid
$feu_gid
$admin_uid
$admin_gid
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$addr

$addr : string

An email address.

Type

string

$name

$name : string

A friendly name

Type

string

$feu_uid

$feu_uid : integer

This property can be used to retrieve personal information for an FEU to associate with the email.

Type

integer

$feu_gid

$feu_gid : integer

This property can be used to retrieve additional information for an FEU group to associate with the email.

Type

integer

$admin_uid

$admin_uid : integer

This property can be used to retrieve personal information for an admin user to associate with the email.

Type

integer

$admin_gid

$admin_gid : integer

This property can be used to retrieve additional information for an admin group to associate with the email.

Type

integer