SendEmail members

Defines a workflow activity that is used to create and send an email message to the specified users.

The SendEmail type exposes the following members.

Constructors

  Name Description
Public method SendEmail Initializes a new instance of the SendEmail class.

Top

Properties

  Name Description
Public property BCC Gets or sets the recipients to blind-carbon copy (BCC) on the email message.
Public property Body Gets or sets the body text of the e-mail message.
Public property CC Gets or sets the recipients to carbon-copy (CC) on the e-mail message.
Public property CorrelationToken (Inherited from CallExternalMethodActivity.)
Public property Description (Inherited from Activity.)
Protected property DesignMode (Inherited from DependencyObject.)
Public property Enabled (Inherited from Activity.)
Public property ExecutionResult (Inherited from Activity.)
Public property ExecutionStatus (Inherited from Activity.)
Public property From Gets or sets the email address of the sender of the message.
Public property Headers Gets or sets the email message headers.
Public property IncludeStatus Gets or sets a Boolean value that indicates whether to include information about the workflow status in the body of the email message.
Public property InterfaceType Returns the interface used to implement the activity. (Overrides CallExternalMethodActivity.InterfaceType.)
Public property IsDynamicActivity (Inherited from Activity.)
Public property MethodName Returns the interface method invoked by this activity. (Overrides CallExternalMethodActivity.MethodName.)
Public property Name (Inherited from Activity.)
Public property ParameterBindings (Inherited from CallExternalMethodActivity.)
Public property Parent (Inherited from Activity.)
Protected property ParentDependencyObject (Inherited from DependencyObject.)
Public property QualifiedName (Inherited from Activity.)
Public property Site (Inherited from DependencyObject.)
Public property Subject Gets or sets the subject line of the email message.
Public property To Gets or sets the email address of the recipient of the message.
Public property UserData (Inherited from DependencyObject.)
Public property WorkflowId Gets or sets the workflow ID of the workflow instance.
Protected property WorkflowInstanceId (Inherited from Activity.)

Top

Methods

  Name Description
Public method AddHandler (Inherited from DependencyObject.)
Protected method Cancel (Inherited from Activity.)
Public method Clone (Inherited from Activity.)
Public method Dispose() (Inherited from DependencyObject.)
Protected method Dispose(Boolean) (Inherited from DependencyObject.)
Public method Equals (Inherited from Object.)
Protected method Execute (Inherited from CallExternalMethodActivity.)
Protected method Finalize (Inherited from DependencyObject.)
Public method GetActivityByName(String) (Inherited from Activity.)
Public method GetActivityByName(String, Boolean) (Inherited from Activity.)
Public method GetBinding (Inherited from DependencyObject.)
Protected method GetBoundValue (Inherited from DependencyObject.)
Public method GetHashCode (Inherited from Object.)
Protected method GetInvocationList<T> (Inherited from DependencyObject.)
Public method GetType (Inherited from Object.)
Public method GetValue (Inherited from DependencyObject.)
Public method GetValueBase (Inherited from DependencyObject.)
Protected method HandleFault (Inherited from Activity.)
Protected method Initialize (Inherited from Activity.)
Protected method InitializeProperties (Inherited from CallExternalMethodActivity.)
Protected method Invoke<T>(EventHandler<T>, T) (Inherited from Activity.)
Protected method Invoke<T>(IActivityEventListener<T>, T) (Inherited from Activity.)
Public method IsBindingSet (Inherited from DependencyObject.)
Protected method MemberwiseClone (Inherited from Object.)
Public method MetaEquals (Inherited from DependencyObject.)
Protected method OnActivityExecutionContextLoad (Inherited from Activity.)
Protected method OnActivityExecutionContextUnload (Inherited from Activity.)
Protected method OnClosed (Inherited from Activity.)
Protected method OnMethodInvoked (Inherited from CallExternalMethodActivity.)
Protected method OnMethodInvoking Sets the ParameterBindings for the activity. (Overrides CallExternalMethodActivity.OnMethodInvoking(EventArgs).)
Protected method RaiseEvent (Inherited from Activity.)
Protected method RaiseGenericEvent<T> (Inherited from Activity.)
Public method RegisterForStatusChange (Inherited from Activity.)
Public method RemoveHandler (Inherited from DependencyObject.)
Public method RemoveProperty (Inherited from DependencyObject.)
Public method Save(Stream) (Inherited from Activity.)
Public method Save(Stream, IFormatter) (Inherited from Activity.)
Public method SetBinding (Inherited from DependencyObject.)
Protected method SetBoundValue (Inherited from DependencyObject.)
Protected method SetReadOnlyPropertyValue (Inherited from DependencyObject.)
Public method SetValue (Inherited from DependencyObject.)
Public method SetValueBase (Inherited from DependencyObject.)
Public method ToString (Inherited from Activity.)
Protected method TrackData(Object) (Inherited from Activity.)
Protected method TrackData(String, Object) (Inherited from Activity.)
Protected method Uninitialize (Inherited from Activity.)
Public method UnregisterForStatusChange (Inherited from Activity.)

Top

Events

  Name Description
Public event Canceling (Inherited from Activity.)
Public event Closed (Inherited from Activity.)
Public event Compensating (Inherited from Activity.)
Public event Executing (Inherited from Activity.)
Public event Faulting (Inherited from Activity.)
Public event MethodInvoking (Inherited from CallExternalMethodActivity.)
Public event StatusChanged (Inherited from Activity.)

Top

Fields

  Name Description
Public fieldStatic member BCCProperty The DependencyProperty object that promotes the BCC property.
Public fieldStatic member BodyProperty The DependencyProperty object that promotes the Body property.
Public fieldStatic member CCProperty The DependencyProperty object that promotes the CC property.
Public fieldStatic member FromProperty The DependencyProperty object that promotes the From property.
Public fieldStatic member HeadersProperty The DependencyProperty object that promotes the Headers property.
Public fieldStatic member IncludeStatusProperty The DependencyProperty object that promotes the IncludeStatus property.
Public fieldStatic member SubjectProperty The DependencyProperty object that promotes the Subject property.
Public fieldStatic member ToProperty The DependencyProperty object that promotes the To property.
Public fieldStatic member WorkflowIdProperty The DependencyProperty object that promotes the WorkflowId property.

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate event IComponent.Disposed (Inherited from DependencyObject.)
Explicit interface implemetationPrivate method IDynamicPropertyTypeProvider.GetAccessType (Inherited from CallExternalMethodActivity.)
Explicit interface implemetationPrivate method IDynamicPropertyTypeProvider.GetPropertyType (Inherited from CallExternalMethodActivity.)

Top

See also

Reference

SendEmail class

Microsoft.SharePoint.WorkflowActions namespace