SendMailMessage Class

Definition

Activity to invoke the Microsoft.PowerShell.Utility\Send-MailMessage command in a Workflow.

public sealed class SendMailMessage : Microsoft.PowerShell.Activities.PSRemotingActivity
Inheritance

Inherited Members

Microsoft.PowerShell.Activities.PipelineEnabledActivity

Microsoft.PowerShell.Activities.PSActivity

Microsoft.PowerShell.Activities.PSRemotingActivity

Constructors

SendMailMessage()

Gets the display name of the command invoked by this activity.

Properties

Attachments

Provides access to the Attachments parameter.

Bcc

Provides access to the Bcc parameter.

Body

Provides access to the Body parameter.

BodyAsHtml

Provides access to the BodyAsHtml parameter.

Cc

Provides access to the Cc parameter.

Credential

Provides access to the Credential parameter.

DeliveryNotificationOption

Provides access to the DeliveryNotificationOption parameter.

Encoding

Provides access to the Encoding parameter.

From

Provides access to the From parameter.

Port

Provides access to the Port parameter.

Priority

Provides access to the Priority parameter.

PSCommandName

Gets the fully qualified name of the command invoked by this activity.

SmtpServer

Provides access to the SmtpServer parameter.

Subject

Provides access to the Subject parameter.

To

Provides access to the To parameter.

UseSsl

Provides access to the UseSsl parameter.