Documentation

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
since

Exchange 2007

$Contact

Represents an Exchange contact item to update.

public ContactItemType $Contact
Tags
since

Exchange 2007

$DistributionList

Represents a distribution list to update.

public DistributionListType $DistributionList
Tags
since

Exchange 2007

$ExtendedFieldURI

Identifies extended MAPI properties to set.

public PathToExtendedFieldType $ExtendedFieldURI
Tags
since

Exchange 2007

$FieldURI

Identifies frequently referenced properties by URI.

public PathToUnindexedFieldType $FieldURI
Tags
since

Exchange 2007

$IndexedFieldURI

Identifies individual members of a dictionary.

public PathToIndexedFieldType $IndexedFieldURI
Tags
since

Exchange 2007

$Item

Represents an item in the Exchange store.

public ItemType $Item
Tags
since

Exchange 2007

$MeetingCancellation

Represents a meeting cancellation to update.

public MeetingCancellationMessageType $MeetingCancellation
Tags
since

Exchange 2007

$MeetingMessage

Represents a meeting message to update.

public MeetingMessageType $MeetingMessage
Tags
since

Exchange 2007

$MeetingRequest

Represents a meeting request to update.

public MeetingRequestMessageType $MeetingRequest
Tags
since

Exchange 2007

$MeetingResponse

Represents a meeting response to update.

public MeetingResponseMessageType $MeetingResponse
Tags
since

Exchange 2007

$Message

Represents an Exchange e-mail message to update.

public MessageType $Message
Tags
since

Exchange 2007

$PostItem

Represents a post to update.

public PostItemType $PostItem
Tags
since

Exchange 2007

$Task

Represents a task to update.

public TaskType $Task
Tags
since

Exchange 2007

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

        
On this page

Search results