Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

<ul> <li>
  • As
  • String
  • =
  • Mark
  • As
  • Read,
  • As
  • Value
  • =
  • 1
<li>
  • As
  • String
  • =
  • Delete,
  • As
  • Value
  • =
  • 2
<li>
  • As
  • String
  • =
  • Delete/Mark
  • As
  • Read,
  • As
  • Value
  • =
  • 3
<li>
  • As
  • String
  • =
  • Move,
  • As
  • Value
  • =
  • 4
<li>
  • As
  • String
  • =
  • Move/Mark
  • As
  • Read,
  • As
  • Value
  • =
  • 5
</ul>

Default is Mark As Read (1).

<ul> <li> As String = None, As Value = 0 <li> As String = Within Body, As Value = 1 <li> As String = Within Default Markers, As Value = 2 <li> As String = Within Custom Markers, As Value = 3 </ul>
    •  Universal Controller system properties.
    • For Custom Markers, the begin and end markers are explicitly defined.
    When markers are used, all lines of the Email body between the begin and end markers will be variablized in accordance to java properties. Any lines of the Email body outside the markers will be ignored with respect to variablization.

Property

UI Field Name

Description

Specifications

Required

Mutually Exclusive With

Anchor
action - EM
action - EM
action

Action

Action to take on mail that matches the filter.

Valid values:

Html bobswift

N


Anchor
body - EM
body - EM
body

Body

If useAdvancedCriteria is false and bodyFilter is any value other than None, Is Blank, or Is Not Blank; bodyFilter condition value.


N


Anchor
bodyBeginMarker - EM
bodyBeginMarker - EM
bodyBeginMarker

Body Begin Marker

If bodyVariables is Within Custom Markers; Value that demarks the place within the Email body to start processing variables.


N


Anchor
bodyEndMarker - EM
bodyEndMarker - EM
bodyEndMarker

Body End Marker

If bodyVariables is Within Custom Markers; Value that demarks the place within the Email body to stop processing variables.


N


Anchor
bodyFilter - EM
bodyFilter - EM
bodyFilter

Body Filter

If useAdvancedCriteria is false; body filter condition to apply.

Valid values:

html-bobswift

<ul> <li>

  • As
  • String
  • =
  • None,
  • As
  • Value
  • =
  • 0
<li>
  • As
  • String
  • =
  • Equals,
  • As
  • Value
  • =
  • 1
<li>
  • As
  • String
  • =
  • Starts
  • With,
  • As
  • Value
  • =
  • 2
<li>
  • As
  • String
  • =
  • Contains,
  • As
  • Value
  • =
  • 3
<li>
  • As
  • String
  • =
  • Ends
  • With,
  • As
  • Value
  • =
  • 4
<li>
  • As
  • String
  • =
  • Dos
  • Not
  • Equal,
  • As
  • Value
  • =
  • 5
<li>
  • As
  • String
  • =
  • Dos
  • Not
  • Start
  • With,
  • As
  • Value
  • =
  • 6
<li>
  • As
  • String
  • =
  • Does
  • Not
  • Contain,
  • As
  • Value
  • =
  • 7
<li>
  • As
  • String
  • =
  • Dos
  • Not
  • End
  • With,
  • As
  • Value
  • =
  • 8
<li>
  • As
  • String
  • =
  • Is
  • Blank,
  • As
  • Value
  • =
  • 9
<li>
  • As
  • String
  • =
  • Is
  • Not
  • Blank,
  • As
  • Value
  • =
  • 10
<li>
  • As
  • String
  • =
  • Regex,
  • As
  • Value
  • =
  • 11
</ul>

Default is None (0).

N


Anchor
bodyVariables - EM
bodyVariables - EM
bodyVariables

Body Variables

Specification for whether to parse the Email body for name/value pairs to create variables from.

html-bobswift

<ul> <li>

  • If
  • None
  • is
  • selected,
  • no
  • processing
  • of
  • the
  • Email
  • body
  • will
  • occur.
