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

Properties

string SMTPServerName [get]
int SMTPPortNum [get]
string IMAPServerName [get]
int IMAPPortNum [get]
string POPServerName [get]
int POPPortNum [get]
string FromAddress [get]

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 ()
Public Member Functions inherited from GenerallyPositive.IAllowEmailServerSettings
IAllowEmailServerSettingsAndName WithIMAPServerName (string serverName)
IAllowEmailServerSettingsAndName WithIMAPPortNum (int portNum)
IAllowEmailServerSettingsAndName WithPOPServerName (string serverName)
IAllowEmailServerSettingsAndName WithPOPPortNum (int portNum)
IAllowEmailServerSettingsAndName WithSMTPServerName (string serverName)
IAllowEmailServerSettingsAndName WithSMTPPortNum (int portNum)
IAllowEmailServerSettingsAndName WithCredentials (ICredentials credentials)
IAllowEmailServerSettingsAndName WithUserName (string userName)
IAllowEmailServerSettingsAndName WithPassword (string password)
Public Member Functions inherited from GenerallyPositive.IAllowName
IAllowEmailEnvelopeAndActions WithName (string name)

Detailed Description

Definition at line 645 of file Interfaces.cs.

Property Documentation

◆ FromAddress

string GenerallyPositive.IGPALMail.FromAddress
get

Implemented in GenerallyPositive.GPALMail.

Definition at line 654 of file Interfaces.cs.

◆ IMAPPortNum

int GenerallyPositive.IGPALMail.IMAPPortNum
get

Implemented in GenerallyPositive.GPALMail.

Definition at line 651 of file Interfaces.cs.

◆ IMAPServerName

string GenerallyPositive.IGPALMail.IMAPServerName
get

Implemented in GenerallyPositive.GPALMail.

Definition at line 650 of file Interfaces.cs.

◆ POPPortNum

int GenerallyPositive.IGPALMail.POPPortNum
get

Implemented in GenerallyPositive.GPALMail.

Definition at line 653 of file Interfaces.cs.

◆ POPServerName

string GenerallyPositive.IGPALMail.POPServerName
get

Implemented in GenerallyPositive.GPALMail.

Definition at line 652 of file Interfaces.cs.

◆ SMTPPortNum

int GenerallyPositive.IGPALMail.SMTPPortNum
get

Implemented in GenerallyPositive.GPALMail.

Definition at line 649 of file Interfaces.cs.

◆ SMTPServerName

string GenerallyPositive.IGPALMail.SMTPServerName
get

Implemented in GenerallyPositive.GPALMail.

Definition at line 648 of file Interfaces.cs.


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