Click or drag to resize
IMessageCategory Properties

[This is preliminary documentation and is subject to change.]

The IMessageCategory type exposes the following members.

Properties
  NameDescription
Public propertyStringDescription
Description for the category (optional, can be null)
Public propertyBooleanEmailDefault
True if email should be default enabled. Must be true if Mandatory
Public propertyBooleanEmailMandatory
True if email is mandatory. If true, Default must also be true
Public propertyInt64Id
Netadmin database id
Public propertyStringName
Name of the category (required, unique)
Public propertyBooleanSmsDefault
True if sms should be default enabled. Must be true if Mandatory
Public propertyBooleanSmsMandatory
True if sms is mandatory. If true, Default must also be true
Top
See Also