ArrayOfRealItemsType Class

The ArrayOfRealItemsType class contains an array of items.

Inheritance Hierarchy

System.Object
  ExchangeWebServices.ArrayOfRealItemsType

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class ArrayOfRealItemsType
'Usage
Dim instance As ArrayOfRealItemsType
[SerializableAttribute]
public class ArrayOfRealItemsType

Remarks

MessageType objects represent e-mail messages and all other items that are not strongly typed by the Exchange Web Services (EWS) schema. Items such as IPM.Sharing and IPM.InfoPath are returned as MessageType objects. Microsoft Exchange Server 2010 does not return the base ItemType object in responses.

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.