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

# <a id="SuperOffice_WebApi_Data_RedLetterInformationListItem" /> Class RedLetterInformationListItem

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

Carrier object for RedLetterInformationListItem.
Detailed information on red-letter days, including both holidays and other days with their individual texts.

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

#### Inheritance

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

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_RedLetterInformationListItem_Date" /> Date

Date that this item is valid for; there is exactly one item per date, ordered by date.

```csharp theme={null}
public virtual DateTime Date { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_RedLetterInformationListItem_RedLetterDetails" /> RedLetterDetails

Red letter day text details, all the texts related to the given day.

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

#### Property Value

[RedLetterDetails](SuperOffice.WebApi.Data.RedLetterDetails.md)

### <a id="SuperOffice_WebApi_Data_RedLetterInformationListItem_RedLetterInformation" /> RedLetterInformation

Summary of redletter day information - holiday in own country, and in other countries known to the system.

```csharp theme={null}
public virtual RedLetterSummary RedLetterInformation { get; set; }
```

#### Property Value

[RedLetterSummary](SuperOffice.WebApi.Data.RedLetterSummary.md)

## See Also

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


## Related topics

- [SuperOffice.WebApi.Agents.AppointmentAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.AppointmentAgent.md)
- [SuperOffice.WebApi.Agents.IAppointmentAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IAppointmentAgent.md)
- [SuperOffice.WebApi.Data.DayInformationListItem](/en/api/reference/webapi/SuperOffice.WebApi.Data.DayInformationListItem.md)
- [SuperOffice.WebApi.Data.Appointment GetRedLetterInformationListByDatesAndAssociateRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment_GetRedLetterInformationListByDatesAndAssociateRequest.md)
- [SuperOffice.WebApi.Data.RedLetterSummary](/en/api/reference/webapi/SuperOffice.WebApi.Data.RedLetterSummary.md)
- [SuperOffice.WebApi.Data.RedLetterDetails](/en/api/reference/webapi/SuperOffice.WebApi.Data.RedLetterDetails.md)
