GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
Loading...
Searching...
No Matches
GenerallyPositive.IAllowEmailEnvelope Interface Reference
Inheritance diagram for GenerallyPositive.IAllowEmailEnvelope:
GenerallyPositive.IAllowEmailEnvelopeAndActions GenerallyPositive.IAllowEmailServerSettingsAndName GenerallyPositive.IAllowNameEnvelopeAndActions GenerallyPositive.IGPALMail GenerallyPositive.IGPALMail GenerallyPositive.IGPALMail GenerallyPositive.IGPALMail GenerallyPositive.GPALMail GenerallyPositive.GPALMail GenerallyPositive.GPALMail GenerallyPositive.GPALMail

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)

Detailed Description

Definition at line 698 of file Interfaces.cs.

Member Function Documentation

◆ WithAttachment()

IAllowEmailEnvelopeAndActions GenerallyPositive.IAllowEmailEnvelope.WithAttachment ( GPALFile attachmentFile)

Implemented in GenerallyPositive.GPALMail.

◆ WithBccEmailAddress() [1/2]

IAllowNameEnvelopeAndActions GenerallyPositive.IAllowEmailEnvelope.WithBccEmailAddress ( string mailAddress)

Implemented in GenerallyPositive.GPALMail.

◆ WithBccEmailAddress() [2/2]

IAllowNameEnvelopeAndActions GenerallyPositive.IAllowEmailEnvelope.WithBccEmailAddress ( string[] emailParts)

Implemented in GenerallyPositive.GPALMail.

◆ WithBody()

IAllowEmailEnvelopeAndActions GenerallyPositive.IAllowEmailEnvelope.WithBody ( string bodyText)

Implemented in GenerallyPositive.GPALMail.

◆ WithCcEmailAddress() [1/2]

IAllowNameEnvelopeAndActions GenerallyPositive.IAllowEmailEnvelope.WithCcEmailAddress ( string mailAddress)

Implemented in GenerallyPositive.GPALMail.

◆ WithCcEmailAddress() [2/2]

IAllowNameEnvelopeAndActions GenerallyPositive.IAllowEmailEnvelope.WithCcEmailAddress ( string[] emailParts)

Implemented in GenerallyPositive.GPALMail.

◆ WithSubject()

IAllowEmailEnvelopeAndActions GenerallyPositive.IAllowEmailEnvelope.WithSubject ( string subject)

Implemented in GenerallyPositive.GPALMail.

◆ WithToEmailAddress() [1/2]

IAllowNameEnvelopeAndActions GenerallyPositive.IAllowEmailEnvelope.WithToEmailAddress ( string mailAddress)

Implemented in GenerallyPositive.GPALMail.

◆ WithToEmailAddress() [2/2]

IAllowNameEnvelopeAndActions GenerallyPositive.IAllowEmailEnvelope.WithToEmailAddress ( string[] emailParts)

Implemented in GenerallyPositive.GPALMail.


The documentation for this interface was generated from the following file: