Search Results for

    Show / Hide Table of Contents

    Class IntegratedSmtpClient

    Smpt client which inherit from the .Net SmtpClient. This class provides the functions for loaded the smtp-server configurations directly from the database over the intern name of the stmp-server-configuration

    Inheritance
    System.Object
    System.Net.Mail.SmtpClient
    IntegratedSmtpClient
    Implements
    System.IDisposable
    Inherited Members
    System.Net.Mail.SmtpClient.OnSendCompleted(System.ComponentModel.AsyncCompletedEventArgs)
    System.Net.Mail.SmtpClient.Send(System.String, System.String, System.String, System.String)
    System.Net.Mail.SmtpClient.Send(System.Net.Mail.MailMessage)
    System.Net.Mail.SmtpClient.SendAsync(System.String, System.String, System.String, System.String, System.Object)
    System.Net.Mail.SmtpClient.SendAsync(System.Net.Mail.MailMessage, System.Object)
    System.Net.Mail.SmtpClient.SendAsyncCancel()
    System.Net.Mail.SmtpClient.SendMailAsync(System.String, System.String, System.String, System.String)
    System.Net.Mail.SmtpClient.SendMailAsync(System.Net.Mail.MailMessage)
    System.Net.Mail.SmtpClient.Dispose()
    System.Net.Mail.SmtpClient.Dispose(System.Boolean)
    System.Net.Mail.SmtpClient.Host
    System.Net.Mail.SmtpClient.Port
    System.Net.Mail.SmtpClient.UseDefaultCredentials
    System.Net.Mail.SmtpClient.Credentials
    System.Net.Mail.SmtpClient.Timeout
    System.Net.Mail.SmtpClient.ServicePoint
    System.Net.Mail.SmtpClient.DeliveryMethod
    System.Net.Mail.SmtpClient.DeliveryFormat
    System.Net.Mail.SmtpClient.PickupDirectoryLocation
    System.Net.Mail.SmtpClient.EnableSsl
    System.Net.Mail.SmtpClient.ClientCertificates
    System.Net.Mail.SmtpClient.TargetName
    System.Net.Mail.SmtpClient.SendCompleted
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Framework.Mailing
    Assembly: Simplic.Framework.dll
    Syntax
    public class IntegratedSmtpClient : SmtpClient, IDisposable

    Constructors

    | Improve this Doc View Source

    IntegratedSmtpClient(String)

    Create new integrated smpt client instance

    Declaration
    public IntegratedSmtpClient(string ConfigurationName)
    Parameters
    Type Name Description
    System.String ConfigurationName

    Name of the smtp-server in the simplic database

    Implements

    System.IDisposable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx