EndPoint Get Mail Folder by Id [only works with User Credentials]
Name
get_my_mailfolder
Description
Get the mail folder specified by the mail folder Id. [API reference]
Parameters
Parameter | Label | Required | Options | Description |
---|---|---|---|---|
MailFolderId | Mail Folder Id | YES | The Microsoft Mail mail folder ID for the mail folder. | |
SelectedColumns | Selected Columns | NO | Select the individual columns to be included in the response, to reduce the response size and increase performance [API reference] |
Output Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description |
---|---|---|---|---|---|
Id |
DT_WSTR
|
nvarchar(1200)
|
1200 | False |
|
DisplayName |
DT_WSTR
|
nvarchar(500)
|
500 | False |
|
ParentFolderId |
DT_WSTR
|
nvarchar(1200)
|
1200 | False |
|
ChildFolderCount |
DT_I4
|
int
|
False |
||
UnreadItemCount |
DT_I4
|
int
|
False |
||
TotalItemCount |
DT_I4
|
int
|
False |
||
SizeInBytes |
DT_I4
|
int
|
False |
||
IsHidden |
DT_BOOL
|
bit
|
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. |
Examples
SSIS
Use Outlook Mail (Office 365) Connector in API Source component to read data or in API Destination component to read/write data:
Get Mail Folder by Id [only works with User Credentials] using API Source
Outlook Mail (Office 365)
Get Mail Folder by Id [only works with User Credentials]

Get Mail Folder by Id [only works with User Credentials] using API Destination
Outlook Mail (Office 365)
Get Mail Folder by Id [only works with User Credentials]