<li>
  • If
  • When
  • Within
  • Body
  • is
  • selected,
  • the
  • entire
  • body
  • of
  • the
  • Email
  • will
  • be
  • scanned
  • for
  • a
  • "="
  • (equal
  • sign)
  • and
  • any
  • lines
  • containing
  • a
  • "="
  • will
  • be
  • variablized
  • as
  • long
  • as
  • the
  • text
  • to
  • the
  • left
  • of
  • the
  • "="
  • conforms
  • to
  • the
  • naming
  • standards
  • for
  • variables.
<li>
  • If
  • Within
  • Default
  • Markers
  • or
  • Within
  • Custom
  • Markers
  • is
  • selected,
  • the
  • processing
  • for
  • each
  • will
  • be
  • the
  • same,
  • with
  • the
  • only
  • difference
  • being
  • the
  • demarcation
  • values.
<ul> <li> For Default
    • For Default Markers,
    • the
    • marker
    • begin
    • and
    • end
    • values
    • are
    • defined
    • by
    • the
Html bobswift
 and 
Html bobswift
 Universal Controller system properties.
<li> For Custom Markers, the begin and end markers are explicitly defined. 
</ul>
When markers are used, all lines of the Email body between the begin and end markers will be variablized in accordance to java properties. Any lines of the Email body outside the markers will be ignored with respect to  variablization.
</ul>

Valid values:

Html bobswift

Valid values:

  • As String = None, As Value = 0
  • As String = Within Body, As Value = 1
  • As String = Within Default Markers, As Value = 2
  • As String = Within Custom Markers, As Value = 3

Default is None (0).

N


Anchor
caseSensitive - EM
caseSensitive - EM
caseSensitive

Case Sensitive

If useAdvancedCriteria is false; Text-based filters should be treated as case-sensitive.

Boolean; Valid values: true/false. Default is false.

N


Anchor
cc - EM
cc - EM
cc

Cc

If useAdvancedCriteria is false and ccFilter is any value other than None, Is Blank, or Is Not Blank; ccFilter condition value.


N


Anchor
ccFilter - EM
ccFilter - EM
ccFilter

Cc Filter

If useAdvancedCriteria is false; cc filter condition to apply.

Valid values:

html-bobswift

<ul> <li>

  • As
  • String
  • =
  • None,
  • As
  • Value
  • =
  • 0
<li>
  • As
  • String
  • =
  • Equals,
  • As
  • Value
  • =
  • 1
<li>
  • As
  • String
  • =
  • Contains,
  • As
  • Value
  • =
  • 3
<li>
  • As
  • String
  • =
  • Dos
  • Not
  • Equal,
  • As
  • Value
  • =
  • 5
<li>
  • As
  • String
  • =
  • Does
  • Not
  • Contain,
  • As
  • Value
  • =
  • 7
<li>
  • As
  • String
  • =
  • Is
  • Blank,
  • As
  • Value
  • =
  • 9
<li>
  • As
  • String
  • =
  • Is
  • Not
  • Blank,
  • As
  • Value
  • =
  • 10
<li>
  • As
  • String
  • =
  • Regex,
  • As
  • Value
  • =
  • 11
</ul>

Default is None (0).

N


Anchor
connection - EM
connection - EM
connection

Email Connection

Email Connection name.


N

connectionVar

Anchor
connectionVar - EM
connectionVar - EM
connectionVar

Email Connection Variable

Name of a variable that will be resolved at run time to the name of the Email Connection to use.


N

connection

Anchor
contentProcessingType - EM
contentProcessingType - EM
contentProcessingType

Email Content Processing

Method for determining the success or failure of this task based on Email content.

Valid values:

html-bobswift

<ul> <li>

  • As
  • String
  • =
  • --
  • None
  • --,
  • As
  • Value
  • =
  • 0
<li>
  • As
  • String
  • =
  • Success
  • Body
  • Contains
  • ,
  • As
  • Value
  • =
  • 1
<li>
  • As
  • String
  • =
  • Failure
  • Body
  • Contains
  • ,
  • As
  • Value
  • =
  • 2
<li>
  • As
  • String
  • =
  • Success
  • Body
  • Does
  • Not
  • Contain,
  • As
  • Value
  • =
  • 3
<li>
  • As
  • String
  • =
  • Failure
  • Body
  • Does
  • Not
  • Contain,
  • As
  • Value
  • =
  • 4
