Method | Description | |
---|---|---|
GetControl ( bool useSimpleMode ) : |
Gets the control.
|
|
GetHtmlPreview ( System.ComponentModel.Model communication, Person person ) : string |
Gets the HTML preview.
|
|
GetMessageDetails ( System.ComponentModel.Model communication ) : string |
Gets the read-only message details.
|
|
ProcessHtmlBody ( Rock communication, Rock globalAttributes, object>.Dictionary |
Processes the HTML body.
|
|
ProcessTextBody ( Rock communication, Rock globalAttributes, object>.Dictionary |
Processes the text body.
|
|
Send ( System.ComponentModel.Model communication ) : void |
Sends the specified communication.
|
Method | Description | |
---|---|---|
AppendAttachmentData ( |
||
AppendMediumData ( System.ComponentModel.Model communication, |
||
AppendMediumData ( |
public GetControl ( bool useSimpleMode ) : |
||
useSimpleMode | bool | if set to |
return |
public GetHtmlPreview ( System.ComponentModel.Model communication, Person person ) : string | ||
communication | System.ComponentModel.Model | The communication. |
person | Person | The person. |
return | string |
public GetMessageDetails ( System.ComponentModel.Model communication ) : string | ||
communication | System.ComponentModel.Model | The communication. |
return | string |
public static ProcessHtmlBody ( Rock communication, Rock globalAttributes, object>.Dictionary |
||
communication | Rock | The communication. |
globalAttributes | Rock | The global attributes. |
mergeObjects | object>.Dictionary | The merge objects. |
currentPersonOverride | Person | The current person override. |
return | string |
public static ProcessTextBody ( Rock communication, Rock globalAttributes, object>.Dictionary |
||
communication | Rock | The communication. |
globalAttributes | Rock | The global attributes. |
mergeObjects | object>.Dictionary | The merge objects. |
currentPersonOverride | Person | The current person override. |
return | string |
public Send ( System.ComponentModel.Model communication ) : void | ||
communication | System.ComponentModel.Model | The communication. |
return | void |