JAMS Developer Guide
SendEmail Class Members
Fields  Properties  Methods 


MVPSI.JAMS.Activities Namespace : SendEmail Class

The following tables list the members exposed by SendEmail.

Public Constructors
 NameDescription
Public ConstructorDefault Constructor  
Top
Protected Fields
 NameDescription
Protected FieldDefaults to true. Can be set to false to stop execution. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivity)
Top
Public Properties
 NameDescription
Public PropertyAllows for an email attachment.  
Public PropertyThe BCC Address to include in the email.  
Public PropertyThe Body message of the email.  
Public PropertyThe CC Address to include in the email.  
Public Property (Inherited from System.Activities.Activity)
Public PropertyThe Sender's email Address.  
Public Property (Inherited from System.Activities.Activity)
Public PropertyWhen true, the email body will be evaluated as html.  
Public PropertyThe Subject of the email.  
Public PropertyThe Subject of the email.  
Public PropertyThe Recipient's email Address.  
Top
Protected Properties
 NameDescription
Protected PropertyBy default, if an exception occurs during Task execution we log and rethrow. (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivity)
Protected PropertyAllows the activity to induce idle. (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivity)
Protected Property (Inherited from System.Activities.Activity)
Protected Property (Inherited from System.Activities.NativeActivity)
Protected PropertyGets or sets a user-defined object associated with the current async activity (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivity)
Top
Public Methods
 NameDescription
Public MethodResumes a bookmark created when starting an Activity. Supported responses are Release or Skip. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivity)
Public Method (Inherited from System.Activities.Activity)
Top
Protected Methods
 NameDescription
Protected MethodAbort Activity (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivity)
Protected MethodOverridden. Disposes of the MailMessage object  
Protected MethodOverloaded. Overridden. Registers Metadata and validation errors  
Protected MethodOverridden. Cancels the Async Sending of Email  
Protected MethodExecutes the Activity (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivity)
Protected MethodOverridden. Sends the email message  
Protected MethodOverloaded.  (Inherited from System.Activities.NativeActivity)
Protected MethodOverridden. Prepares to the email message to be sent  
Protected Method (Inherited from System.Activities.NativeActivity)
Top
See Also

Reference

SendEmail Class
MVPSI.JAMS.Activities Namespace