GroupBuilderBulkmailVariable class
Revision as of 09: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...")
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.