| EmailSenderSendMassEmails Method | 
            Creates mass e-mails in the e-mail queue for specified members.
            
 
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 10.0.0
 Syntax
Syntaxpublic static void SendMassEmails(
	EmailMessage message,
	string userIds,
	string roleIds,
	string groupIds,
	int siteId,
	bool sendToEveryone = false
)
Parameters
- message
- Type: CMS.EmailEngineEmailMessage
 E-mail message
- userIds
- Type: SystemString
 User IDs separated by semicolon (;), could be 'null'
- roleIds
- Type: SystemString
 Role IDs separated by semicolon (;), could be 'null'
- groupIds
- Type: SystemString
 Group IDs separated by semicolon (;), could be 'null'
- siteId
- Type: SystemInt32
 Site ID
- sendToEveryone (Optional)
- Type: SystemBoolean
 Indicates if the e-mail should be send to generic role 'Everyone'; default value is FALSE
 See Also
See Also