Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Messaging Namespace / SmtpSettings Class


In This Topic
    SmtpSettings Class Properties
    In This Topic

    For a list of all members of this type, see SmtpSettings members.

    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic) Gets an instance of SmtpSettings populated with settings for the current store.  
    Public Property Gets or sets a value indicating whether the SMTP server requires an SSL connection.  
    Public Property Gets or sets the password for SMTP authentication.  
    Public Property Gets or sets the SMTP server port. Default is 25.  
    Public Property Gets or sets a value indicating whether the SMTP server requires authentication.  
    Public Property Gets or sets the SMTP Server Name or IP.  
    Public Property Gets or sets the user name for SMTP authentication.  
    Top
    See Also