Documentation

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
since

Exchange 2007

$Contact

Represents an Exchange contact item.

public ContactItemType $Contact
Tags
since

Exchange 2007

$DistributionList

Represents a distribution list.

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 in the Exchange store.

public MeetingCancellationMessageType $MeetingCancellation
Tags
since

Exchange 2007

$MeetingMessage

Represents a meeting in the Exchange store.

public MeetingMessageType $MeetingMessage
Tags
since

Exchange 2007

$MeetingRequest

Represents a meeting request in the Exchange store.

public MeetingRequestMessageType $MeetingRequest
Tags
since

Exchange 2007

$MeetingResponse

Represents a meeting response in the Exchange store.

public MeetingResponseMessageType $MeetingResponse
Tags
since

Exchange 2007

$Message

Represents an Exchange e-mail message.

public MessageType $Message
Tags
since

Exchange 2007

$Task

Represents a task in the Exchange store.

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