ArrayOfResponseMessagesType.ItemsElementName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property cli::array <ExchangeWebServices::ItemsChoiceType4> ^ ItemsElementName { cli::array <ExchangeWebServices::ItemsChoiceType4> ^ get(); void set(cli::array <ExchangeWebServices::ItemsChoiceType4> ^ value); };
public ExchangeWebServices.ItemsChoiceType4[] ItemsElementName { get; set; }
Public Property ItemsElementName As ItemsChoiceType4()
Property Value
The ItemsElementName property returns one of the valid ItemsChoiceType3 enumeration values.