SendEmail Class

Definition

Creates a new entity instance.

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

Constructors

SendEmail()

Initializes a new instance of the SendEmail class.

Properties

Entity

Gets or sets the e-mail record.

EntityId

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

Applies to