JAMS Developer Guide
ProcessEmails Class Properties


MVPSI.JAMS.Activities Namespace : ProcessEmails Class

For a list of all members of this type, see ProcessEmails members.

Public Properties
 NameDescription
Public PropertySets the child Activity.  
Public Property

When set to true, the activity will run continuously, even when there are no matching files. When there are no matches, the activity waits until a Email arrives. When set to false, the activity completes when there are no matching emails.

 
Public Property (Inherited from System.Activities.Activity)
Public PropertySpecifies the mask for matching the Mail Header's "From" address.  
Public PropertyThe email that is currently being processed.  
Public Property (Inherited from System.Activities.Activity)
Public PropertySpecifies the name of the session to use (optional)  
Public PropertySpecifies the mask for matching the Mail Header's "Subject"  
Public PropertySpecifies the mask for matching the Mail Header's "To" address.  
Public PropertySpecifies if only Unread mail headers should be returned?  
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
See Also

Reference

ProcessEmails Class
MVPSI.JAMS.Activities Namespace