Attachment Properties |
The Attachment type exposes the following members.
| Name | Description | |
|---|---|---|
| AttachmentID |
The unique ID of the attachment.
| |
| ConsumeCapability |
Returns a Capability object that indicates if the attachment can be consumed.
| |
| DownloadCapability |
Returns a Capability object that indicates if the attachment can be downloaded.
| |
| Duration |
Duration of video or audio attachment represented in seconds.
| |
| IsGeneratedContent |
Indicates whether attachment was generated by client application or provided by user.
| |
| IsThumbnail |
Is attachment a thumbnail.
| |
| Location |
Location of attachment.
| |
| MessageID |
The ID of the message that the attachment is associated with.
| |
| MimeType |
Mime Type of attachment.
| |
| Name |
Name of attachment.
| |
| RemoveCapability |
Returns a Capability object that indicates if the attachment can be removed.
| |
| Size |
Size of attachment in bytes.
| |
| Status |
Status of attachment.
| |
| UpdateIsGeneratedContentCapability |
Returns a Capability object that indicates if the attachment's "generated content" property can be changed.
| |
| UpdateIsThumbnailCapability |
Returns a Capability object that indicates if the attachment's thumbnail property can be changed.
| |
| UpdateLocationCapability |
Returns a Capability object that indicates if the attachment's location property can be changed.
| |
| UpdateMimeTypeCapability |
Returns a Capability object that indicates if the attachment's MIME type property can be changed.
| |
| UpdateNameCapability |
Returns a Capability object that indicates if the attachment's name property can be changed.
|