GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
Loading...
Searching...
No Matches
GenerallyPositive.IAllowEmailEnvelopeAndActions Interface Reference
Inheritance diagram for GenerallyPositive.IAllowEmailEnvelopeAndActions:
GenerallyPositive.IAllowEmailEnvelope GenerallyPositive.IAllowEmailReceiveOptions GenerallyPositive.IAllowEmailActions GenerallyPositive.IAllowToGPALObject< TResult > GenerallyPositive.IGPALMail GenerallyPositive.GPALMail

Additional Inherited Members

Public Member Functions inherited from GenerallyPositive.IAllowEmailEnvelope
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)
Public Member Functions inherited from GenerallyPositive.IAllowEmailReceiveOptions
IAllowEmailEnvelopeAndActions WithUnreadOnly (bool unreadOnly)
IAllowEmailEnvelopeAndActions WithMaxMessages (int maxMessages)
Public Member Functions inherited from GenerallyPositive.IAllowEmailActions
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)
Public Member Functions inherited from GenerallyPositive.IAllowToGPALObject< TResult >
TResult ToGPALObject ()

Detailed Description

Definition at line 734 of file Interfaces.cs.


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