![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
Public Member Functions | |
| IAllowNameEnvelopeAndActions | WithFromEmailAddress (string mailAddress) |
| IAllowNameEnvelopeAndActions | WithToEmailAddress (string mailAddress) |
| IAllowNameEnvelopeAndActions | WithCcEmailAddress (string mailAddress) |
| IAllowNameEnvelopeAndActions | WithBccEmailAddress (string mailAddress) |
| IAllowNameEnvelopeAndActions | WithToEmailAddress (string[] emailParts) |
| IAllowNameEnvelopeAndActions | WithCcEmailAddress (string[] emailParts) |
| IAllowNameEnvelopeAndActions | WithBccEmailAddress (string[] emailParts) |
| IAllowEmailEnvelopeAndActions | WithAttachment (GPALFile attachmentFile) |
| IAllowEmailEnvelopeAndActions | WithBody (string bodyText) |
| IAllowEmailEnvelopeAndActions | WithSubject (string subject) |
Definition at line 698 of file Interfaces.cs.
| IAllowEmailEnvelopeAndActions GenerallyPositive.IAllowEmailEnvelope.WithAttachment | ( | GPALFile | attachmentFile | ) |
Implemented in GenerallyPositive.GPALMail.
| IAllowNameEnvelopeAndActions GenerallyPositive.IAllowEmailEnvelope.WithBccEmailAddress | ( | string | mailAddress | ) |
Implemented in GenerallyPositive.GPALMail.
| IAllowNameEnvelopeAndActions GenerallyPositive.IAllowEmailEnvelope.WithBccEmailAddress | ( | string[] | emailParts | ) |
Implemented in GenerallyPositive.GPALMail.
| IAllowEmailEnvelopeAndActions GenerallyPositive.IAllowEmailEnvelope.WithBody | ( | string | bodyText | ) |
Implemented in GenerallyPositive.GPALMail.
| IAllowNameEnvelopeAndActions GenerallyPositive.IAllowEmailEnvelope.WithCcEmailAddress | ( | string | mailAddress | ) |
Implemented in GenerallyPositive.GPALMail.
| IAllowNameEnvelopeAndActions GenerallyPositive.IAllowEmailEnvelope.WithCcEmailAddress | ( | string[] | emailParts | ) |
Implemented in GenerallyPositive.GPALMail.
| IAllowEmailEnvelopeAndActions GenerallyPositive.IAllowEmailEnvelope.WithSubject | ( | string | subject | ) |
Implemented in GenerallyPositive.GPALMail.
| IAllowNameEnvelopeAndActions GenerallyPositive.IAllowEmailEnvelope.WithToEmailAddress | ( | string | mailAddress | ) |
Implemented in GenerallyPositive.GPALMail.
| IAllowNameEnvelopeAndActions GenerallyPositive.IAllowEmailEnvelope.WithToEmailAddress | ( | string[] | emailParts | ) |
Implemented in GenerallyPositive.GPALMail.