EmailAddressCollectionAdd(String, String) - метод

Adds an e-mail address to the collection.

Definition

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

Параметры

name  String
The name used to initialize the e-mail address.
smtpAddress  String
The SMTP address used to initialize the e-mail address.

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

EmailAddress
An EmailAddress object initialized with the provided SMTP address.

См. также