MVPSI.JAMS.Activities Namespace : ProcessEmails Class |
For a list of all members of this type, see ProcessEmails members.
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) |