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
)
Public Sub Insert (
db As IDatabase,
messageID As String
)
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