The NotificationGroup is a collection of other notification recipients.
__interface INotificationGroup : INotificationRecipient;
public interface INotificationGroup : INotificationRecipient;
Public Interface INotificationGroup Inherits INotificationRecipient
{B5BD000F-8146-443A-B0A2-7300B5F6A7B8}
When a notification message is sent to the group, it is sent to all members of the group (depending on the rules defined for the members).
Groups may contain other groups or NotificationIndividuals
NotificationGroup
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|