NonEmptyArrayOfAllItemsType Class
The NonEmptyArrayOfAllItemsType class contains an array of items that are used with the CreateItem method, meeting request items, and calendar items.
Inheritance Hierarchy
System.Object
ExchangeWebServices.NonEmptyArrayOfAllItemsType
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class NonEmptyArrayOfAllItemsType
'Usage
Dim instance As NonEmptyArrayOfAllItemsType
[SerializableAttribute]
public class NonEmptyArrayOfAllItemsType
Remarks
The NonEmptyArrayOfAllItemsType class must always contain at least one object if it is used in a request or response.
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