Click or drag to resize
IProvideTicketMessageRecieversGetRegardingMessageTypeId Method

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

Returns the message type id to use for sending messages to the 'regarding' object of the ticket. Ie Customers/Equipment/Addresses etc. Return null to indicate that no message should be sent

Namespace: Netadmin.Management.Ticketing
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
Nullable<long> GetRegardingMessageTypeId(
	long ticketpostId
)

Parameters

ticketpostId
Type: SystemInt64
The ticket post id

Return Value

Type: NullableInt64
Null or the message type id
Exceptions
ExceptionCondition
ObjectNotFoundExceptionThrown if the post could not be found.
See Also