AppendToItemFieldType.Item1 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 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.