EmailAttachmentsHelperGenerateMessageId - метод

Generate a Message-Id or Content-Id.

Definition

Пространство имён: Tessa.Extensions.Default.Server.Forums.Notifications
Сборка: Tessa.Extensions.Default.Server (в Tessa.Extensions.Default.Server.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
C#
public static string GenerateMessageId(
	string domain
)

Параметры

domain  String
A domain to use.

Возвращаемое значение

String
The message identifier.

Заметки

Generates a new Message-Id (or Content-Id) using the supplied domain.

Исключения

ArgumentNullExceptiondomain is null.
ArgumentExceptiondomain is invalid.

См. также