Add a Row that contains two cells, a Caption and a Text value that represents an Email Address.

The Hyperlink properties will be set based on the supplied values.

Syntax

ISSummaryTableRows.AddCaptionTextEmailAddress(caption, emailAddress, [textCellClass], [clientId], [contactRecordId], [tooltip], [tooltipClass], [recordType], [externalPartyId])

Parameters

NameTypeOptionalByRefDescription
caption String The Caption.
emailAddress String The Email Address.
textCellClass iseSummaryTableCellClass Optional The CellClass for the Text value cell. If omitted, a 'NormalBold' class will be assumed. If omitted, a value of iseSummaryTableCellClass.NormalBold is assumed.
clientId String Optional
contactRecordId String Optional
tooltip String Optional
tooltipClass iseSummaryTableTooltipClass Optional If omitted, a value of iseSummaryTableTooltipClass.PopupNote is assumed.
recordType String Optional The Record Type for non-Client contacts, e.g., "User".
externalPartyId String Optional

Return Value

ISSummaryTableRow

A new ISSummaryTableRow object.

Member of:
ISSummaryTableRows
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0