Typed access
Admin.Mail.General operations are reached via client.Api.Mail.General on EksoClient.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Typed SDK access to the Admin.Mail.General resource — methods and HTTP routes.
Admin.Mail.General operations are reached via client.Api.Mail.General on EksoClient.
await client.Api.Mail.General.ListGeneralAsync();
| Method | Route | Summary |
|---|---|---|
GET | /api/mail/general | Retrieves the general mail settings including signature and stop lists. |
PUT | /api/mail/general | Replaces the general mail settings with the provided configuration. |
PUT | /api/mail/general/block | Adds a domain or subject to the mail block list. |