Click or drag to resize
IssueSenderSend Method (String)
Sends issue to e-mail addresses delimited by semicolon.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.2.23
Syntax
C#
public void Send(
	string recipients
)

Parameters

recipients
Type: SystemString
Recipients delimited by semicolon
See Also