Documentation

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
since

Exchange 2007

$CalendarItem

Represents an Exchange calendar item attachment.

public CalendarItemType $CalendarItem
Tags
since

Exchange 2007

$Contact

Represents an Exchange contact item attachment.

public ContactItemType $Contact
Tags
since

Exchange 2007

$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
since

Exchange 2007

$ContentLocation

Contains the Uniform Resource Identifier (URI) that corresponds to the location of the content of the attachment.

public string $ContentLocation
Tags
since

Exchange 2007

$ContentType

Describes the Multipurpose Internet Mail Extensions (MIME) type of the attachment content.

public string $ContentType
Tags
since

Exchange 2007

$IsInline

Represents whether the attachment appears inline within an item.

public bool $IsInline
Tags
since

Exchange 2010

$Item

Represents a generic Exchange item attachment.

public ItemType $Item
Tags
since

Exchange 2007

$LastModifiedTime

Represents when the file attachment was last modified.

public string $LastModifiedTime
Tags
since

Exchange 2010

todo

Make a DateTime object.

$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 attachment.

public MessageType $Message
Tags
since

Exchange 2007

$Name

Represents the name of the attachment.

public string $Name
Tags
since

Exchange 2007

$PostItem

Represents a post item in the Exchange store.

public PostItemType $PostItem
Tags
since

Exchange 2007 SP1

$Size

Represents the size in bytes of the file attachment.

public int $Size

This property is read-only.

Tags
since

Exchange 2007

$Task

Represents an Exchange task attachment.

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