ADO.NET Provider for Pipedrive

Build 26.0.9655

MailThreadMessagesTo

Returns the recipient details for each mail message within a specified mail thread, including email address and linked person information.

View-Specific Information

SELECT

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

ColumnSupported Operators
MailThreadId=

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

SELECT * FROM MailThreadMessagesTo WHERE MailThreadId = 2

Columns

Name Type References Description
Id [KEY] Integer Unique identifier of the mail message.
MailThreadId Integer Identifier of the mail thread that contains this message.
EmailAddress String Email address of the recipient of the mail message.
Name String Display name of the recipient of the mail message.
LinkedPersonId Integer Identifier of the Pipedrive person record linked to the recipient.
LinkedPersonName String Name of the Pipedrive person record linked to the recipient.
MailMessagePartyId Integer Identifier of the mail message party record representing the recipient.

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