AppendToItemFieldType.Item1 Property

Definition

The Item1 property gets or sets an item in the Exchange store.

public:
 property ExchangeWebServices::ItemType ^ Item1 { ExchangeWebServices::ItemType ^ get(); void set(ExchangeWebServices::ItemType ^ value); };
public ExchangeWebServices.ItemType Item1 { get; set; }
Public Property Item1 As ItemType

Property Value

Remarks

It is important to note that the ItemType class is the base class for the TaskType, CalendarItemType, ContactItemType, DistributionListType, and MessageType classes.

Applies to