> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.EMailConnectionInfoExtended

# <a id="SuperOffice_WebApi_Data_EMailConnectionInfoExtended" /> Class EMailConnectionInfoExtended

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Carrier object for EMailConnectionInfoExtended.

```csharp theme={null}
public class EMailConnectionInfoExtended : Carrier
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Carrier](SuperOffice.WebApi.Data.Carrier.md) ←
[EMailConnectionInfoExtended](SuperOffice.WebApi.Data.EMailConnectionInfoExtended.md)

#### Inherited Members

[Carrier.TableRight](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_TableRight),
[Carrier.FieldProperties](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_FieldProperties),
[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_EMailConnectionInfoExtended__ctor" /> EMailConnectionInfoExtended()

Default constructor - defaults any enum props to 0.

```csharp theme={null}
public EMailConnectionInfoExtended()
```

## Properties

### <a id="SuperOffice_WebApi_Data_EMailConnectionInfoExtended_Folder" /> Folder

Optional folder to set as current after logging in

```csharp theme={null}
public virtual string Folder { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_EMailConnectionInfoExtended_Password" /> Password

Password for the username

```csharp theme={null}
public virtual string Password { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_EMailConnectionInfoExtended_Port" /> Port

```csharp theme={null}
public virtual int Port { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_EMailConnectionInfoExtended_Protocol" /> Protocol

```csharp theme={null}
public virtual string Protocol { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_EMailConnectionInfoExtended_ServerName" /> 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'

```csharp theme={null}
public virtual string ServerName { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_EMailConnectionInfoExtended_UseGraphApi" /> UseGraphApi

Use Graph API

```csharp theme={null}
public virtual bool UseGraphApi { get; set; }
```

#### Property Value

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)

### <a id="SuperOffice_WebApi_Data_EMailConnectionInfoExtended_UseSSL" /> UseSSL

Use a secure connection with the server

```csharp theme={null}
public virtual bool UseSSL { get; set; }
```

#### Property Value

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)

### <a id="SuperOffice_WebApi_Data_EMailConnectionInfoExtended_UserName" /> UserName

Name of user to log in with

```csharp theme={null}
public virtual string UserName { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

## See Also

[EMailAgent](SuperOffice.WebApi.Agents.EMailAgent.md)


## Related topics

- [SuperOffice.WebApi.Agents.IEMailAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IEMailAgent.md)
- [SuperOffice.WebApi.Agents.EMailAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.EMailAgent.md)
- [SuperOffice.WebApi.Data.EMail DeleteExtendedRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.EMail_DeleteExtendedRequest.md)
- [SuperOffice.WebApi.Data.EMail GetExtendedEmailMessageIdsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.EMail_GetExtendedEmailMessageIdsRequest.md)
- [SuperOffice.WebApi.Data.EMail AuthenticateRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.EMail_AuthenticateRequest.md)
- [SuperOffice.WebApi.Data.EMail RelayMessageRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.EMail_RelayMessageRequest.md)
