Click or drag to resize

MessageRelationshipsAdd Method (DataTable)

Appends a collection of message relationship objects to the current collection

Namespace:  NetQuarry.Mail
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void Add(
	DataTable dataTable
)

Parameters

dataTable
Type: System.DataDataTable
A DataTable with 4 columns matching the xot_email_message_rel columns (related_type, related_int, related_guid, related_id)
See Also