Represents a client-side rule action that removes a given sender from a group


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

Syntax

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

Inheritance Hierarchy

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

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