Overview

Predicate for filtering on the IMAP UID of messages. There are two ways to request the collection of messages (and they are not mutually exclusive).

Using the RangeEnd and RangeStart members of this type define a contiguious range of messages for searching. One may also specify a collection of discrete messages for inclusion in the search. If both the UIDSet and RangeStart/End are used, the unioned set is searched.

Members

Show inherited members

Name Type Description

UIDSet

long[]

Collection of UIDs for searching (need not be contiguious)

rangeEnd

long

Endpoint of the range

rangeStart

long

Starting point of the range

Hierarchy

Inherits From

Examples

Below are examples in XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:uidPredicate xsi:type="obh:uidPredicate" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <UIDSet>your_long_0</UIDSet>
        <UIDSet>your_long_1</UIDSet>
        <UIDSet>your_long_2</UIDSet>
        <rangeEnd>your_long_0</rangeEnd>
        <rangeStart>your_long_0</rangeStart>
</obh:uidPredicate>

Referenced By Representaions

Not Referenced Directly by Representations