RestrictionType Class
The RestrictionType class contains a search restriction or query for FindItem/FindFolder operations and search folders.
Inheritance Hierarchy
System.Object
ExchangeWebServices.RestrictionType
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class RestrictionType
'Usage
Dim instance As RestrictionType
[SerializableAttribute]
public class RestrictionType
Remarks
The RestrictionType class is used by the FindItem and FindFolder operations to filter search results. It is also used in CreateFolder, GetFolder, and UpdateFolder operations to create and access restrictions on search folders.
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.
See Also