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