<li>
  • As
  • String
  • =
  • Success
  • Subject
  • Contains
  • k,
  • As
  • Value
  • =
  • 5
<li>
  • As
  • String
  • =
  • Failure
  • Subject
  • Contains
  • ,
  • As
  • Value
  • =
  • 6
<li>
  • As
  • String
  • =
  • Success
  • Subject
  • Does
  • Not
  • Contain
  • ,
  • As
  • Value
  • =
  • 7
<li>
  • As
  • String
  • =
  • Failure
  • Subject
  • Does
  • Not
  • Contain
  • ,
  • As
  • Value
  • =
  • 8
</ul>

Default is – None – (0).

N


Anchor
contentValue - EM
contentValue - EM
contentValue

Content Vale

If contentProcessingType is not – None --; Content Value to be matched in the email.


N


Anchor
csContentProcessing - EM
csContentProcessing - EM
csContentProcessing

Case Sensitive Content

If contentProcessingType is not – None --; Indication of whether or not matching will be performed in a case sensitive manner.

Boolean; Valid values: true/false. Default is false.

N


Anchor
expirationAction - EM
expirationAction - EM
expirationAction

Expiration Action

Expiration Action to specify the timeout Execution status.

Valid values:

  • As String = Failed, As Value = 1

  • As String = Finished, As Value = 2

Default is Failed (1).

N


Anchor
filterLogic - EM
filterLogic - EM
filterLogic

Filter Logic

Logic to apply when combining filters. If useAdvancedCriteria is true, filterLogic specified the logic to apply when combining Advanced Criteria record.

Valid values:

html-bobswift

<ul> <li>

  • As
  • String
  • =
  • And,
  • As
  • Value
  • =
  • 1
<li>
  • As
  • String
  • =
  • Or,
  • As
  • Value
  • =
  • 2
</ul>

Default is And (1).

N


Anchor
from - EM
from - EM
from

From

If useAdvancedCriteria is false and fromFilter is any value other than None; fromFilter condition value.


N


Anchor
fromFilter - EM
fromFilter - EM
fromFilter

From Filter

If useAdvancedCriteria is false; from filter condition to apply.

Valid values:

html-bobswift

<ul> <li>

  • As
  • String
  • =
  • None,
  • As
  • Value
  • =
  • 0
<li>
  • As
  • String
  • =
  • Equals,
  • As
  • Value
  • =
  • 1
<li>
  • As
  • String
  • =
  • Contains,
  • As
  • Value
  • =
  • 3
<li>
  • As
  • String
  • =
  • Dos
  • Not
  • Equal,
  • As
  • Value
  • =
  • 5
<li>
  • As
  • String
  • =
  • Does
  • Not
  • Contain,
  • As
  • Value
  • =
  • 7
<li>
  • As
  • String
  • =
  • Regex,
  • As
  • Value
= 11 </ul>
  • = 11

Default is None (0).

N


Anchor
includeReadMail - EM
includeReadMail - EM
includeReadMail

Include Read Mail

Specification for whether or not mail marked as read should be included by the filter.

Boolean; Valid values: true/false. Default is false.

N


Anchor
mailboxFolder - EM
mailboxFolder - EM
mailboxFolder

Mailbox Folder

Mailbox folder to monitor.


Y


Anchor
mailboxFolderDestination - EM
mailboxFolderDestination - EM
mailboxFolderDestination

Mailbox Folder Destination

If action is Move or Move/Mark As Read; Mailbox folder to move matched mail into.


Y


Anchor
moveToTrash - EM
moveToTrash - EM
moveToTrash

Move To Trash

If action is Delete or Delete/Mark As Read; Mail matching the filter will be moved to the trash folder in th Email Connection specified by connection.


Y


Anchor
receivedAfter - EM
receivedAfter - EM
receivedAfter

Receive After

If receivedRestriction is After; receivedRestriction restriction value.

Valid values:

html-bobswift

<ul> <li>

  • As
  • String
  • =
  • Date,
  • As
  • Value
  • =
  • 1
<li>
  • As
  • String
  • =
  • Today,
  • As
  • Value
  • =
  • 2
