Click or drag to resize
IMessagingManagerAddMessageObjectRelation Method

[This is preliminary documentation and is subject to change.]

Adds a relation between the message and the object

Namespace: Netadmin.Management.Messaging
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
void AddMessageObjectRelation(
	Guid reference,
	long objectTypeId,
	long objectId
)

Parameters

reference
Type: SystemGuid
The GUID reference used to send the message
objectTypeId
Type: SystemInt64
The object type id
objectId
Type: SystemInt64
The object id
See Also