Mail Addresses

The MailAddress table in the Mail package stores detailed information about email addresses used for communication purposes. Each entry in the table includes fields for the recipient's name, email address, mailing list affiliation, and any associated metadata such as status (active/inactive), creation date, and last updated timestamp. This table serves as a central repository for managing email contacts, facilitating efficient correspondence, and supporting bulk mailing operations. It enables users to organize and segment email addresses based on various criteria, enhancing the effectiveness of marketing campaigns and communication strategies.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
int32

MailAddressId: An integer field that serves as the unique identifier for each record in the MailAddress table. This identity field automatically generates sequential values, ensuring that each MailAddress has a distinct identifier for efficient data management and retrieval.

int32

MailId is an integer field that serves as a unique identifier for each record in the MailAddress table, ensuring efficient referencing and retrieval of mail address entries within the database.

string | null

The 'Address' field in the 'MailAddress' table is of data type nvarchar and can store up to 256 characters. This field is designed to hold the full address information, including street name, house number, and additional address details such as apartment or suite numbers, enabling the storage of diverse address formats and international characters.

string | null

EntityId: A unique identifier for the mail address entity, represented as a string. This field allows for a maximum length of 450 characters and supports various character sets, making it suitable for storing alphanumeric identifiers or codes associated with the mail address.

string | null

EntityKeyValue: This field stores a unique identifier associated with the entity represented by the mail address, formatted as a string. It is designed to accommodate various identifier types such as GUIDs, numeric keys, or alphanumeric strings, and supports Unicode characters. The field's purpose is to facilitate easy reference and linkage to related entities within the database, ensuring data integrity and enabling efficient searches.

string | null

The MailAddressTypeId field in the MailAddress table is a string identifier that represents the type or category of the mail address (e.g., personal, work, or billing). It is of data type nvarchar with a maximum length of 64 characters, allowing for the storage of diverse address type labels while supporting internationalization through Unicode encoding. This field is essential for categorizing and managing different types of mail addresses within the system.

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!