Click or drag to resize
IMessageExtendedMessage Interface

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

Represents an event from message extended that is to be formated

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

The IMessageExtendedMessage type exposes the following members.

Properties
  NameDescription
Public propertyIAddressAddress
The address, can be null
Public propertyICustomerCustomer
The customer, can be null
Public propertyIMessageExtendedTemplateMessageExtendedTemplate
The message extended template, can not be null
Public propertyIListT, T: IUserNaUsers
A list of NA users that are configured for the message extended template. Can not be null, but can be empty
Public propertyIServiceService
The service, can be null
Public propertyIListT, T: IUserSpUsers
A list of SP users that are configured for the message extended template. Can not be null, but can be empty
Public propertyISubscriptionSubscription
The subscription, can be null
Public propertyNullableT, T: Int64SubscriptionId
The id of the subscription, if applicable. In the case of a disconnection, this subscription could already have been archived
Public propertyISubscriptionJobSubscriptionJob
The job, can be null
Top
See Also