SearchExpressionType Class
The SearchExpressionType class is the base class for derived classes that represent a restriction.
Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)
Syntax
'Declaration
<SerializableAttribute> _
<XmlIncludeAttribute(GetType(MultipleOperandBooleanExpressionType))> _
<XmlIncludeAttribute(GetType(TwoOperandExpressionType))> _
<XmlIncludeAttribute(GetType(IsLessThanType))> _
<XmlIncludeAttribute(GetType(IsGreaterThanOrEqualToType))> _
<XmlTypeAttribute(Namespace:="https://schemas.microsoft.com/exchange/services/2006/types")> _
<XmlIncludeAttribute(GetType(OrType))> _
<XmlIncludeAttribute(GetType(AndType))> _
<XmlIncludeAttribute(GetType(NotType))> _
<XmlIncludeAttribute(GetType(ContainsExpressionType))> _
<XmlIncludeAttribute(GetType(ExcludesType))> _
<XmlIncludeAttribute(GetType(IsLessThanOrEqualToType))> _
<XmlIncludeAttribute(GetType(IsGreaterThanType))> _
<XmlIncludeAttribute(GetType(IsNotEqualToType))> _
<XmlIncludeAttribute(GetType(IsEqualToType))> _
<XmlIncludeAttribute(GetType(ExistsType))> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
<DebuggerStepThroughAttribute> _
<DesignerCategoryAttribute("code")> _
Public MustInherit Class SearchExpressionType
[SerializableAttribute]
[XmlIncludeAttribute(typeof(MultipleOperandBooleanExpressionType))]
[XmlIncludeAttribute(typeof(TwoOperandExpressionType))]
[XmlIncludeAttribute(typeof(IsLessThanType))]
[XmlIncludeAttribute(typeof(IsGreaterThanOrEqualToType))]
[XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types")]
[XmlIncludeAttribute(typeof(OrType))]
[XmlIncludeAttribute(typeof(AndType))]
[XmlIncludeAttribute(typeof(NotType))]
[XmlIncludeAttribute(typeof(ContainsExpressionType))]
[XmlIncludeAttribute(typeof(ExcludesType))]
[XmlIncludeAttribute(typeof(IsLessThanOrEqualToType))]
[XmlIncludeAttribute(typeof(IsGreaterThanType))]
[XmlIncludeAttribute(typeof(IsNotEqualToType))]
[XmlIncludeAttribute(typeof(IsEqualToType))]
[XmlIncludeAttribute(typeof(ExistsType))]
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[DebuggerStepThroughAttribute]
[DesignerCategoryAttribute("code")]
public abstract class SearchExpressionType
[SerializableAttribute]
[XmlIncludeAttribute(typeof(MultipleOperandBooleanExpressionType))]
[XmlIncludeAttribute(typeof(TwoOperandExpressionType))]
[XmlIncludeAttribute(typeof(IsLessThanType))]
[XmlIncludeAttribute(typeof(IsGreaterThanOrEqualToType))]
[XmlTypeAttribute(Namespace=L"https://schemas.microsoft.com/exchange/services/2006/types")]
[XmlIncludeAttribute(typeof(OrType))]
[XmlIncludeAttribute(typeof(AndType))]
[XmlIncludeAttribute(typeof(NotType))]
[XmlIncludeAttribute(typeof(ContainsExpressionType))]
[XmlIncludeAttribute(typeof(ExcludesType))]
[XmlIncludeAttribute(typeof(IsLessThanOrEqualToType))]
[XmlIncludeAttribute(typeof(IsGreaterThanType))]
[XmlIncludeAttribute(typeof(IsNotEqualToType))]
[XmlIncludeAttribute(typeof(IsEqualToType))]
[XmlIncludeAttribute(typeof(ExistsType))]
[GeneratedCodeAttribute(L"wsdl", L"2.0.50727.42")]
[DebuggerStepThroughAttribute]
[DesignerCategoryAttribute(L"code")]
public ref class SearchExpressionType abstract
/** @attribute SerializableAttribute() */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.MultipleOperandBooleanExpressionType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.TwoOperandExpressionType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.IsLessThanType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.IsGreaterThanOrEqualToType) */
/** @attribute XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types") */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.OrType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.AndType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.NotType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.ContainsExpressionType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.ExcludesType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.IsLessThanOrEqualToType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.IsGreaterThanType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.IsNotEqualToType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.IsEqualToType) */
/** @attribute XmlIncludeAttribute(ExchangeWebServices.ExistsType) */
/** @attribute GeneratedCodeAttribute("wsdl", "2.0.50727.42") */
/** @attribute DebuggerStepThroughAttribute() */
/** @attribute DesignerCategoryAttribute("code") */
public abstract class SearchExpressionType
SerializableAttribute
XmlIncludeAttribute(ExchangeWebServices.MultipleOperandBooleanExpressionType)
XmlIncludeAttribute(ExchangeWebServices.TwoOperandExpressionType)
XmlIncludeAttribute(ExchangeWebServices.IsLessThanType)
XmlIncludeAttribute(ExchangeWebServices.IsGreaterThanOrEqualToType)
XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types")
XmlIncludeAttribute(ExchangeWebServices.OrType)
XmlIncludeAttribute(ExchangeWebServices.AndType)
XmlIncludeAttribute(ExchangeWebServices.NotType)
XmlIncludeAttribute(ExchangeWebServices.ContainsExpressionType)
XmlIncludeAttribute(ExchangeWebServices.ExcludesType)
XmlIncludeAttribute(ExchangeWebServices.IsLessThanOrEqualToType)
XmlIncludeAttribute(ExchangeWebServices.IsGreaterThanType)
XmlIncludeAttribute(ExchangeWebServices.IsNotEqualToType)
XmlIncludeAttribute(ExchangeWebServices.IsEqualToType)
XmlIncludeAttribute(ExchangeWebServices.ExistsType)
GeneratedCodeAttribute("wsdl", "2.0.50727.42")
DebuggerStepThroughAttribute
DesignerCategoryAttribute("code")
public abstract class SearchExpressionType
Remarks
The following types are derived from the SearchExpressionType class:
Inheritance Hierarchy
System.Object
ExchangeWebServices.SearchExpressionType
Derived Classes
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)
See Also