Show / Hide Table of Contents

Class EMailConnectionInfoExtended

Carrier object for EMailConnectionInfoExtended. Services for the EMailConnectionInfoExtended Carrier is available from the IEMailAgent.

Inheritance
Object
EMailConnectionInfoExtended
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class EMailConnectionInfoExtended : Carrier

Constructors

EMailConnectionInfoExtended()

Default constructor

Declaration
public EMailConnectionInfoExtended()
See Also
EMailAgent
IEMailAgent

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
EMailAgent
IEMailAgent

Password

Password for the username

Declaration
public virtual string Password { get; set; }
Property Value
Type Description
String
See Also
EMailAgent
IEMailAgent

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
EMailAgent
IEMailAgent

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
EMailAgent
IEMailAgent

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
EMailAgent
IEMailAgent

UserName

Name of user to log in with

Declaration
public virtual string UserName { get; set; }
Property Value
Type Description
String
See Also
EMailAgent
IEMailAgent

UseSSL

Use a secure connection with the server

Declaration
public virtual bool UseSSL { get; set; }
Property Value
Type Description
Boolean
See Also
EMailAgent
IEMailAgent

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
String

The carrier contents.

See Also
EMailAgent
IEMailAgent

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.

See Also
EMailAgent
IEMailAgent

See Also

EMailAgent
IEMailAgent
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top