Mail States

The MailState table in the Mail package is designed to track the status and progress of email messages throughout their lifecycle. It includes fields to capture essential information such as the current state of each email (e.g., sent, delivered, opened, bounced, or archived), timestamps for each state change, and error codes for undelivered messages. This table facilitates efficient monitoring and management of email communications, allowing users to analyze delivery performance and user engagement metrics over time. With its structured format, MailState enables seamless integration with other components of the Mail package, enhancing the overall functionality of email operations and reporting.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
length between 1 and 32

The MailStateId is a primary key field in the MailState table, defined as an nvarchar data type with a maximum length of 32 characters. This field uniquely identifies each record in the table, ensuring that no two records can have the same MailStateId value. It is designed to store alphanumeric identifiers for various mail states, enabling efficient indexing and retrieval of records associated with specific mail statuses.

string | null

The 'Description' field in the 'MailState' table is an nvarchar data type with a maximum length of 256 characters. It is used to store detailed textual information about the state of a mail item, allowing for descriptive entries that can include letters, words, and special characters, while supporting multiple languages due to its Unicode capability. This field is essential for providing clarity and context regarding the current status or characteristics of the mail state.

string | null

Miscellaneous notes and information for the entry or record.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!