NotificationType.ItemsElementName Property

Definition

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.

public:
 property cli::array <ExchangeWebServices::ItemsChoiceType> ^ ItemsElementName { cli::array <ExchangeWebServices::ItemsChoiceType> ^ get(); void set(cli::array <ExchangeWebServices::ItemsChoiceType> ^ value); };
public ExchangeWebServices.ItemsChoiceType[] ItemsElementName { get; set; }
Public Property ItemsElementName As ItemsChoiceType()

Property Value

The ItemsElementName property returns an array of ItemsChoiceType2 enumeration values that indicate the type of object in the Items

Applies to