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

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

Adds a attendee to the collection.

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

Параметры

name
Тип: SystemString
The name of the attendee.
smtpAddress
Тип: SystemString
The SMTP address of the attendee.

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

Тип: Attendee
An Attendee instance initialized with the provided name and SMTP address.
См. также