SyncFolderItemsCreateOrUpdateType
extends Type
in package
Identifies a single item to create in the local client store.
Table of Contents
Properties
- $CalendarItem : CalendarItemType
- Represents an Exchange calendar item to create.
- $Contact : ContactItemType
- Represents an Exchange contact item to create.
- $DistributionList : DistributionListType
- Represents a distribution list to create.
- $Item : ItemType
- Represents a generic Exchange item to create.
- $MeetingCancellation : MeetingCancellationMessageType
- Represents a meeting cancellation to create.
- $MeetingMessage : MeetingMessageType
- Represents a meeting message to create.
- $MeetingRequest : MeetingRequestMessageType
- Represents a meeting request to create.
- $MeetingResponse : MeetingResponseMessageType
- Represents a meeting response to create.
- $Message : MessageType
- Represents an Exchange e-mail message to create.
- $PostItem : PostItemType
- Represents an Exchange post to create.
- $Task : TaskType
- Represents a task to create.
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 create.
public
CalendarItemType
$CalendarItem
Tags
$Contact
Represents an Exchange contact item to create.
public
ContactItemType
$Contact
Tags
$DistributionList
Represents a distribution list to create.
public
DistributionListType
$DistributionList
Tags
$Item
Represents a generic Exchange item to create.
public
ItemType
$Item
Tags
$MeetingCancellation
Represents a meeting cancellation to create.
public
MeetingCancellationMessageType
$MeetingCancellation
Tags
$MeetingMessage
Represents a meeting message to create.
public
MeetingMessageType
$MeetingMessage
Tags
$MeetingRequest
Represents a meeting request to create.
public
MeetingRequestMessageType
$MeetingRequest
Tags
$MeetingResponse
Represents a meeting response to create.
public
MeetingResponseMessageType
$MeetingResponse
Tags
$Message
Represents an Exchange e-mail message to create.
public
MessageType
$Message
Tags
$PostItem
Represents an Exchange post to create.
public
PostItemType
$PostItem
Tags
$Task
Represents a task to create.
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