EmailAddress(String, String) - конструктор

Initializes a new instance of the EmailAddress class.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public EmailAddress(
	string name,
	string smtpAddress
)

Параметры

name  String
The name used to initialize the EmailAddress.
smtpAddress  String
The SMTP address used to initialize the EmailAddress.

См. также