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

# <a id="SuperOffice_WebApi_Data_ContactSourceType" /> Enum ContactSourceType

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

Describes what source the contacts should be retrieved from.
This Enum consists of flag values that can be combined.

```csharp theme={null}
[Flags]
public enum ContactSourceType
```

## Fields

`All = 7`

7: Enumeration generated from the wsdl doesn't handle the \[Flags] attribute (bit enumeration)

`Diary = 2`

2: Contact is retrieved from the diary

`Favorites = 4`

4: Contact is retrieved from the favorites list

`History = 1`

1: Contact is retrieved from the history list

`UndefinedValue8 = 8`

8: Undefined and generated value 8

`Unknown = 0`

0: Unknown/undecided type


## Related topics

- [SuperOffice.WebApi.Data.Contact GetMyRecentContactsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Contact_GetMyRecentContactsRequest.md)
- [SuperOffice.WebApi.Agents.ContactAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ContactAgent.md)
- [SuperOffice.WebApi.Agents.IContactAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IContactAgent.md)
- [SuperOffice.WebApi.Data.ContactEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.ContactEntity.md)
- [SuperOffice.WebApi.Data.CopilotDataSourceType](/en/api/reference/webapi/SuperOffice.WebApi.Data.CopilotDataSourceType.md)
- [SuperOffice.WebApi.Data.ContactRelationEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.ContactRelationEntity.md)
