ODBC Driver for Microsoft Exchange

Build 23.0.8839

GetAttachment

Retrieves the indicated attachments.

Input

Name Type Required Description
AttachmentIds String True A semicolon-separated list of the Ids of the attachments to retrieve.
IncludeMimeContent String False Specifies whether the Multipurpose Internet Mail Extensions (MIME) content of an item or attachment is returned in the response. This element is optional.
BodyType String False Identifies how the body text is formatted in the response. This element is optional. Valid values are: Best, HTML, Text.
AttachmentFolder String False Folder to download attachments to.
Overwrite String False If true, conflicting files will be overwritten, otherwise they will be indexed.

デフォルト値はtrueです。

Result Set Columns

Name Type Description
AttachmentId String Identifies the file attachment.
Name String Represents the name of the attachment.
ContentType String Describes the Multipurpose Internet Mail Extensions (MIME) type of the attachment content.
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.
Size String Represents the size in bytes of the file attachment.
LastModifiedTime String Represents when the file attachment was last modified.
IsInline String Represents whether the attachment appears in-line within an item.
IsContactPhoto String Indicates whether the file attachment is a contact picture.
Content String Contains the Base64-encoded contents of the file attachment.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839