ArrayOfResponseMessagesType.ItemsElementName Property
The ItemsElementName property gets or sets an array of elements of type ItemsChoiceType3 that specify 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 ItemsChoiceType3()
[XmlIgnoreAttribute]
[XmlElementAttribute("ItemsElementName")]
public ItemsChoiceType3[] ItemsElementName { get; set; }
[XmlIgnoreAttribute]
[XmlElementAttribute(L"ItemsElementName")]
public:
property array<ItemsChoiceType3>^ ItemsElementName {
array<ItemsChoiceType3>^ get ();
void set (array<ItemsChoiceType3>^ value);
}
/** @property */
public ItemsChoiceType3[] get_ItemsElementName ()
/** @property */
public void set_ItemsElementName (ItemsChoiceType3[] value)
public function get ItemsElementName () : ItemsChoiceType3[]
public function set ItemsElementName (value : ItemsChoiceType3[])
Property Value
The ItemsElementName property returns one of the valid ItemsChoiceType3 enumeration values.
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)
See Also