Click or drag to resize

IEmailThreadMetadataParentId Property

The immediate parent of the current email in the thread. For the first message, this will be blank. For each subsequent one, it will be the Document Id of the email which it replies to or is a forward of. For attachments, ParentID indicates the email to which it is attached.

Namespace:  Law.EdaIntegration.EmailThreading
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
Nullable<int> ParentId { get; }

Property Value

Type: NullableInt32
See Also