Name | Description | |
---|---|---|
![]() | ProcessEmails Constructor | Default Constructor |
The following tables list the members exposed by ProcessEmails.
Name | Description | |
---|---|---|
![]() | ProcessEmails Constructor | Default Constructor |
Name | Description | |
---|---|---|
![]() | ContinueExecution | Defaults to true. Can be set to false to stop execution. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivity) |
Name | Description | |
---|---|---|
![]() | Body | Sets the child Activity. |
![]() | Continuous | 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. |
![]() | DisplayName | (Inherited from System.Activities.Activity) |
![]() | From | Specifies the mask for matching the Mail Header's "From" address. |
![]() | Header | The email that is currently being processed. |
![]() | Id | (Inherited from System.Activities.Activity) |
![]() | SessionName | Specifies the name of the session to use (optional) |
![]() | Subject | Specifies the mask for matching the Mail Header's "Subject" |
![]() | To | Specifies the mask for matching the Mail Header's "To" address. |
![]() | Unread | Specifies if only Unread mail headers should be returned? |
Name | Description | |
---|---|---|
![]() | AbortOnTaskFailure | By default, if an exception occurs during Task execution we log and rethrow. (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivity) |
![]() | CanInduceIdle | Allows the activity to induce idle. (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivity) |
![]() | Constraints | (Inherited from System.Activities.Activity) |
![]() | Implementation | (Inherited from System.Activities.NativeActivity) |
![]() | UserState | Gets or sets a user-defined object associated with the current async activity (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivity) |
Name | Description | |
---|---|---|
![]() | ResumeCommandBookmark | Resumes a bookmark created when starting an Activity. Supported responses are Release or Skip. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivity) |
![]() | ToString | (Inherited from System.Activities.Activity) |
Name | Description | |
---|---|---|
![]() | Abort | Abort Activity (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivity) |
![]() | AfterExecute | Overridden. Process the next |
![]() | CacheMetadata | Overloaded. Overridden. Caches Activity Metadata and Implemenation Variables |
![]() | Cancel | Cancels the Activity (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivity) |
![]() | Execute | Executes the Activity (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivity) |
![]() | ExecuteNonblocking | Overridden. Check mail server for matching emails and execute body once for each email found. |
![]() | OnCreateDynamicUpdateMap | Overloaded. (Inherited from System.Activities.NativeActivity) |
![]() | PrepareToExecute | Overridden. Creates a Mail Server Session |
![]() | UpdateInstance | (Inherited from System.Activities.NativeActivity) |