IMessagingManagerAddMessageObjectRelation Method |
[This is preliminary documentation and is subject to change.]
Adds a relation between the message and the object
Namespace: Netadmin.Management.MessagingAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntaxvoid AddMessageObjectRelation(
Guid reference,
long objectTypeId,
long objectId
)
Sub AddMessageObjectRelation (
reference As Guid,
objectTypeId As Long,
objectId As Long
)
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