Show / Hide Table of Contents

Class MailCredentials

Inheritance
Object
MailCredentials
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Web.Data
Assembly: SuperOffice.CRMWeb.dll
Syntax
public class MailCredentials

Constructors

MailCredentials()

Declaration
public MailCredentials()

MailCredentials(String, String, String, String, String, String)

Declaration
public MailCredentials(string type, string server, string username, string password, string comment, string publicValue)
Parameters
Type Name Description
String type
String server
String username
String password
String comment
String publicValue

MailCredentials(String, String, String, String, String, String, Boolean)

Declaration
public MailCredentials(string type, string server, string username, string password, string comment, string publicValue, bool useSSL)
Parameters
Type Name Description
String type
String server
String username
String password
String comment
String publicValue
Boolean useSSL

Properties

Comment

Declaration
public string Comment { get; set; }
Property Value
Type Description
String

Password

Declaration
public string Password { get; set; }
Property Value
Type Description
String

PublicValue

Declaration
public string PublicValue { get; set; }
Property Value
Type Description
String

Server

Declaration
public string Server { get; set; }
Property Value
Type Description
String

Type

Declaration
public string Type { get; set; }
Property Value
Type Description
String

Username

Declaration
public string Username { get; set; }
Property Value
Type Description
String

UseSSL

Declaration
public bool UseSSL { get; set; }
Property Value
Type Description
Boolean
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top