CreateItemType.Items 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 Items property gets or sets the collection of items to create.
public:
property ExchangeWebServices::NonEmptyArrayOfAllItemsType ^ Items { ExchangeWebServices::NonEmptyArrayOfAllItemsType ^ get(); void set(ExchangeWebServices::NonEmptyArrayOfAllItemsType ^ value); };
public ExchangeWebServices.NonEmptyArrayOfAllItemsType Items { get; set; }
Public Property Items As NonEmptyArrayOfAllItemsType
Property Value
The Items property returns a NonEmptyArrayOfAllItemsType collection that contains all the items to create.
Remarks
The NonEmptyArrayOfAllItemsType collection can contain any of the following items:
- ItemType
- MessageType
- CalendarItemType
- ContactItemType
- DistributionListType
- MeetingMessageType
- MeetingRequestMessageType
- MeetingResponseMessageType
- MeetingCancellationMessageType
- TaskType
- ReplyToItemType
- ReplyAllToItemType
- ForwardItemType
- AcceptItemType
- TentativelyAcceptItemType
- DeclineItemType
- CancelCalendarItemType
- RemoveItemType
- SuppressReadReceiptType