Mail Address Types

The MailAddressType table in the Mail package is designed to store different types of email addresses used within the system. It categorizes email addresses into various types, such as personal, work, and promotional, facilitating the organization and management of communications. Each entry in the table includes a unique identifier, a descriptive name for the address type, and any relevant metadata that aids in the classification and retrieval of email addresses. This structure allows for efficient handling of email correspondence across different contexts and user scenarios, enhancing the overall functionality of the mail management system.

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

The MailAddressTypeId field is a primary key in the MailAddressType table, designed to uniquely identify each record within the table. It is of data type nvarchar, accommodating a maximum length of 64 characters. This field ensures that each mail address type is distinctly represented, supporting a diverse range of string values, which may include alphanumeric characters as well as Unicode symbols, thus allowing for internationalization and flexibility in categorizing various mail address types.

string | null

The 'Description' field in the MailAddressType table is of type nvarchar, allowing for the storage of variable-length Unicode character strings. It has a maximum length of 256 characters, providing sufficient space for detailed descriptions of different mail address types while supporting diverse languages and character sets. This ensures flexibility and compatibility in storing descriptive text relevant to each mail address type.

string | null

Miscellaneous notes and information for the entry or record.

Response
200

OK

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