AppendToItemFieldType.Item1 Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
La Item1 propiedad obtiene o establece un elemento en el almacén de Exchange.
public:
property ExchangeWebServices::ItemType ^ Item1 { ExchangeWebServices::ItemType ^ get(); void set(ExchangeWebServices::ItemType ^ value); };
public ExchangeWebServices.ItemType Item1 { get; set; }
Public Property Item1 As ItemType
Valor de propiedad
Comentarios
Es importante tener en cuenta que la clase ItemType es la clase base para las clases TaskType, CalendarItemType, ContactItemType, DistributionListType y MessageType.