> ## 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.EMailFolder

# <a id="SuperOffice_WebApi_Data_EMailFolder" /> Class EMailFolder

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

Carrier object for EMailFolder.
Properties for a mail folder

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Carrier](SuperOffice.WebApi.Data.Carrier.md) ←
[EMailFolder](SuperOffice.WebApi.Data.EMailFolder.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_EMailFolder__ctor" /> EMailFolder()

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_EMailFolder_Delimiter" /> Delimiter

The character which is used to delimit folder levels on the server

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_EMailFolder_EmailFolderId" /> EmailFolderId

Primary key

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_EMailFolder_Flags" /> Flags

Flags associated with the folder

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_EMailFolder_Name" /> Name

Name of folder

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_EMailFolder_Subscribed" /> Subscribed

Indicates if the folder is subscribed to

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_EMailFolder_TotalItems" /> TotalItems

Total number of messages in the folder

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_EMailFolder_UnreadItems" /> UnreadItems

Number of unread messages in the folder

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

#### Property Value

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

## See Also

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


## Related topics

- [SuperOffice.WebApi.Agents.EMailAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.EMailAgent.md)
- [SuperOffice.WebApi.Agents.IEMailAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IEMailAgent.md)
- [SuperOffice.WebApi.Data.EMail SetSubscriptionRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.EMail_SetSubscriptionRequest.md)
- [SuperOffice.WebApi.Data.EMail GetFolderEMailCountRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.EMail_GetFolderEMailCountRequest.md)
- [SuperOffice.WebApi.Data.EMail GetFolderHasNewEMailRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.EMail_GetFolderHasNewEMailRequest.md)
- [SuperOffice.WebApi.Data.EMail CreateFolderRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.EMail_CreateFolderRequest.md)
