Addr822Comment3 (NotesName - JavaScript)

Read-only. Comment3 component of IP address in the format based on RFC 822 Address Format Syntax.

Defined in

NotesName

Syntax

getAddr822Comment3() : string

Usage

The Comment3 component is the third part of the address in parentheses.

This property returns an empty string if the name is not an IP address that contains a Comment3 component.

Examples

This computed field returns East.
var nam:NotesName = session.createName(
	"\"John B Goode\" <jbgoode@us.acme.com> (Guitars) (Music) (East)");
return nam.getAddr822Comment3();