Click or drag to resize

Attachment Properties

The Attachment type exposes the following members.

Properties
  NameDescription
Public propertyAttachmentID
The unique ID of the attachment.
Public propertyConsumeCapability
Returns a Capability object that indicates if the attachment can be consumed.
Public propertyDownloadCapability
Returns a Capability object that indicates if the attachment can be downloaded.
Public propertyDuration
Duration of video or audio attachment represented in seconds.
Public propertyIsGeneratedContent
Indicates whether attachment was generated by client application or provided by user.
Public propertyIsThumbnail
Is attachment a thumbnail.
Public propertyLocation
Location of attachment.
Public propertyMessageID
The ID of the message that the attachment is associated with.
Public propertyMimeType
Mime Type of attachment.
Public propertyName
Name of attachment.
Public propertyRemoveCapability
Returns a Capability object that indicates if the attachment can be removed.
Public propertySize
Size of attachment in bytes.
Public propertyStatus
Status of attachment.
Public propertyUpdateIsGeneratedContentCapability
Returns a Capability object that indicates if the attachment's "generated content" property can be changed.
Public propertyUpdateIsThumbnailCapability
Returns a Capability object that indicates if the attachment's thumbnail property can be changed.
Public propertyUpdateLocationCapability
Returns a Capability object that indicates if the attachment's location property can be changed.
Public propertyUpdateMimeTypeCapability
Returns a Capability object that indicates if the attachment's MIME type property can be changed.
Public propertyUpdateNameCapability
Returns a Capability object that indicates if the attachment's name property can be changed.
Top
See Also