template Class

banner art

Represents a template for an e-mail message that contains the standard attributes of an e-mail message.

The template class inherits from BusinessEntity.

Public Methods

For a list of methods and messages that operate on this class, see Template.

Constructor Description
template Initializes a new instance of the template class.

Public Fields

Field Description
body Contains the body text of the e-mail template.
createdby Specifies the ID of the user who created the e-mail template.
createdon Specifies the date and time when the e-mail template was created.
description Contains the description of the e-mail template.
ispersonal Specifies whether the template is personal or is available to all users.
mimetype Specifies the MIME type of the e-mail template.
modifiedby Specifies the ID of the user who last modified the template.
modifiedon Specifies the date and time when the e-mail template was last modified.
ownerid Specifies the ID of the user that owns the template for the e-mail activity.
owningbusinessunit Specifies the ID of the business unit that owns the template.
presentationxml Specifies the XML data for the body of the e-mail template.
subject Specifies the subject associated with the e-mail template.
subjectpresentationxml Specifies the XML data for the subject of the e-mail template.
templateid Specifies the ID of the template.
templatetypecode Specifies the type of e-mail template.
title Contains the title of the template.

Remarks

For more information about entities and attributes, see the Metadata Browser and the Customization area of the Web application. To view this information in the Customization area, in the Navigation Pane, click Settings, click Customization, and then click Customize Entities.

See Also

© 2007 Microsoft Corporation. All rights reserved.