Outlook Mail (Office 365) Connector
Outlook Mail (Office 365) Connector Help
Version 1
ZappySys Logo File Version: v1
Supported Engine: 11

EndPoint Get Message Attachment


Name

get_message_attachment

Description

Get a specific attachment linked to the specified message Id. [API Help]

Parameters

Parameter Label Required Options Description
MessageId Message ID YES The message Id for which to get the attachment from.
AttachmentId Attachment ID YES The attachment Id for the attachment to get.
OrderBy Order By NO
Option Value
None
AscendingOrder SomeColumn asc
DescendingOrder SomeColumn desc
Order the specified column by ascending or descending order [API Help..]
SearchCriteria Search Criteria NO
Option Value
None
Equal Search SomeColumn eq 'SomeValue'
Substring Search substringof(SomeField,'abc')
Starts With startswith(SomeField, 'abc')
Data filter (e.g. somecolumn -eq 'somevalue') [API Help..]
PageSize Page Size NO The number of records to include in each page of results [API Help..]

Output Columns

Label DataType Length Raw Description
Id DT_WSTR 1000 False
Name DT_WSTR 200 False
ContentType DT_WSTR 200 False
IsInline DT_WSTR 4000 False
LastModifiedDateTime DT_WSTR 4000 False
Size DT_WSTR 4000 False
ContentId DT_WSTR 2000 False
ContentBytes DT_WSTR 4000 False
ODataType DT_WSTR 200 False
ODataMediaContentType DT_WSTR 200 False

Input Columns

Label DataType Length Raw Description
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime.