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

# <a id="SuperOffice_WebApi_Data_Recipient" /> Class Recipient

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

Carrier object for Recipient.
Class representing ticket message recipient.

```csharp theme={null}
public class Recipient
```

#### Inheritance

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

#### Inherited Members

[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_Recipient__ctor" /> Recipient()

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_Recipient_DisplayValue" /> DisplayValue

User friendly display

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Recipient_Type" /> Type

Recipient type: To, Cc.
NULL if unknown enum value.

```csharp theme={null}
[JsonIgnore]
public RecipientType? Type { get; set; }
```

#### Property Value

[RecipientType](SuperOffice.WebApi.Data.RecipientType.md)?

#### See Also

[Recipient](SuperOffice.WebApi.Data.Recipient.md).[Type\_String](SuperOffice.WebApi.Data.Recipient.md#SuperOffice_WebApi_Data_Recipient_Type_String)

### <a id="SuperOffice_WebApi_Data_Recipient_Type_String" /> Type\_String

Recipient type: To, Cc.
Raw string enum value.

```csharp theme={null}
[JsonProperty("Type")]
public string Type_String { get; set; }
```

#### Property Value

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

#### See Also

[Recipient](SuperOffice.WebApi.Data.Recipient.md).[Type](SuperOffice.WebApi.Data.Recipient.md#SuperOffice_WebApi_Data_Recipient_Type)

### <a id="SuperOffice_WebApi_Data_Recipient_Value" /> Value

Email address

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

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Data.RecipientType](/en/api/reference/webapi/SuperOffice.WebApi.Data.RecipientType.md)
- [SuperOffice.WebApi.Data.RecipientStatistics](/en/api/reference/webapi/SuperOffice.WebApi.Data.RecipientStatistics.md)
- [SuperOffice.WebApi.Data.Ticket CalculateMessageRecipientsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Ticket_CalculateMessageRecipientsRequest.md)
- [SuperOffice.WebApi.Data.Selection GetRecipientStatisticsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Selection_GetRecipientStatisticsRequest.md)
- [SuperOffice.WebApi.Data.EMail ResolveEMailRecipientsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.EMail_ResolveEMailRecipientsRequest.md)
- [SuperOffice.WebApi.Data.Selection GetRecipientStatisticsFromProjectMembersRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Selection_GetRecipientStatisticsFromProjectMembersRequest.md)