<li>
  • As
  • String
  • =
  • Yesterday,
  • As
  • Value
  • =
  • 3
<li>
  • As
  • String
  • =
  • Tomorrow,
  • As
  • Value
  • =
  • 4
<li>
  • As
  • String
  • =
  • Launch
  • Time,
  • As
  • Value
  • =
  • 5
<li>
  • As
  • String
  • =
  • Relative,
  • As
  • Value
  • =
  • 6
</ul>

Default is Date (1).

N


Anchor
receivedAfterDate - EM
receivedAfterDate - EM
receivedAfterDate

Receive After Date

If receivedAfter is Date; Specific date for the receivedAfter restriction value.

Valid format: YYYY-MM-DD

N


Anchor
receivedAfterOffset - EM
receivedAfterOffset - EM
receivedAfterOffset

Receive After Offset

If receivedAfter is Relative; Offset, relative to the last launch time, for the receivedAfter restriction value.

Valid Format: [+/-]hh:mm

N


Anchor
receivedBefore - EM
receivedBefore - EM
receivedBefore

Receive Before

If receivedRestriction is Before; receivdeRestriction restriction value.

Valid values:

html-bobswift

<ul> <li>

  • As
  • String
  • =
  • Date,
  • As
  • Value
  • =
  • 1
<li>
  • As
  • String
  • =
  • Today,
  • As
  • Value
  • =
  • 2
<li>
  • As
  • String
  • =
  • Yesterday,
  • As
  • Value
  • =
  • 3
<li>
  • As
  • String
  • =
  • Tomorrow,
  • As
  • Value
  • =
  • 4
<li>
  • As
  • String
  • =
  • Launch
  • Time,
  • As
  • Value
  • =
  • 5
<li>
  • As
  • String
  • =
  • Relative,
  • As
  • Value
  • =
  • 6
</ul>

Default is Date (1).

N


Anchor
receivedBeforeDate - EM
receivedBeforeDate - EM
receivedBeforeDate

Receive Before Date

If receivedBefore is Date; Specific date for the receivedBefore restriction value.

Valid format: YYYY-MM-DD

N


Anchor
receivedBeforeOffset - EM
receivedBeforeOffset - EM
receivedBeforeOffset

Receive Before Offset

If receivedBefore is Relative; Offset, relative to the last launch time, for the receivedBefore restriction value.

Valid Format: [+/-]hh:mm

N


Anchor
receivedOn - EM
receivedOn - EM
receivedOn

Receive On

If receivedRestriction is On; receivedRestriction restriction value.

Valid values:

html-bobswift

<ul> <li>

  • As
  • String
  • =
  • Date,
  • As
  • Value
  • =
  • 1
<li>
  • As
  • String
  • =
  • Today,
  • As
  • Value
  • =
  • 2
<li>
  • As
  • String
  • =
  • Yesterday,
  • As
  • Value
  • =
  • 3
<li>
  • As
  • String
  • =
  • Tomorrow,
  • As
  • Value
  • =
  • 4
</ul>

Default is Date (1).

N


Anchor
receivedOnDate - EM
receivedOnDate - EM
receivedOnDate

Receive On Date

If receivedOn is Date; Specific date for the receivedOn restriction value.

Valid format: YYYY-MM-DD

N


Anchor
receivedRestriction - EM
receivedRestriction - EM
receivedRestriction

Receive Restriction

Type of Receive restriction to apply.

Valid values:

html-bobswift

<ul> <li>

  • As
  • String
  • =
  • None,
  • As
  • Value
  • =
  • 0
<li>
  • As
  • String
  • =
  • On,
  • As
  • Value
  • =
  • 1
<li>
  • As
  • String
  • =
  • Before,
  • As
  • Value
  • =
  • 2
<li>
  • As
  • String
  • =
  • After,
  • As
  • Value
  • =
  • 3
<li>
  • As
  • String
  • =
  • Span,
  • As
  • Value
  • =
  • 4
</ul>

Default is None (0).

N


Anchor
sentAfter - EM
sentAfter - EM
sentAfter

Sent After

If sentRestriction is After; sentRestriction restriction value.

Valid values:

html-bobswift

<ul> <li>

  • As
  • String
  • =
  • Date,
  • As
  • Value
  • =
  • 1
