Unosquare
    Show / Hide Table of Contents

    Class SmtpDefinitions

    Contains useful constants and definitions.

    Inheritance
    Object
    SmtpDefinitions
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Swan.Net.Smtp
    Syntax
    public static class SmtpDefinitions

    Fields

    SmtpDataCommandTerminator

    The string sequence that delimits the end of the DATA command.

    Declaration
    public const string SmtpDataCommandTerminator = "\r\n.\r\n"
    Field Value
    Type Description
    String

    Comments

    Back to top Copyright © 2017-2019 Unosquare