Share via


NotificationType.ItemsElementName Property

The ItemsElementName property gets or sets an array of elements of the type ItemsChoiceType3 that specifies the type of response for each corresponding element in the Items property.

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

Syntax

'Declaration
<XmlIgnoreAttribute> _
<XmlElementAttribute("ItemsElementName")> _
Public Property ItemsElementName As ItemsChoiceType()
[XmlIgnoreAttribute] 
[XmlElementAttribute("ItemsElementName")] 
public ItemsChoiceType[] ItemsElementName { get; set; }
[XmlIgnoreAttribute] 
[XmlElementAttribute(L"ItemsElementName")] 
public:
property array<ItemsChoiceType>^ ItemsElementName {
    array<ItemsChoiceType>^ get ();
    void set (array<ItemsChoiceType>^ value);
}
/** @property */
public ItemsChoiceType[] get_ItemsElementName ()

/** @property */
public void set_ItemsElementName (ItemsChoiceType[] value)
public function get ItemsElementName () : ItemsChoiceType[]

public function set ItemsElementName (value : ItemsChoiceType[])

Property Value

The ItemsElementName property returns an array of ItemsChoiceType2 enumeration values that indicate the type of object in the Items collection at the corresponding index.

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)