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.0.4
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.

См. также