Class EMailConnectionInfoExtended
Carrier object for EMailConnectionInfoExtended. Services for the EMailConnectionInfoExtended Carrier is available from the IEMailAgent.
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class EMailConnectionInfoExtended : Carrier
Constructors
EMailConnectionInfoExtended()
Default constructor
Declaration
public EMailConnectionInfoExtended()
See Also
Properties
Folder
Optional folder to set as current after logging in
Declaration
public virtual string Folder { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
Password
Password for the username
Declaration
public virtual string Password { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
Port
Carrier object for EMailConnectionInfoExtended. Services for the EMailConnectionInfoExtended Carrier is available from the IEMailAgent.
Declaration
public virtual int Port { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
See Also
Protocol
Carrier object for EMailConnectionInfoExtended. Services for the EMailConnectionInfoExtended Carrier is available from the IEMailAgent.
Declaration
public virtual string Protocol { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
ServerName
Hostname or ip to server to connect to. Custom ports may be specified by adding ':' and the port number after the name/ip. Ex: '127.0.0.1:6543'
Declaration
public virtual string ServerName { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
UserName
Name of user to log in with
Declaration
public virtual string UserName { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
UseSSL
Use a secure connection with the server
Declaration
public virtual bool UseSSL { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
See Also
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | The carrier contents. |
See Also
ToString(String)
Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.
Declaration
public string ToString(string prefix)
Parameters
Type | Name | Description |
---|---|---|
String | prefix | The line prefix (typically used for indenting) |
Returns
Type | Description |
---|---|
String | The carrier contents. |