The SendEmailActivity type exposes the following members.

Constructors

  NameDescription
SendEmailActivity
Initializes a new instance of the SendEmailActivity class.

Methods

  NameDescription
AddHandler (Inherited from DependencyObject.)
Cancel (Inherited from Activity.)
Clone (Inherited from Activity.)
DisposeOverloaded.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Execute (Inherited from Activity.)
Finalize (Inherited from DependencyObject.)
GetActivityByNameOverloaded.
GetBinding (Inherited from DependencyObject.)
GetBoundValue (Inherited from DependencyObject.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetInvocationList<(Of <(T>)>) (Inherited from DependencyObject.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
GetValue (Inherited from DependencyObject.)
GetValueBase (Inherited from DependencyObject.)
HandleFault (Inherited from Activity.)
Initialize (Inherited from Activity.)
InitializeProperties (Inherited from DependencyObject.)
InvokeOverloaded.
IsBindingSet (Inherited from DependencyObject.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
MetaEquals (Inherited from DependencyObject.)
OnActivityExecutionContextLoad (Inherited from Activity.)
OnActivityExecutionContextUnload (Inherited from Activity.)
OnClosed (Inherited from Activity.)
RaiseEvent (Inherited from Activity.)
RaiseGenericEvent<(Of <(T>)>) (Inherited from Activity.)
RegisterForStatusChange (Inherited from Activity.)
RemoveHandler (Inherited from DependencyObject.)
RemoveProperty (Inherited from DependencyObject.)
SaveOverloaded.
SetBinding (Inherited from DependencyObject.)
SetBoundValue (Inherited from DependencyObject.)
SetReadOnlyPropertyValue (Inherited from DependencyObject.)
SetValue (Inherited from DependencyObject.)
SetValueBase (Inherited from DependencyObject.)
ToString (Inherited from Activity.)
TrackDataOverloaded.
Uninitialize (Inherited from Activity.)
UnregisterForStatusChange (Inherited from Activity.)

Properties

  NameDescription
Bcc
The Bcc property is used to set the Bcc recipients for the email message.
Body
The Body property is used to specify the Body of the email message.
CC
The CC property is used to set the CC recipients for the email message.
Description (Inherited from Activity.)
DesignMode (Inherited from DependencyObject.)
Enabled (Inherited from Activity.)
ExecutionResult (Inherited from Activity.)
ExecutionStatus (Inherited from Activity.)
From
The From property is used to specify the From (Sender's) address for the email mesage.
HtmlBody
The HTMLBody property is used to specify whether the Body is formatted as HTML (True) or not (False)
IsDynamicActivity (Inherited from Activity.)
Name (Inherited from Activity.)
Parent (Inherited from Activity.)
ParentDependencyObject (Inherited from DependencyObject.)
Port
Specify the Port used for SMTP. The default is 25.
QualifiedName (Inherited from Activity.)
ReplyTo
The email address that should be used for reply messages.
Site (Inherited from DependencyObject.)
SmtpHost
The SMTP host is the machine running SMTP that will send the email. The default is 'localhost'
Subject
The Subject property is used to specify the subject of the Email message."
To
The To property is used to specify the receipient's email address.
UserData (Inherited from DependencyObject.)
WorkflowInstanceId (Inherited from Activity.)

Events

  NameDescription
Canceling (Inherited from Activity.)
Closed (Inherited from Activity.)
Compensating (Inherited from Activity.)
Executing (Inherited from Activity.)
FailedSentEmail
The FailedSentEmail event is raised after an email is not sent.
Faulting (Inherited from Activity.)
SendingEmail
The SendingEmail event is raised before an email is sent through SMTP.
SentEmail
The SentEmail event is raised after an email is sent through SMTP.
StatusChanged (Inherited from Activity.)

See Also