Email

This section contains features for handling emails.

LuggageTag

Generate Data ID

var tagDataId = await dms.Mail.GetLuggageTagDataId();

This generates a system-wide unique data ID. However, it is not persisted but is checked against those already persisted. So, the uniqueness is not 100% guaranteed, but almost.

Query Data for Data ID

var document = await dms.Mail.GetLuggageTagData(tagDataId);

The response will be the document (data object) of the email stored with the tag, or null if nothing is stored or the user does not have permission to access the document.

This article has been automatically translated by an AI and may therefore contain errors.

Related to