Sends an email to everyone in a group list. The list can be of Group Ids or names. Group names in the list can not contain commas.
Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride Sub sendGroup( _ ByVal GroupNameOrIdList As String, _ ByVal FromAddress As String, _ ByVal Subject As String, _ ByVal Body As String, _ Optional ByVal SendImmediately As Boolean = True, _ Optional ByVal BodyIsHTML As Boolean = True _ ) |
C# |
---|
public abstract void sendGroup( string GroupNameOrIdList, string FromAddress, string Subject, string Body, [OptionalAttribute] bool SendImmediately, [OptionalAttribute] bool BodyIsHTML ) |
C++ |
---|
public: void sendGroup( String GroupNameOrIdList, String FromAddress, String Subject, String Body, [OptionalAttribute] bool SendImmediately, [OptionalAttribute] bool BodyIsHTML ) abstract |
J# |
---|
public abstract void sendGroup( string GroupNameOrIdList, string FromAddress, string Subject, string Body, /** @attribute OptionalAttribute() */ bool SendImmediately, /** @attribute OptionalAttribute() */ bool BodyIsHTML ) |
JScript |
---|
public abstract
function sendGroup( GroupNameOrIdList : String, FromAddress : String, Subject : String, Body : String, OptionalAttribute SendImmediately : bool, OptionalAttribute BodyIsHTML : bool ) |
Parameters
- GroupNameOrIdList
- FromAddress
- Subject
- Body
- SendImmediately
- BodyIsHTML