{CompanyName} FlexyGo

FlxMailChimp..::..SendCampaignWithSegment Method

A campaign with segment options is created and sent.

Namespace:  FLEXYGO
Assembly:  flxSysProcess (in flxSysProcess.dll)

Syntax


public static bool SendCampaignWithSegment(
	EntityCollection Entity,
	ref ProcessManager..::..ProcessHelper Ret,
	string Subject,
	Object PreviewText,
	string Title,
	string Type,
	Object Folder,
	string ListId,
	string FromName,
	string ReplyTo,
	Object Template,
	Object Html,
	Object PlainText
)
Public Shared Function SendCampaignWithSegment ( _
	Entity As EntityCollection, _
	ByRef Ret As ProcessManager..::..ProcessHelper, _
	Subject As String, _
	PreviewText As Object, _
	Title As String, _
	Type As String, _
	Folder As Object, _
	ListId As String, _
	FromName As String, _
	ReplyTo As String, _
	Template As Object, _
	Html As Object, _
	PlainText As Object _
) As Boolean

Parameters

Entity
Type: FLEXYGO.Objects..::..EntityCollection
The entity.
Ret
Type: FLEXYGO.Processing..::..ProcessManager..::..ProcessHelper%
The ret.
Subject
Type: String
PreviewText
Type: Object
Title
Type: String
Type
Type: String
Folder
Type: Object
ListId
Type: String
FromName
Type: String
ReplyTo
Type: String
Template
Type: Object
Html
Type: Object
PlainText
Type: Object

Return Value

true if ok, false otherwise.