ADO.NET Provider for Pipedrive

Build 26.0.9655

PersonsMailMessagesTo

Returns the primary recipients from mail messages associated with a specific person in Pipedrive.

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
PersonId=

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

SELECT * FROM PersonsMailMessagesTo WHERE PersonId = 246 

Columns

Name Type References Description
Id [KEY] Integer Unique identifier of the recipient entry.
EmailAddress String Email address of the primary recipient.
PersonId String Identifier of the Pipedrive person record linked to this recipient.
PersonName String Full name of the Pipedrive person record linked to this recipient.
MessagePartyId Integer Identifier of the mail message party entry for this recipient.
Name String Display name of the primary recipient.

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