Skip to main content

Typed access

Admin.Mail.Mailbox operations are reached via client.Api.Mail.Mailbox on EksoClient.
await client.Api.Mail.Mailbox.ListMailboxAsync();
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/mailboxLists all mailbox configurations with decrypted credentials.
GET/api/mail/mailbox/{id}Retrieves a single mailbox configuration by identifier with decrypted credentials.
GET/api/mail/mailbox/{id}/testTests connectivity to the mail server for the specified mailbox.
POST/api/mail/mailboxCreates a new mailbox configuration, encrypting credentials before storage.
PUT/api/mail/mailbox/{id}Updates an existing mailbox configuration, encrypting credentials before storage.

See also