# saveAccount

**Kind:** Function

**Source:** `Outlook_plugin/src/account/account.service.ts` (line 4)

**Part of:** [Outlook Plugin](subsystem-outlook-plugin)

## Signature

```ts
async function saveAccount(Account: AccountModel): Promise<number>
```

## Parameters

| Name | Type |
|---|---|
| `Account` | `AccountModel` |

**Returns:** `Promise<number>`

## 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)

- `handleErrorResponse` — `Outlook_plugin/src/taskpane/taskpane.ts`:69
