MessageInsertRelationships Method |
Adds any existing relationships to 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 InsertRelationships(
IDatabase db
)
Public Sub InsertRelationships (
db As IDatabase
)
Parameters
- db
- Type: NetQuarryIDatabase
The database object to use for the inserts.
See Also