Class BlockWelcomeMailPluginAttribute
Attribute declaring plugin implementing the IBlockWelcomeMailPlugin interface. Prioritized plugin - lowest plugin wins.
Inheritance
BlockWelcomeMailPluginAttribute
Inherited Members
Namespace: SuperOffice.License
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public sealed class BlockWelcomeMailPluginAttribute : PrioritizedPluginAttribute
Remarks
usually does nothing, but allows Online to throttle e-mails
Constructors
BlockWelcomeMailPluginAttribute(string, int)
Attribute declaring plugin implementing the IBlockWelcomeMailPlugin interface. Prioritized plugin - lowest plugin wins.
Declaration
public BlockWelcomeMailPluginAttribute(string name, int priority)
Parameters
Type | Name | Description |
---|---|---|
string | name | |
int | priority |
Remarks
usually does nothing, but allows Online to throttle e-mails