<li>
  • As
  • String
  • =
  • Today,
  • As
  • Value
  • =
  • 2
<li>
  • As
  • String
  • =
  • Yesterday,
  • As
  • Value
  • =
  • 3
<li>
  • As
  • String
  • =
  • Tomorrow,
  • As
  • Value
  • =
  • 4
<li>
  • As
  • String
  • =
  • Launch
  • Time,
  • As
  • Value
  • =
  • 5
<li>
  • As
  • String
  • =
  • Relative,
  • As
  • Value
  • =
  • 6
</ul>

Default is Date (1).

N


Anchor
sentAfterDate - EM
sentAfterDate - EM
sentAfterDate

Sent After Date

If sentAfter is Date; Specific date for the sentAfter restriction value.

Valid format: YYYY-MM-DD

N


Anchor
sentAfterOffset - EM
sentAfterOffset - EM
sentAfterOffset

Sent After Offset

If sentAfter is Relative; Offset, relative to the last launch time, for the sentAfter restriction value.

Valid Format: [+/-]hh:mm

N


Anchor
sentBefore - EM
sentBefore - EM
sentBefore

Sent Before

If sentRestriction is Before; sentRestriction restriction value.

Valid values:

html-bobswift

<ul> <li>

  • As
  • String
  • =
  • Date,
  • As
  • Value
  • =
  • 1
<li>
  • As
  • String
  • =
  • Today,
  • As
  • Value
  • =
  • 2
<li>
  • As
  • String
  • =
  • Yesterday,
  • As
  • Value
  • =
  • 3
<li>
  • As
  • String
  • =
  • Tomorrow,
  • As
  • Value
  • =
  • 4
<li>
  • As
  • String
  • =
  • Launch
  • Time,
  • As
  • Value
  • =
  • 5
<li>
  • As
  • String
  • =
  • Relative,
  • As
  • Value
  • =
  • 6
</ul>

Default is Date (1).

N


Anchor
sentBeforeDate - EM
sentBeforeDate - EM
sentBeforeDate

Sent Before Date

If sentBefore is Date; Specific date for the sentBefore restriction value.

Valid format: YYYY-MM-DD

N


Anchor
sentBeforeOffset - EM
sentBeforeOffset - EM
sentBeforeOffset

Sent Before Offset

If sentBefore is Relative; Offset, relative to the last launch time, for the sentBefore restriction value.

Valid Format: [+/-]hh:mm

N


Anchor
sentOn - EM
sentOn - EM
sentOn

Sent On

If sentRestriction is On; sentRestriction restriction value.

Valid values:

html-bobswift

<ul> <li>

  • As
  • String
  • =
  • Date,
  • As
  • Value
  • =
  • 1
<li>
  • As
  • String
  • =
  • Today,
  • As
  • Value
  • =
  • 2
<li>
  • As
  • String
  • =
  • Yesterday,
  • As
  • Value
  • =
  • 3
<li>
  • As
  • String
  • =
  • Tomorrow,
  • As
  • Value
  • =
  • 4
</ul>

Default is Date (1).

N


Anchor
sentOnDate - EM
sentOnDate - EM
sentOnDate

Sent On Date

If sentOn is Date; Specific date for the sentOn restriction value.

Valid format: YYYY-MM-DD

N


Anchor
sentRestriction - EM
sentRestriction - EM
sentRestriction

Sent Restriction

Type of Sent restriction to apply.

Valid values:

html-bobswift

<ul> <li>

  • As
  • String
  • =
  • None,
  • As
  • Value
  • =
  • 0
<li>
  • As
  • String
  • =
  • On,
  • As
  • Value
  • =
  • 1
<li>
  • As
  • String
  • =
  • Before,
  • As
  • Value
  • =
  • 2
<li>
  • As
  • String
  • =
  • After,
  • As
  • Value
  • =
  • 3
<li>
  • As
  • String
  • =
  • Span,
  • As
  • Value
  • =
  • 4
</ul>

Default is None (0).

N


Anchor
subject - EM
subject - EM
subject

Subject

If useAdvancedCriteria is false and subjectFilter is any value other than None, Is Blank, or Is Not Blank; subjectFilter condition value.


