Skip to main content

Typed access

Admin.Mail.General operations are reached via client.Api.Mail.General on EksoClient.
await client.Api.Mail.General.ListGeneralAsync();
For the full set of methods and request/response types, your IDE’s auto-completion is the fastest discovery path. Each method below maps 1-to-1 to an HTTP route in the API Reference.

Operations

MethodRouteSummary
GET/api/mail/generalRetrieves the general mail settings including signature and stop lists.
PUT/api/mail/generalReplaces the general mail settings with the provided configuration.
PUT/api/mail/general/blockAdds a domain or subject to the mail block list.

See also