> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/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
