Interface DeleteEmailMessageSuccessResult

The Sudo Platform SDK representation of the result of a successful delete operation of an email message.

DeleteEmailMessageSuccessResult

interface DeleteEmailMessageSuccessResult {
    id: string;
}

Properties

Properties

id: string

The unique identifier of the email message.