Для изменения размера нажмите или перетащите

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

Adds an e-mail address to the collection.

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

Параметры

name
Тип: SystemString
The name used to initialize the persona e-mail address.
smtpAddress
Тип: SystemString
The SMTP address used to initialize the persona e-mail address.

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

Тип: PersonaEmailAddress
An PersonaEmailAddress object initialized with the provided SMTP address.
См. также