ContactsViewType Class

The ContactsViewType class represents the settings that are used to return contact items based on their alphabetical display names.

Inheritance Hierarchy

System.Object
  ExchangeWebServices.BasePagingType
    ExchangeWebServices.ContactsViewType

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class ContactsViewType _
    Inherits BasePagingType
'Usage
Dim instance As ContactsViewType
[SerializableAttribute]
public class ContactsViewType : BasePagingType

Remarks

This type is only used in FindItem Operation requests.

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.