Click or drag to resize
IProvideTicketMessageRecievers Interface

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

Provides a means to get which ticket users should be sent updates on ticket messages by Ticket2Message

Namespace: Netadmin.Management.Ticketing
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface IProvideTicketMessageRecievers

The IProvideTicketMessageRecievers type exposes the following members.

Methods
  NameDescription
Public methodNullableT, T: Int64GetRegardingMessageTypeId(Int64)
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
Public methodIEnumerableT, T: ITicketUserGetTicketPostMessageRecipients(Int64)
Returns the ticket users that should recieve a message when a new post is added to a ticket
Top
See Also