Represents a client-side rule action that adds a sender to a given group


Namespace: Dynmark.Services.API.Rules.Client
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)

Syntax

Visual Basic (Declaration)
Public Class AddSenderToGroupActionClass
    Inherits BasicRuleActionClass(Of AddSenderToGroupActionClass)
C#
public class AddSenderToGroupActionClass : BasicRuleActionClass<AddSenderToGroupActionClass>
C++
ref class AddSenderToGroupActionClass : BasicRuleActionClass<AddSenderToGroupActionClass>
J#
public class AddSenderToGroupActionClass extends BasicRuleActionClass<AddSenderToGroupActionClass>
JScript
public class AddSenderToGroupActionClass extends BasicRuleActionClass<AddSenderToGroupActionClass>

Inheritance Hierarchy

System.Object
   Dynmark.Services.API.BasicClass<T>
      Dynmark.Services.API.Rules.BasicRuleActionClass<T>
         Dynmark.Services.API.Rules.Client.AddSenderToGroupActionClass

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also