The email object model
Guidewire PolicyCenter uses the following two classes to define email messages:
- gw.api.email.Email
- gw.api.email.EmailContact
Both of these classes are simple data containers with almost no logic. The classes also contain a number of utility methods that perform operations on the fields defined in the class.
gw.api.email.Email
The Email class contains the following fields, most of which are self-explanatory:
Field |
Description |
|---|---|
|
Subject of the email |
|
Content of the email |
|
Sender of the email |
|
Contact object (It is possible for this to be different from the Sender.) |
|
List of Contact objects |
|
List of Contact objects |
|
List of Contact objects |
|
List of |
gw.api.email.EmailContact
The EmailContact class contains the following fields:
Field |
Description |
|---|---|
|
Name of contact |
|
Email address of contact |
|
Contact object, which can be |
