AppendToItemFieldType
extends ItemChangeDescriptionType
in package
Identifies data to append to a single property of an item during an UpdateItem operation.
Table of Contents
Properties
- $CalendarItem : CalendarItemType
- Represents an Exchange calendar item.
- $Contact : ContactItemType
- Represents an Exchange contact item.
- $DistributionList : DistributionListType
- Represents a distribution list.
- $ExtendedFieldURI : PathToExtendedFieldType
- Identifies extended MAPI properties to set.
- $FieldURI : PathToUnindexedFieldType
- Identifies frequently referenced properties by URI.
- $IndexedFieldURI : PathToIndexedFieldType
- Identifies individual members of a dictionary.
- $Item : ItemType
- Represents an item in the Exchange store.
- $MeetingCancellation : MeetingCancellationMessageType
- Represents a meeting cancellation in the Exchange store.
- $MeetingMessage : MeetingMessageType
- Represents a meeting in the Exchange store.
- $MeetingRequest : MeetingRequestMessageType
- Represents a meeting request in the Exchange store.
- $MeetingResponse : MeetingResponseMessageType
- Represents a meeting response in the Exchange store.
- $Message : MessageType
- Represents an Exchange e-mail message.
- $Task : TaskType
- Represents a task in the Exchange store.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
Properties
$CalendarItem
Represents an Exchange calendar item.
public
CalendarItemType
$CalendarItem
Tags
$Contact
Represents an Exchange contact item.
public
ContactItemType
$Contact
Tags
$DistributionList
Represents a distribution list.
public
DistributionListType
$DistributionList
Tags
$ExtendedFieldURI
Identifies extended MAPI properties to set.
public
PathToExtendedFieldType
$ExtendedFieldURI
Tags
$FieldURI
Identifies frequently referenced properties by URI.
public
PathToUnindexedFieldType
$FieldURI
Tags
$IndexedFieldURI
Identifies individual members of a dictionary.
public
PathToIndexedFieldType
$IndexedFieldURI
Tags
$Item
Represents an item in the Exchange store.
public
ItemType
$Item
Tags
$MeetingCancellation
Represents a meeting cancellation in the Exchange store.
public
MeetingCancellationMessageType
$MeetingCancellation
Tags
$MeetingMessage
Represents a meeting in the Exchange store.
public
MeetingMessageType
$MeetingMessage
Tags
$MeetingRequest
Represents a meeting request in the Exchange store.
public
MeetingRequestMessageType
$MeetingRequest
Tags
$MeetingResponse
Represents a meeting response in the Exchange store.
public
MeetingResponseMessageType
$MeetingResponse
Tags
$Message
Represents an Exchange e-mail message.
public
MessageType
$Message
Tags
$Task
Represents a task in the Exchange store.
public
TaskType
$Task
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed