GroupBuilderBulkmailVariable class

From Catglobe Wiki
Revision as of 10:25, 30 March 2017 by Nguyenduyan (talk | contribs) (Created page with "{{CGscriptClass_Template |Name=GroupBuilderBulkmailVariable |Description=Represents a group builder variable for bulkmail. |Constructors= {{CGscriptConstructors_Template|Descr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

GroupBuilderBulkmailVariable



Represents a group builder variable for bulkmail.

Constructors

  • () - Create new variable

Methods

  • string ToString() - The string representation of the object.

Properties

  • int BulkmailResourceId { get; set; } - Bulkmail to get users from
  • bool Include { get; set; } - Include users that match rule, or exclude
  • string ObjectTypeName { get; } - The name of the type of object.
  • TypeInformation TypeInformation { get; } - Get information about this class.