![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
Public Member Functions | |
| IAllowEmailEnvelopeAndActions | Send () |
| IAllowEmailEnvelopeAndActions | Receive () |
| IAllowEmailEnvelopeAndActions | Receive (out List< ReceivedEmail > receivedEmails) |
| IAllowEmailEnvelopeAndActions | SaveTo (GPALFile directory) |
| IAllowEmailEnvelopeAndActions | MarkAllAsRead () |
| IAllowEmailEnvelopeAndActions | DeleteAll () |
| IAllowEmailEnvelopeAndActions | Clear () |
| IAllowEmailEnvelopeAndActions | LoadSettings (GPALFile mailSettingsFile=null) |
| IAllowEmailEnvelopeAndActions | SaveSettings (GPALFile mailSettingsFile=null) |
Definition at line 677 of file Interfaces.cs.
| IAllowEmailEnvelopeAndActions GenerallyPositive.IAllowEmailActions.Clear | ( | ) |
Implemented in GenerallyPositive.GPALMail.
| IAllowEmailEnvelopeAndActions GenerallyPositive.IAllowEmailActions.DeleteAll | ( | ) |
Implemented in GenerallyPositive.GPALMail.
| IAllowEmailEnvelopeAndActions GenerallyPositive.IAllowEmailActions.LoadSettings | ( | GPALFile | mailSettingsFile = null | ) |
Implemented in GenerallyPositive.GPALMail.
| IAllowEmailEnvelopeAndActions GenerallyPositive.IAllowEmailActions.MarkAllAsRead | ( | ) |
Implemented in GenerallyPositive.GPALMail.
| IAllowEmailEnvelopeAndActions GenerallyPositive.IAllowEmailActions.Receive | ( | ) |
Implemented in GenerallyPositive.GPALMail.
| IAllowEmailEnvelopeAndActions GenerallyPositive.IAllowEmailActions.Receive | ( | out List< ReceivedEmail > | receivedEmails | ) |
Implemented in GenerallyPositive.GPALMail.
| IAllowEmailEnvelopeAndActions GenerallyPositive.IAllowEmailActions.SaveSettings | ( | GPALFile | mailSettingsFile = null | ) |
Implemented in GenerallyPositive.GPALMail.
| IAllowEmailEnvelopeAndActions GenerallyPositive.IAllowEmailActions.SaveTo | ( | GPALFile | directory | ) |
Implemented in GenerallyPositive.GPALMail.
| IAllowEmailEnvelopeAndActions GenerallyPositive.IAllowEmailActions.Send | ( | ) |
Implemented in GenerallyPositive.GPALMail.