Workplace E-mail Extensions provides functionality required to support email application integration. This add-on feature adds several classes and properties to support email message content, such as the message sender, recipients, and date and time information, as well as creating and managing link associations between email messages and related objects.
Workplace E-mail Extensions add property templates and custom subclasses:
The following property templates are added by Workplace E-mail Extensions and implemented by various add-on features.
Property Template | Type | Implementations | Description |
---|---|---|---|
Cc | String | Email class | Specifies the list of names for secondary recipients of the email message. These names are visible in the "Cc" (carbon copy) field of the email message. |
Email Dependent Reference | Email Dependent Reference | Email Items class | Specifies the identifier of the related (linked) object. The value of this property is set if Cascade Delete support is enabled. As a result, when the parent email message is deleted, this dependent (child) object will also be deleted. |
From | String | Email class | Specifies the name of the sender of the email message that is visible in the "From:" field of the message. |
Link IDs | Object | Email class | Contains the identifiers for each related (linked) object to this email message, which are established by the Content Engine during the Add operation. |
Received On | DateTime | Email class | Specifies the date and time when the email message was received, which are visible in the "Received:" field of the message. |
Sent On | DateTime | Email class | Specifies the date and time when the email message was sent, which are visible in the "Sent:" field of the message. |
Subject | String | Email class | Specifies the text visible in the "Subject:" field of the email message. |
To | String | Email class | Specifies the list of names for primary recipients of the email message. These names are visible in the "To" field of the email message. |
The following subclasses are derived from the Document Class by Workplace E-mail Extensions.
Subclass | Modifiable | Description |
---|---|---|
Yes | Contains information about an email message, including the fields: From, To, Cc, Date/Time Sent, Date/Time Received, and Subject. |
The following properties are added to the Email subclass by Workplace E-mail Extensions.
Property | Type | Modifiable | Description |
---|---|---|---|
Cc | String | No | Specifies the list of names for secondary recipients of the email message. These names are visible in the "Cc" (carbon copy) field of the email message. |
From | String | No | Specifies the name of the sender of the email message that is visible in the "From:" field of the message. |
Link IDs | Object | No | Contains the identifiers for each related (linked) object to this email message, which are established by the Content Engine during the Add operation. |
Received On | DateTime | No | Specifies the date and time when the email message was received, which are visible in the "Received:" field of the message. |
Sent On | DateTime | No | Specifies the date and time when the email message was sent, which are visible in the "Sent:" field of the message. |
Subject | String | No | Specifies the text visible in the "Subject:" field of the email message. |
To | String | No | Specifies the list of names for primary recipients of the email message. These names are visible in the "To" field of the email message. |
The following subclass is derived from the P8 AE Link Class by Workplace E-mail Extensions, which are a subclass of the Link Class.
Subclass | Modifiable | Description |
---|---|---|
Email Items | Yes | Used to support email application integration to create link associations between email messages and objects contained in an object store. For example: to create a link association between an original email message and the attachments to that message. |
The following properties are added to the Email Items subclass by Workplace E-mail Extensions.
Property | Type | Modifiable | Description |
---|---|---|---|
Email Dependent Reference | Email Dependent Reference | No | Specifies the identifier of the related (linked) object. The value of this property is set if Cascade Delete support is enabled. As a result, when the parent email message is deleted, this dependent (child) object will also be deleted. |