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

Public Member Functions

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.IAllowToGPALObject< TResult >
TResult ToGPALObject ()

Detailed Description

Definition at line 656 of file Interfaces.cs.

Member Function Documentation

◆ WithCredentials()

IAllowEmailServerSettingsAndName GenerallyPositive.IAllowEmailServerSettings.WithCredentials ( ICredentials credentials)

Implemented in GenerallyPositive.GPALMail.

◆ WithIMAPPortNum()

IAllowEmailServerSettingsAndName GenerallyPositive.IAllowEmailServerSettings.WithIMAPPortNum ( int portNum)

Implemented in GenerallyPositive.GPALMail.

◆ WithIMAPServerName()

IAllowEmailServerSettingsAndName GenerallyPositive.IAllowEmailServerSettings.WithIMAPServerName ( string serverName)

Implemented in GenerallyPositive.GPALMail.

◆ WithPassword()

IAllowEmailServerSettingsAndName GenerallyPositive.IAllowEmailServerSettings.WithPassword ( string password)

Implemented in GenerallyPositive.GPALMail.

◆ WithPOPPortNum()

IAllowEmailServerSettingsAndName GenerallyPositive.IAllowEmailServerSettings.WithPOPPortNum ( int portNum)

Implemented in GenerallyPositive.GPALMail.

◆ WithPOPServerName()

IAllowEmailServerSettingsAndName GenerallyPositive.IAllowEmailServerSettings.WithPOPServerName ( string serverName)

Implemented in GenerallyPositive.GPALMail.

◆ WithSMTPPortNum()

IAllowEmailServerSettingsAndName GenerallyPositive.IAllowEmailServerSettings.WithSMTPPortNum ( int portNum)

Implemented in GenerallyPositive.GPALMail.

◆ WithSMTPServerName()

IAllowEmailServerSettingsAndName GenerallyPositive.IAllowEmailServerSettings.WithSMTPServerName ( string serverName)

Implemented in GenerallyPositive.GPALMail.

◆ WithUserName()

IAllowEmailServerSettingsAndName GenerallyPositive.IAllowEmailServerSettings.WithUserName ( string userName)

Implemented in GenerallyPositive.GPALMail.


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