SendEmailFromTemplate Class

Definition

Creates a new entity instance.

public ref class SendEmailFromTemplate sealed : System::Activities::CodeActivity
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2117:AptcaTypesShouldOnlyExtendAptcaBaseTypes", Justification="Workflow foundation classes are not marked as aptca(Without PU3).")]
public sealed class SendEmailFromTemplate : System.Activities.CodeActivity
[<System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2117:AptcaTypesShouldOnlyExtendAptcaBaseTypes", Justification="Workflow foundation classes are not marked as aptca(Without PU3).")>]
type SendEmailFromTemplate = class
    inherit CodeActivity
Public NotInheritable Class SendEmailFromTemplate
Inherits CodeActivity
Inheritance
SendEmailFromTemplate
Attributes

Constructors

SendEmailFromTemplate()

Initializes a new instance of the SendEmailFromTemplate class.

Properties

Entity

Gets or sets the e-mail record.

EntityId

Gets or sets the ID of the resulting e-mail.

RegardingId

Gets or sets the ID of the entity record with which the e-mail message is associated.

RegardingType

Gets or sets the logical entity name of the entity represented by the RegardingdId property.

TemplateId

Gets or sets the ID of the e-mail template to use.

Applies to