The EwsSearchParameter type exposes the following members.

Methods

  NameDescription
Public methodStatic memberSupported by the .NET Compact FrameworkAnd
Multiple criteria combined using the AND operator - only messages that match all the criteria are matched.
Public methodStatic memberSupported by the .NET Compact FrameworkArrived(DateTime)
Messages that arrived on the specified date (disregarding time).
Public methodStatic memberSupported by the .NET Compact FrameworkArrived(Nullable<(Of <<'(DateTime>)>>), Nullable<(Of <<'(DateTime>)>>))
Messages that arrived in the specified date and time interval.
Public methodStatic memberSupported by the .NET Compact FrameworkBody
Messages that contain the specified string in its Body.
Public methodStatic memberSupported by the .NET Compact FrameworkCategory
Messages that have the specified Category.
Public methodStatic memberSupported by the .NET Compact FrameworkCC
Messages that contain the specified string in its CC field.
Public methodSupported by the .NET Compact FrameworkEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberSupported by the .NET Compact FrameworkFrom
Messages that contain the specified string in its From field.
Public methodStatic memberSupported by the .NET Compact FrameworkFullText
Messages that contain the specified string in its Body, Subject, From, To, Category, CC, Bcc or Sender.
Public methodSupported by the .NET Compact FrameworkGetHashCode
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberSupported by the .NET Compact FrameworkHasFlag(EwsFlagStatus)
Messages that have a flag in the specified state.
Public methodStatic memberSupported by the .NET Compact FrameworkHasFlag(EwsFlagStatus, EwsDateTimeRange)
Messages which have a specific flag and fall within the specified time intervals.
Public methodStatic memberSupported by the .NET Compact FrameworkHasFlag(EwsFlagStatus, EwsDateTimeRange, EwsDateTimeRange)
Messages which have a specific flag and fall within the specified time intervals.
Public methodStatic memberSupported by the .NET Compact FrameworkHeader(String)
Messages with a header regardless its value.
Public methodStatic memberSupported by the .NET Compact FrameworkHeader(String, String)
Messages with a header set to a particular value.
Public methodStatic memberSupported by the .NET Compact FrameworkImportance
Messages that have the specified importance.
Public methodStatic memberSupported by the .NET Compact FrameworkIsDraft
Messages that are (not) draft.
Public methodStatic memberSupported by the .NET Compact FrameworkIsRead
Messages that are read or unread depending on the parameter specified.
Protected methodSupported by the .NET Compact FrameworkMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberSupported by the .NET Compact FrameworkMessageId
Messages with the specified Internet Message ID.
Public methodStatic memberSupported by the .NET Compact FrameworkNot
Messages that don't match the specified criteria.
Public methodStatic memberSupported by the .NET Compact FrameworkNotCategory
Messages without the specified category set.
Public methodStatic memberSupported by the .NET Compact FrameworkNotCc
Messages that do not contain the specified string in its CC field.
Public methodStatic memberSupported by the .NET Compact FrameworkNotFrom
Messages that do not contain the specified string in its From field.
Public methodStatic memberSupported by the .NET Compact FrameworkNotTo
Messages that do not contain the specified string in its To field.
Public methodStatic memberSupported by the .NET Compact FrameworkOr
Multiple criteria combined using the OR operator - messages that match any of the criteria are matched.
Public methodStatic memberSupported by the .NET Compact FrameworkSender
Messages that contain the specified string in its Sender field.
Public methodStatic memberSupported by the .NET Compact FrameworkSensitivity
Messages that have the specified sensitivity.
Public methodStatic memberSupported by the .NET Compact FrameworkSent(DateTime)
Messages that were sent on the specified date (disregarding time).
Public methodStatic memberSupported by the .NET Compact FrameworkSent(Nullable<(Of <<'(DateTime>)>>), Nullable<(Of <<'(DateTime>)>>))
Messages that were sent in the specified date and time interval.
Public methodStatic memberSupported by the .NET Compact FrameworkSize
Messages with a size within the specified interval.
Public methodStatic memberSupported by the .NET Compact FrameworkSubject
Messages that contain the specified string in its Subject field.
Public methodStatic memberSupported by the .NET Compact FrameworkTo
Messages that contain the specified string in its To field.
Public methodSupported by the .NET Compact FrameworkToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also