SetItemFieldType
extends ItemChangeDescriptionType
in package
Represents an update to a single property of an item in an UpdateItem operation.
Table of Contents
Properties
- $CalendarItem : CalendarItemType
- Represents an Exchange calendar item to update.
- $Contact : ContactItemType
- Represents an Exchange contact item to update.
- $DistributionList : DistributionListType
- Represents a distribution list to update.
- $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 to update.
- $MeetingMessage : MeetingMessageType
- Represents a meeting message to update.
- $MeetingRequest : MeetingRequestMessageType
- Represents a meeting request to update.
- $MeetingResponse : MeetingResponseMessageType
- Represents a meeting response to update.
- $Message : MessageType
- Represents an Exchange e-mail message to update.
- $PostItem : PostItemType
- Represents a post to update.
- $Task : TaskType
- Represents a task to update.
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 to update.
public
CalendarItemType
$CalendarItem
Tags
$Contact
Represents an Exchange contact item to update.
public
ContactItemType
$Contact
Tags
$DistributionList
Represents a distribution list to update.
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 to update.
public
MeetingCancellationMessageType
$MeetingCancellation
Tags
$MeetingMessage
Represents a meeting message to update.
public
MeetingMessageType
$MeetingMessage
Tags
$MeetingRequest
Represents a meeting request to update.
public
MeetingRequestMessageType
$MeetingRequest
Tags
$MeetingResponse
Represents a meeting response to update.
public
MeetingResponseMessageType
$MeetingResponse
Tags
$Message
Represents an Exchange e-mail message to update.
public
MessageType
$Message
Tags
$PostItem
Represents a post to update.
public
PostItemType
$PostItem
Tags
$Task
Represents a task to update.
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