Overview

This represent an internet mail address containing display name, local part and domain part.

Members

Name Type Description

canonicalAddress

string

The email address part of the address in the form of localpart@domainpart

displayPart

rawString

Displayable name part of the address

domainPart

string

Domain part of the address

localPart

string

The local part of the address

unparsed

string

The unparsed address string.

Hierarchy

Examples

Below are examples in XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:inetMailAddress xsi:type="obh:inetMailAddress" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <canonicalAddress>your_string_0</canonicalAddress>
        <displayPart>your_rawString_0</displayPart>
        <domainPart>your_string_0</domainPart>
        <localPart>your_string_0</localPart>
        <unparsed>your_string_0</unparsed>
</obh:inetMailAddress>

Referenced By Representaions