Documentation

FileAttachmentType extends AttachmentType
in package

Represents a file that is attached to an item in the Exchange store.

Table of Contents

Properties

$AttachmentId  : AttachmentIdType
Identifies the file attachment.
$Content  : string
Contains the Base64-encoded contents of the file 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.
$IsContactPhoto  : bool
Indicates whether the file attachment is a contact picture.
$IsInline  : bool
Represents whether the attachment appears inline within an item.
$LastModifiedTime  : string
Represents when the file attachment was last modified.
$Name  : string
Represents the name of the attachment.
$Size  : int
Represents the size in bytes of the file 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

$Content

Contains the Base64-encoded contents of the file attachment.

public string $Content
Tags
since

Exchange 2007

todo

Consider using an object that takes a file stream and does the base64 conversion.

$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

$IsContactPhoto

Indicates whether the file attachment is a contact picture.

public bool $IsContactPhoto
Tags
since

Exchange 2010

$IsInline

Represents whether the attachment appears inline within an item.

public bool $IsInline
Tags
since

Exchange 2010

$LastModifiedTime

Represents when the file attachment was last modified.

public string $LastModifiedTime
Tags
since

Exchange 2010

todo

Make a DateTime object.

$Name

Represents the name of the attachment.

public string $Name
Tags
since

Exchange 2007

$Size

Represents the size in bytes of the file attachment.

public int $Size

This property is read-only.

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