Builds project delivery email.
More...
|
| Emailer (DeliveryType deliveryType, string projectDirectory, string requestorSalutation, string taskNumber) |
| Constructor.
|
|
bool | DraftOutlookEmail (string subject, string recipients) |
| Drafts email.
|
|
void | ShowDraftEmail () |
| Displays the email we've drafted.
|
|
string | Subject () |
| Returns the subject line.
|
|
|
string | htmlBody |
|
MsOutlook.MailItem | mail |
|
|
const string | PROJECT_DIRECTORY = "{{ cookiecutter.__directory_name }}" |
|
const string | SALUTATION = "{{ cookiecutter.__requestor_salutation }}" |
|
const string | TASK_NUMBER = "{{ cookiecutter.task_number }}" |
|
Builds project delivery email.
◆ Emailer()
DecsWordAddIns.Emailer.Emailer |
( |
DeliveryType | deliveryType, |
|
|
string | projectDirectory, |
|
|
string | requestorSalutation, |
|
|
string | taskNumber ) |
|
package |
Constructor.
- Parameters
-
deliveryType | DeliveryType enum |
projectDirectory | string |
requestorSalutation | string |
taskNumber | string |
◆ DraftOutlookEmail()
bool DecsWordAddIns.Emailer.DraftOutlookEmail |
( |
string | subject, |
|
|
string | recipients ) |
|
package |
Drafts email.
- Parameters
-
subject | string |
recipients | string |
- Returns
- bool
◆ ReadEmailBody()
void DecsWordAddIns.Emailer.ReadEmailBody |
( |
DeliveryType | deliveryType | ) |
|
|
private |
Uses saved template depending on DeliveryType
.
- Parameters
-
◆ Subject()
string DecsWordAddIns.Emailer.Subject |
( |
| ) |
|
|
package |
Returns the subject line.
- Returns
The documentation for this class was generated from the following file:
- C:/GitHub/DECS-Office-AddIns/DECS Word Add-Ins/Emailer.cs