ADO.NET Provider for Pipedrive

Build 26.0.9655

PersonsMailMessagesFrom

Returns the sender details 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 PersonsMailMessagesFrom WHERE PersonId = 246 

Columns

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

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