EmailAddress Class Methods

The EmailAddress class inherits the following fields from the _UQAddress class:

  • acceptTask

  • dequeueTask

See _UQAddress Methods.

Syntax

getEmailconnectionByConnectionId(connectionId)

Description

Get the emailconnection object with the emailconnection id.

Parameters

Parameter

Description

connectionId

The connection id associated with a email.

Returns

Returns line object, null if there is no connection with that emailconnection id.

Syntax

getEmailconnectionindexByConnectionId(connectionId)

Description

Get the emailconnection index with the emailconnection id.

Parameters

Parameter

Description

connectionId

The connection id associated with a email.

Returns

Returns index, -1 if there is no connection with that emailconnection id.

Syntax

getFreeEmailconnection()

Description

Get the free email connection object. A connection is free if there is no activity on this line.

Returns

Returns emailconnection object, null if there is no free line.