ItemAttachmentType
extends AttachmentType
in package
Represents an Exchange item that is attached to another Exchange item.
Table of Contents
Properties
- $AttachmentId : AttachmentIdType
- Identifies the file attachment.
- $CalendarItem : CalendarItemType
- Represents an Exchange calendar item attachment.
- $Contact : ContactItemType
- Represents an Exchange contact item attachment.
- $ContentId : string
- Represents an identifier for the contents of an attachment. ContentId can be set to any string value. Applications can use ContentId to implement their own identification mechanisms.
- $ContentLocation : string
- Contains the Uniform Resource Identifier (URI) that corresponds to the location of the content of the attachment.
- $ContentType : string
- Describes the Multipurpose Internet Mail Extensions (MIME) type of the attachment content.
- $IsInline : bool
- Represents whether the attachment appears inline within an item.
- $Item : ItemType
- Represents a generic Exchange item attachment.
- $LastModifiedTime : string
- Represents when the file attachment was last modified.
- $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 attachment.
- $Name : string
- Represents the name of the attachment.
- $PostItem : PostItemType
- Represents a post item in the Exchange store.
- $Size : int
- Represents the size in bytes of the file attachment.
- $Task : TaskType
- Represents an Exchange task attachment.
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
$AttachmentId
Identifies the file attachment.
public
AttachmentIdType
$AttachmentId
Tags
$CalendarItem
Represents an Exchange calendar item attachment.
public
CalendarItemType
$CalendarItem
Tags
$Contact
Represents an Exchange contact item attachment.
public
ContactItemType
$Contact
Tags
$ContentId
Represents an identifier for the contents of an attachment. ContentId can be set to any string value. Applications can use ContentId to implement their own identification mechanisms.
public
string
$ContentId
Tags
$ContentLocation
Contains the Uniform Resource Identifier (URI) that corresponds to the location of the content of the attachment.
public
string
$ContentLocation
Tags
$ContentType
Describes the Multipurpose Internet Mail Extensions (MIME) type of the attachment content.
public
string
$ContentType
Tags
$IsInline
Represents whether the attachment appears inline within an item.
public
bool
$IsInline
Tags
$Item
Represents a generic Exchange item attachment.
public
ItemType
$Item
Tags
$LastModifiedTime
Represents when the file attachment was last modified.
public
string
$LastModifiedTime
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 attachment.
public
MessageType
$Message
Tags
$Name
Represents the name of the attachment.
public
string
$Name
Tags
$PostItem
Represents a post item in the Exchange store.
public
PostItemType
$PostItem
Tags
$Size
Represents the size in bytes of the file attachment.
public
int
$Size
This property is read-only.
Tags
$Task
Represents an Exchange task attachment.
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