N


Anchor
subjectFilter - EM
subjectFilter - EM
subjectFilter

Subject Filter

If useAdvancedCriteria is false; subject filter condition to apply.

Valid values:

html-bobswift

<ul> <li>

  • As
  • String
  • =
  • None,
  • As
  • Value
  • =
  • 0
<li>
  • As
  • String
  • =
  • Equals,
  • As
  • Value
  • =
  • 1
<li>
  • As
  • String
  • =
  • Starts
  • With,
  • As
  • Value
  • =
  • 2
<li>
  • As
  • String
  • =
  • Contains,
  • As
  • Value
  • =
  • 3
<li>
  • As
  • String
  • =
  • Ends
  • With,
  • As
  • Value
  • =
  • 4
<li>
  • As
  • String
  • =
  • Dos
  • Not
  • Equal,
  • As
  • Value
  • =
  • 5
<li>
  • As
  • String
  • =
  • Dos
  • Not
  • Start
  • With,
  • As
  • Value
  • =
  • 6
<li>
  • As
  • String
  • =
  • Does
  • Not
  • Contain,
  • As
  • Value
  • =
  • 7
<li>
  • As
  • String
  • =
  • Dos
  • Not
  • End
  • With,
  • As
  • Value
  • =
  • 8
<li>
  • As
  • String
  • =
  • Is
  • Blank,
  • As
  • Value
  • =
  • 9
<li>
  • As
  • String
  • =
  • Is
  • Not
  • Blank,
  • As
  • Value
  • =
  • 10
<li>
  • As
  • String
  • =
  • Regex,
  • As
  • Value
  • =
  • 11
</ul>

Default is None (0).

N


Anchor
timeLimit - EM
timeLimit - EM
timeLimit

Time Limit

Used for Email Monitor tasks not associated with a trigger; Amount of time (in units specified by timeLimitUnit) to monitor for the Email Monitor conditions to be met.

The timeLimit duration is always relative to the start time of the Email Monitor task instance.

N

Anchor
timeLimitUnit - EM
timeLimitUnit - EM
timeLimitUnit

Time Limit Unit

Unit of time to use for timeLimit.

Valid Values:

html-bobswift

<ul> <li>

  • As
  • String
  • =
  • Minutes,
  • As
  • Value
  • =
  • 2
<li>
  • As
  • String
  • =
  • Hours,
  • As
  • Value
  • =
  • 3
<li>
  • As
  • String
  • =
  • Days,
  • As
  • Value
  • =
  • 4
</ul>

Default is Hours (3).

N

Anchor
to - EM
to - EM
to

To

If useAdvancedCriteria is false and toFilter is any value other than None, Is Blank, or Is Not Blank; toFilter condition value.


N


Anchor
toFilter - EM
toFilter - EM
toFilter

To Filter

If useAdvancedCriteria is false; to condition to apply.

Valid values:

html-bobswift

<ul> <li>

  • As
  • String
  • =
  • None,
  • As
  • Value
  • =
  • 0
<li>
  • As
  • String
  • =
  • Equals,
  • As
  • Value
  • =
  • 1
<li>
  • As
  • String
  • =
  • Contains,
  • As
  • Value
  • =
  • 3
<li>
  • As
  • String
  • =
  • Dos
  • Not
  • Equal,
  • As
  • Value
  • =
  • 5
<li>
  • As
  • String
  • =
  • Does
  • Not
  • Contain,
  • As
  • Value
  • =
  • 7
<li>
  • As
  • String
  • =
  • Is
  • Blank,
  • As
  • Value
  • =
  • 9
<li>
  • As
  • String
  • =
  • Is
  • Not
  • Blank,
  • As
  • Value
  • =
  • 10
<li>
  • As
  • String
  • =
  • Regex,
  • As
  • Value
  • =
  • 11
</ul>

Default is None (0).

N


Anchor
useAdvancedCriteria - EM
useAdvancedCriteria - EM
useAdvancedCriteria

Use Advanced Criteria

Specification for whether or not to use Advanced Criteria for the Email Monitor filter criteria.

Boolean; Valid values: true/false. Default is false.

N


...