# UserEmailSetting

**Kind:** Class

**Source:** `Frontend/src/app/models/common/user-email-setting.model.ts` (line 2)

**Part of:** [Frontend](subsystem-frontend-src-app)

## Properties

| Property | Type |
|---|---|
| `UserEmailSettingID` | `number` |
| `PersonID` | `number` |
| `FromEmail` | `string` |
| `FromName` | `string` |
| `Password` | `string` |
| `ConnectionTypeID` | `number` |
| `IncommingServer` | `string` |
| `AuthServer` | `string` |
| `IsEncryptedIn` | `number` |
| `IsEncryptedOut` | `number` |
| `IncommingPort` | `string` |
| `OutgoingPort` | `string` |
| `Domain` | `string` |

## Used by

1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (1)

- `UserEmailSettingService` — `Frontend/src/app/services/common/user-email-setting.service.ts`:1
