EndPoint Get Message Attachment
Name
get_message_attachment
Description
Get a specific attachment linked to the specified message Id. [API reference]
Parameters
Output Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description |
---|---|---|---|---|---|
Id |
DT_WSTR
|
nvarchar(1000)
|
1000 | False | |
Name |
DT_WSTR
|
nvarchar(200)
|
200 | False | |
ContentType |
DT_WSTR
|
nvarchar(200)
|
200 | False | |
IsInline |
DT_BOOL
|
bit
|
False | ||
LastModifiedDateTime |
DT_DBTIMESTAMP
|
datetime
|
False | ||
Size |
DT_I4
|
int
|
False | ||
ContentId |
DT_WSTR
|
nvarchar(2000)
|
2000 | False | |
ContentBytes |
DT_NTEXT
|
nvarchar(MAX)
|
False | ||
ODataType |
DT_WSTR
|
nvarchar(200)
|
200 | False | |
ODataMediaContentType |
DT_WSTR
|
nvarchar(200)
|
200 | False |
Input Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime. |