MessageRelationshipInsert Method |
Inserts the contents of the object 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 Insert(
IDatabase db,
string messageID
)
Public Sub Insert (
db As IDatabase,
messageID As String
)
Parameters
- db
- Type: NetQuarryIDatabase
The database used to perform the insert. - messageID
- Type: SystemString
The unique ID (GUID) of the message.
See Also