ADO.NET Provider for Pipedrive

Build 26.0.9655

MailThreadsFrom

Returns sender party details for mail threads, including the email address, linked person, and linked organization for each thread sender.

View-Specific Information

SELECT

The provider uses the Pipedrive API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client-side within the provider.

ColumnSupported Operators
Id=
Folder=

For example, the following query is processed server-side:

SELECT * FROM MailThreadsFrom WHERE Folder = 'inbox'

Columns

Name Type References Description
Id [KEY] Integer Unique identifier of the mail thread.
Name String Display name of the sender of the mail thread.
LatestSent Boolean Indicates whether this sender sent the most recent message in the thread.
EmailAddress String Email address of the sender of the mail thread.
MessageTime String Timestamp of the message sent by this sender within the thread.
LinkedPersonId Integer Identifier of the Pipedrive person record linked to the sender.
LinkedPersonName String Name of the Pipedrive person record linked to the sender.
LinkedOrganizationId String Identifier of the Pipedrive organization record linked to the sender.
MailMessagePartyId Integer Identifier of the mail message party record representing the sender.

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer more granular control over the data returned from the data source.

Name Type Description
Folder String The type of folder to fetch.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655