Skip to main content

Class EMailConnectionInfo

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for EMailConnectionInfo. All information needed to connect to a mailserver

Inheritance

objectCarrierEMailConnectionInfo

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

EMailConnectionInfo()

Default constructor - defaults any enum props to 0.

Properties

Folder

Optional folder to set as current after logging in

Property Value

string

Password

Password for the username

Property Value

string

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’

Property Value

string

UseGraphApi

Use Graph API

Property Value

bool

UseSSL

Use a secure connection with the server

Property Value

bool

UserName

Name of user to log in with

Property Value

string

See Also

EMailAgent