Show / Hide Table of Contents

Interface IAllowNameEnvelopeAndActions

Inherited Members
IAllowName.WithName(String)
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)
IAllowEmailActions.Send()
IAllowEmailActions.Receive()
IAllowEmailActions.Clear()
IAllowEmailActions.LoadSettings(IGPALFile)
IAllowEmailActions.SaveSettings(IGPALFile)
IAllowToGPALObject<IGPALMail>.ToGPALObject()
Namespace: GenerallyPositive
Assembly: GPAL.dll
Syntax
public interface IAllowNameEnvelopeAndActions : IAllowName, IAllowEmailEnvelope, IAllowEmailActions, IAllowToGPALObject<IGPALMail>
In This Article
Back to top Generated by DocFX