Show / Hide Table of Contents

Interface IGPALMail

Inherited Members
IAllowEmailServerSettings.WithIMAPServerName(String)
IAllowEmailServerSettings.WithIMAPPortNum(Int32)
IAllowEmailServerSettings.WithPOPServerName(String)
IAllowEmailServerSettings.WithPOPPortNum(Int32)
IAllowEmailServerSettings.WithSMTPServerName(String)
IAllowEmailServerSettings.WithSMTPPortNum(Int32)
IAllowEmailServerSettings.WithUserName(String)
IAllowEmailServerSettings.WithPassword(String)
IAllowName.WithName(String)
IAllowEmailActions.Send()
IAllowEmailActions.Receive()
IAllowEmailActions.Clear()
IAllowEmailActions.LoadSettings(IGPALFile)
IAllowEmailActions.SaveSettings(IGPALFile)
IAllowEmailEnvelope.WithFromEmailAddress(String)
IAllowEmailEnvelope.WithFromEmailAddress(MailboxAddress)
IAllowEmailEnvelope.WithToEmailAddress(String)
IAllowEmailEnvelope.WithCcEmailAddress(String)
IAllowEmailEnvelope.WithBccEmailAddress(String)
IAllowEmailEnvelope.WithToEmailAddress(String[])
IAllowEmailEnvelope.WithCcEmailAddress(String[])
IAllowEmailEnvelope.WithBccEmailAddress(String[])
IAllowEmailEnvelope.WithToEmailAddress(MailboxAddress)
IAllowEmailEnvelope.WithCcEmailAddress(MailboxAddress)
IAllowEmailEnvelope.WithBccEmailAddress(MailboxAddress)
IAllowEmailEnvelope.WithAttachment(IGPALFile)
IAllowEmailEnvelope.WithBody(String)
IAllowEmailEnvelope.WithSubject(String)
IAllowToGPALObject<IGPALMail>.ToGPALObject()
Namespace: GenerallyPositive
Assembly: GPAL.dll
Syntax
public interface IGPALMail : IAllowEmailEnvelopeAndActions, IAllowEmailServerSettingsAndName, IAllowEmailServerSettings, IAllowNameEnvelopeAndActions, IAllowName, IAllowEmailActions, IAllowEmailEnvelope, IAllowToGPALObject<IGPALMail>
In This Article
Back to top Generated by DocFX