Click or drag to resize

MessageRelationshipsInsert Method (IDatabase, String)

Inserts values from each MessageRelationship in the collection into the xot_email_message_rel table.

Namespace:  NetQuarry.Mail
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void Insert(
	IDatabase db,
	string messageID
)

Parameters

db
Type: NetQuarryIDatabase
The database for the LogDatasource from the IEmailManager service.
messageID
Type: SystemString
The message id (GUID) to relate each value to.
See Also