| IMessageExtendedMessage Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.Messaging.MessageTypes
The IMessageExtendedMessage type exposes the following members.
| Name | Description | ||
|---|---|---|---|
| IAddress | Address |
The address, can be null
| |
| ICustomer | Customer |
The customer, can be null
| |
| IMessageExtendedTemplate | MessageExtendedTemplate |
The message extended template, can not be null
| |
| IListT, T: IUser | NaUsers |
A list of NA users that are configured for the message extended template. Can not be null, but can be empty
| |
| IService | Service |
The service, can be null
| |
| IListT, T: IUser | SpUsers |
A list of SP users that are configured for the message extended template. Can not be null, but can be empty
| |
| ISubscription | Subscription |
The subscription, can be null
| |
| NullableT, T: Int64 | SubscriptionId |
The id of the subscription, if applicable. In the case of a disconnection, this subscription could already have been archived
| |
| ISubscriptionJob | SubscriptionJob |
The job, can be null
|