com.moyosoft.exchange.search
Class If.Message

java.lang.Object
  extended by com.moyosoft.exchange.search.If.Item
      extended by com.moyosoft.exchange.search.If.Message
Enclosing class:
If

public static class If.Message
extends If.Item


Field Summary
static Restriction.StringField BccRecipients
           
static Restriction.StringField CcRecipients
           
static Restriction.StringField ConversationTopic
           
static Restriction.StringField From
           
static Restriction.StringField InternetMessageId
           
static Restriction.RestrictedValue IsNotRead
           
static Restriction.BooleanField IsRead
           
static Restriction.StringField Sender
           
static Restriction.StringField ToRecipients
           
 
Fields inherited from class com.moyosoft.exchange.search.If.Item
Body, Categories, Culture, DateTimeCreated, DateTimeReceived, DateTimeSent, DisplayCc, DisplayTo, EntryId, HasAttachments, Importance, InReplyTo, IsDraft, IsFromMe, IsResend, IsSubmitted, IsUnmodified, ItemClass, ItemId, LastModifiedName, LastModifiedTime, ParentFolderId, ReminderDueBy, ReminderIsSet, ReminderMinutesBeforeStart, SearchKey, Sensitivity, Size, Subject
 
Constructor Summary
If.Message()
           
 
Method Summary
 
Methods inherited from class com.moyosoft.exchange.search.If.Item
extendedBooleanProperty, extendedDateProperty, extendedIntegerProperty, extendedStringProperty
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ConversationTopic

public static Restriction.StringField ConversationTopic

InternetMessageId

public static Restriction.StringField InternetMessageId

IsRead

public static Restriction.BooleanField IsRead

IsNotRead

public static Restriction.RestrictedValue IsNotRead

From

public static Restriction.StringField From

Sender

public static Restriction.StringField Sender

ToRecipients

public static Restriction.StringField ToRecipients

CcRecipients

public static Restriction.StringField CcRecipients

BccRecipients

public static Restriction.StringField BccRecipients
Constructor Detail

If.Message

public If.Message()