Method | Description | |
---|---|---|
Send ( string>.Dictionary |
Sends the specified medium data to the specified list of recipients.
|
|
Send ( List |
Sends the specified recipients.
|
|
Send ( List |
Sends the specified recipients.
|
|
Send ( List |
Sends the specified recipients.
|
|
Send ( Rock communication ) : void |
Sends the specified communication.
|
|
Send ( SystemEmail template, List |
Sends the specified template.
|
public Send ( string>.Dictionary |
||
mediumData | string>.Dictionary | The medium data. |
recipients | List |
The recipients. |
appRoot | string | The application root. |
themeRoot | string | The theme root. |
return | void |
public Send ( List |
||
recipients | List |
The recipients. |
from | string | From. |
subject | string | The subject. |
body | string | The body. |
appRoot | string | The application root. |
themeRoot | string | The theme root. |
return | void |
public Send ( List |
||
recipients | List |
The recipients. |
from | string | From. |
subject | string | The subject. |
body | string | The body. |
appRoot | string | The application root. |
themeRoot | string | The theme root. |
attachments | List |
Attachments. |
return | void |
public Send ( List |
||
recipients | List |
The recipients. |
from | string | From. |
fromName | string | From name. |
subject | string | The subject. |
body | string | The body. |
appRoot | string | The application root. |
themeRoot | string | The theme root. |
attachments | List |
The attachments. |
return | void |
public Send ( Rock communication ) : void | ||
communication | Rock | The communication. |
return | void |
public Send ( SystemEmail template, List |
||
template | SystemEmail | The template. |
recipients | List |
The recipients. |
appRoot | string | The application root. |
themeRoot | string | The theme root. |
return | void |