Compartir a través de


ConversationNode.Items Propiedad

Definición

Obtiene o establece los elementos de un nodo de conversación. La Items propiedad es aplicable a los clientes que tienen como destino Exchange Online y versiones de Exchange a partir de Exchange Server 2013.

public:
 property System::Collections::Generic::List<Microsoft::Exchange::WebServices::Data::Item ^> ^ Items { System::Collections::Generic::List<Microsoft::Exchange::WebServices::Data::Item ^> ^ get(); void set(System::Collections::Generic::List<Microsoft::Exchange::WebServices::Data::Item ^> ^ value); };
public System.Collections.Generic.List<Microsoft.Exchange.WebServices.Data.Item> Items { get; set; }
Public Property Items As List(Of Item)

Valor de propiedad

Lista de elementos.

Se aplica a