PersonaEmailAddressCollectionAdd(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 PersonaEmailAddress Add(
	string name,
	string smtpAddress
)

Параметры

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

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

PersonaEmailAddress
An PersonaEmailAddress object initialized with the provided SMTP address.

См. также