Show / Hide Table of Contents

Class EMailConnectionInfoExtended

Carrier object for EMailConnectionInfoExtended. Services for the EMailConnectionInfoExtended Carrier is available from the EMail Agent.

Inheritance
object
EMailConnectionInfoExtended
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public class EMailConnectionInfoExtended : Carrier

Constructors

EMailConnectionInfoExtended()

Default constructor

Declaration
public EMailConnectionInfoExtended()
See Also
IEMailAgent

Properties

Folder

Optional folder to set as current after logging in

Declaration
[DataMember]
public virtual string Folder { get; set; }
Property Value
Type Description
string
See Also
IEMailAgent

Password

Password for the username

Declaration
[DataMember]
public virtual string Password { get; set; }
Property Value
Type Description
string
See Also
IEMailAgent

Port

Carrier object for EMailConnectionInfoExtended. Services for the EMailConnectionInfoExtended Carrier is available from the EMail Agent.

Declaration
[DataMember]
public virtual int Port { get; set; }
Property Value
Type Description
int
See Also
IEMailAgent

Protocol

Carrier object for EMailConnectionInfoExtended. Services for the EMailConnectionInfoExtended Carrier is available from the EMail Agent.

Declaration
[DataMember]
public virtual string Protocol { get; set; }
Property Value
Type Description
string
See Also
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
[DataMember]
public virtual string ServerName { get; set; }
Property Value
Type Description
string
See Also
IEMailAgent

UseSSL

Use a secure connection with the server

Declaration
[DataMember]
public virtual bool UseSSL { get; set; }
Property Value
Type Description
bool
See Also
IEMailAgent

UserName

Name of user to log in with

Declaration
[DataMember]
public virtual string UserName { get; set; }
Property Value
Type Description
string
See Also
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
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
IEMailAgent

See Also

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