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


Version
SmtpSettings Class Members

The following tables list the members exposed by SmtpSettings.

Public Constructors
 NameDescription
Public Constructor  
Top
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
Extension Methods
 NameDescription
Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
Top
See Also